2024-06-04 12:45:53.144 | + stack.sh:main:511 : exec 2024-06-04 12:45:53.144 | + stack.sh:main:519 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-06-04-124553' 2024-06-04 12:45:53.144 | ++ stack.sh:main:511 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-06-04-124553.summary.2024-06-04-124553 2024-06-04 12:45:53.144 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:45:53.144 | + stack.sh:echo_summary:470 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-06-04-124553 2024-06-04 12:45:53.144 | + stack.sh:main:521 : ln -sf /opt/stack//logs/stack.sh.log.2024-06-04-124553 /opt/stack//logs/stack.sh.log 2024-06-04 12:45:53.144 | + stack.sh:main:522 : ln -sf /opt/stack//logs/stack.sh.log.2024-06-04-124553.summary.2024-06-04-124553 /opt/stack//logs/stack.sh.log.summary 2024-06-04 12:45:53.144 | + stack.sh:main:537 : check_path_perm_sanity /opt/stack/ 2024-06-04 12:45:53.144 | + functions:check_path_perm_sanity:607 : local real_path 2024-06-04 12:45:53.144 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-06-04 12:45:53.144 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-06-04 12:45:53.144 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-06-04 12:45:53.144 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-06-04 12:45:53.144 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-06-04 12:45:53.144 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-06-04 12:45:53.144 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-06-04 12:45:53.144 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-06-04 12:45:53.144 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-06-04 12:45:53.146 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-06-04 12:45:53.147 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-06-04 12:45:53.149 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-06-04 12:45:53.151 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-06-04 12:45:53.152 | + stack.sh:main:543 : trap exit_trap EXIT 2024-06-04 12:45:53.154 | + stack.sh:main:584 : trap err_trap ERR 2024-06-04 12:45:53.155 | + stack.sh:main:597 : set -o errexit 2024-06-04 12:45:53.156 | + stack.sh:main:600 : uname -a 2024-06-04 12:45:53.157 | Linux devstack 6.5.0-28-generic #29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 14:39:20 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-06-04 12:45:53.158 | + stack.sh:main:603 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-06-04 12:45:53.160 | + stack.sh:main:604 : rm -f /opt/stack/data/ca-bundle.pem 2024-06-04 12:45:53.162 | + stack.sh:main:607 : source /opt/stack/devstack/lib/database 2024-06-04 12:45:53.185 | + stack.sh:main:608 : source /opt/stack/devstack/lib/rpc_backend 2024-06-04 12:45:53.196 | + stack.sh:main:614 : fetch_plugins 2024-06-04 12:45:53.197 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2024-06-04 12:45:53.198 | + functions-common:fetch_plugins:1747 : local plugin 2024-06-04 12:45:53.199 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2024-06-04 12:45:53.201 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2024-06-04 12:45:53.201 | Fetching DevStack plugins 2024-06-04 12:45:53.202 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2024-06-04 12:45:53.203 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2024-06-04 12:45:53.205 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2024-06-04 12:45:53.206 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2024-06-04 12:45:53.207 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:45:53.208 | + functions-common:git_clone_by_name:667 : local branch=devstack 2024-06-04 12:45:53.210 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-06-04 12:45:53.211 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-06-04 12:45:53.212 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2024-06-04 12:45:53.214 | + functions-common:git_clone:574 : local git_ref=devstack 2024-06-04 12:45:53.215 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:45:53.216 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:45:53.218 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:45:53.219 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:45:53.221 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:45:53.230 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:45:53.231 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:45:53.232 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:45:53.233 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:45:53.235 | + functions-common:git_clone:593 : echo devstack 2024-06-04 12:45:53.235 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:45:53.238 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-06-04 12:45:53.239 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:45:53.241 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-06-04 12:45:53.242 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:45:53.243 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:45:53.244 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:45:53.246 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:45:53.247 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:45:53.248 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:45:53.249 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:45:53.251 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:45:53.252 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:45:53.255 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505153253 2024-06-04 12:45:53.256 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-06-04 12:45:53.259 | Cloning into '/opt/stack/networking-nsx-t'... 2024-06-04 12:45:54.529 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:45:54.530 | + functions-common:time_stop:2400 : local name 2024-06-04 12:45:54.532 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:45:54.533 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:45:54.534 | + functions-common:time_stop:2403 : local total 2024-06-04 12:45:54.536 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:45:54.537 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:45:54.538 | + functions-common:time_stop:2407 : start_time=1717505153253 2024-06-04 12:45:54.540 | + functions-common:time_stop:2409 : [[ -z 1717505153253 ]] 2024-06-04 12:45:54.541 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:45:54.544 | + functions-common:time_stop:2412 : end_time=1717505154542 2024-06-04 12:45:54.545 | + functions-common:time_stop:2413 : elapsed_time=1289 2024-06-04 12:45:54.546 | + functions-common:time_stop:2414 : total=0 2024-06-04 12:45:54.548 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:45:54.549 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1289 2024-06-04 12:45:54.550 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2024-06-04 12:45:54.551 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2024-06-04 12:45:54.553 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:45:54.554 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:45:54.555 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:45:54.557 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:45:54.558 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:45:54.560 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:45:54.561 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:45:54.562 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:45:54.564 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:45:54.566 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505154565 2024-06-04 12:45:54.568 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-06-04 12:45:55.518 | From https://github.com/sapcc/networking-nsx-t 2024-06-04 12:45:55.518 | * branch devstack -> FETCH_HEAD 2024-06-04 12:45:55.522 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:45:55.523 | + functions-common:time_stop:2400 : local name 2024-06-04 12:45:55.525 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:45:55.526 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:45:55.527 | + functions-common:time_stop:2403 : local total 2024-06-04 12:45:55.529 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:45:55.530 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:45:55.531 | + functions-common:time_stop:2407 : start_time=1717505154565 2024-06-04 12:45:55.533 | + functions-common:time_stop:2409 : [[ -z 1717505154565 ]] 2024-06-04 12:45:55.534 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:45:55.537 | + functions-common:time_stop:2412 : end_time=1717505155535 2024-06-04 12:45:55.538 | + functions-common:time_stop:2413 : elapsed_time=970 2024-06-04 12:45:55.539 | + functions-common:time_stop:2414 : total=1289 2024-06-04 12:45:55.541 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:45:55.542 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2259 2024-06-04 12:45:55.543 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:45:55.545 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:45:55.546 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:45:55.547 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:45:55.548 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:45:55.550 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:45:55.551 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:45:55.552 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:45:55.554 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:45:55.555 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:45:55.557 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505155556 2024-06-04 12:45:55.559 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:45:55.568 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:45:55.568 | 2024-06-04 12:45:55.568 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:45:55.568 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:45:55.568 | state without impacting any branches by switching back to a branch. 2024-06-04 12:45:55.568 | 2024-06-04 12:45:55.568 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:45:55.568 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:45:55.568 | 2024-06-04 12:45:55.568 | git switch -c 2024-06-04 12:45:55.568 | 2024-06-04 12:45:55.568 | Or undo this operation with: 2024-06-04 12:45:55.568 | 2024-06-04 12:45:55.568 | git switch - 2024-06-04 12:45:55.568 | 2024-06-04 12:45:55.568 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:45:55.568 | 2024-06-04 12:45:55.568 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-06-04 12:45:55.570 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:45:55.571 | + functions-common:time_stop:2400 : local name 2024-06-04 12:45:55.573 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:45:55.574 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:45:55.575 | + functions-common:time_stop:2403 : local total 2024-06-04 12:45:55.576 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:45:55.578 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:45:55.579 | + functions-common:time_stop:2407 : start_time=1717505155556 2024-06-04 12:45:55.580 | + functions-common:time_stop:2409 : [[ -z 1717505155556 ]] 2024-06-04 12:45:55.582 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:45:55.584 | + functions-common:time_stop:2412 : end_time=1717505155582 2024-06-04 12:45:55.585 | + functions-common:time_stop:2413 : elapsed_time=26 2024-06-04 12:45:55.586 | + functions-common:time_stop:2414 : total=2259 2024-06-04 12:45:55.588 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:45:55.589 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2285 2024-06-04 12:45:55.590 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-06-04 12:45:55.599 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2024-06-04 12:45:55.601 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:45:55.601 | + functions-common:git_clone:656 : head -1 2024-06-04 12:45:55.603 | 68e8db3 WIP: Add devstack plugin 2024-06-04 12:45:55.604 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:45:55.606 | + stack.sh:main:618 : run_phase override_defaults 2024-06-04 12:45:55.607 | + functions-common:run_phase:1828 : local mode=override_defaults 2024-06-04 12:45:55.608 | + functions-common:run_phase:1829 : local phase= 2024-06-04 12:45:55.610 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-04 12:45:55.611 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-06-04 12:45:55.612 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-04 12:45:55.614 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-06-04 12:45:55.615 | + functions-common:run_phase:1838 : local extra 2024-06-04 12:45:55.616 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-04 12:45:55.619 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-06-04 12:45:55.620 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-04 12:45:55.622 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-04 12:45:55.623 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-06-04 12:45:55.625 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-04 12:45:55.634 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:45:55.636 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-06-04 12:45:55.637 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-04 12:45:55.638 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-04 12:45:55.640 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-04 12:45:55.641 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-04 12:45:55.643 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-06-04 12:45:55.644 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-06-04 12:45:55.645 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-06-04 12:45:55.647 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-06-04 12:45:55.648 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-04 12:45:55.649 | + functions-common:run_phase:1853 : plugin_override_defaults 2024-06-04 12:45:55.651 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2024-06-04 12:45:55.652 | + functions-common:plugin_override_defaults:1788 : local plugin 2024-06-04 12:45:55.654 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2024-06-04 12:45:55.655 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2024-06-04 12:45:55.655 | Overriding Configuration Defaults 2024-06-04 12:45:55.657 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2024-06-04 12:45:55.658 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:45:55.660 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-06-04 12:45:55.661 | + stack.sh:main:621 : source /opt/stack/devstack/lib/apache 2024-06-04 12:45:55.674 | + stack.sh:main:624 : source /opt/stack/devstack/lib/tls 2024-06-04 12:45:55.675 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-06-04 12:45:55.684 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:45:55.685 | +++ lib/tls:source:43 : hostname -f 2024-06-04 12:45:55.688 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-06-04 12:45:55.689 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-06-04 12:45:55.691 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-06-04 12:45:55.692 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-06-04 12:45:55.694 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-06-04 12:45:55.695 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-06-04 12:45:55.696 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-06-04 12:45:55.698 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-06-04 12:45:55.699 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-06-04 12:45:55.701 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-06-04 12:45:55.703 | + stack.sh:main:627 : source /opt/stack/devstack/lib/infra 2024-06-04 12:45:55.711 | + stack.sh:main:628 : source /opt/stack/devstack/lib/libraries 2024-06-04 12:45:55.722 | + stack.sh:main:629 : source /opt/stack/devstack/lib/lvm 2024-06-04 12:45:55.730 | + stack.sh:main:630 : source /opt/stack/devstack/lib/horizon 2024-06-04 12:45:55.739 | + stack.sh:main:631 : source /opt/stack/devstack/lib/keystone 2024-06-04 12:45:55.762 | + stack.sh:main:632 : source /opt/stack/devstack/lib/glance 2024-06-04 12:45:55.801 | + stack.sh:main:633 : source /opt/stack/devstack/lib/nova 2024-06-04 12:45:55.845 | + stack.sh:main:634 : source /opt/stack/devstack/lib/placement 2024-06-04 12:45:55.862 | + stack.sh:main:635 : source /opt/stack/devstack/lib/cinder 2024-06-04 12:45:55.896 | + stack.sh:main:636 : source /opt/stack/devstack/lib/swift 2024-06-04 12:45:55.927 | + stack.sh:main:637 : source /opt/stack/devstack/lib/neutron 2024-06-04 12:45:55.929 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-06-04 12:45:55.938 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:45:55.940 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-06-04 12:45:55.941 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-06-04 12:45:55.943 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-06-04 12:45:55.944 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-06-04 12:45:55.946 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-06-04 12:45:55.956 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-06-04 12:45:55.958 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-06-04 12:45:55.960 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2024-06-04 12:45:55.961 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-06-04 12:45:55.962 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-06-04 12:45:55.964 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-06-04 12:45:55.965 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-06-04 12:45:55.967 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-06-04 12:45:55.978 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-06-04 12:45:55.980 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-06-04 12:45:55.982 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-06-04 12:45:55.993 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-06-04 12:45:55.994 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2024-06-04 12:45:55.996 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2024-06-04 12:45:55.998 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2024-06-04 12:45:55.999 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-06-04 12:45:56.001 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-06-04 12:45:56.003 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-06-04 12:45:56.005 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-06-04 12:45:56.006 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-06-04 12:45:56.008 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-06-04 12:45:56.009 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-06-04 12:45:56.011 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-06-04 12:45:56.013 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-06-04 12:45:56.015 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-06-04 12:45:56.016 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-06-04 12:45:56.018 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-06-04 12:45:56.020 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-06-04 12:45:56.021 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-06-04 12:45:56.024 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-06-04 12:45:56.026 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-06-04 12:45:56.027 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-06-04 12:45:56.028 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-06-04 12:45:56.030 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-06-04 12:45:56.032 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-06-04 12:45:56.042 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-06-04 12:45:56.044 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-06-04 12:45:56.046 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2024-06-04 12:45:56.046 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-06-04 12:45:56.049 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-06-04 12:45:56.050 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-06-04 12:45:56.052 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-06-04 12:45:56.053 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-06-04 12:45:56.055 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-06-04 12:45:56.056 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-06-04 12:45:56.058 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-06-04 12:45:56.059 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-06-04 12:45:56.060 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-06-04 12:45:56.062 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-06-04 12:45:56.063 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-06-04 12:45:56.065 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-06-04 12:45:56.066 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-06-04 12:45:56.068 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:45:56.069 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-06-04 12:45:56.071 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-06-04 12:45:56.073 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-06-04 12:45:56.083 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-06-04 12:45:56.084 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-06-04 12:45:56.086 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2024-06-04 12:45:56.088 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2024-06-04 12:45:56.089 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-06-04 12:45:56.090 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-06-04 12:45:56.092 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:45:56.093 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-06-04 12:45:56.095 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-06-04 12:45:56.096 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-06-04 12:45:56.098 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-06-04 12:45:56.099 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-06-04 12:45:56.100 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-06-04 12:45:56.102 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-06-04 12:45:56.103 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-06-04 12:45:56.105 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-06-04 12:45:56.106 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-06-04 12:45:56.108 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-06-04 12:45:56.109 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-06-04 12:45:56.110 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-06-04 12:45:56.112 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-06-04 12:45:56.132 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-06-04 12:45:56.140 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-06-04 12:45:56.142 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-06-04 12:45:56.143 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-06-04 12:45:56.145 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-06-04 12:45:56.146 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-06-04 12:45:56.148 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-06-04 12:45:56.149 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-06-04 12:45:56.151 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-06-04 12:45:56.152 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-06-04 12:45:56.154 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-06-04 12:45:56.155 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-06-04 12:45:56.157 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-06-04 12:45:56.158 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-06-04 12:45:56.160 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-06-04 12:45:56.161 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-06-04 12:45:56.162 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-06-04 12:45:56.164 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-06-04 12:45:56.165 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2024-06-04 12:45:56.168 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2024-06-04 12:45:56.168 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2024-06-04 12:45:56.168 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2024-06-04 12:45:56.169 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-06-04 12:45:56.172 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=14:e69e:067b 2024-06-04 12:45:56.174 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2024-06-04 12:45:56.175 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2024-06-04 12:45:56.177 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-06-04 12:45:56.178 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-06-04 12:45:56.180 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd14:e69e:067b::/56 2024-06-04 12:45:56.182 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd14:e69e:067b::/56 2024-06-04 12:45:56.182 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-06-04 12:45:56.186 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd14:e69e:067b::/64 2024-06-04 12:45:56.188 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-06-04 12:45:56.189 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-06-04 12:45:56.191 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-06-04 12:45:56.192 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-06-04 12:45:56.193 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2024-06-04 12:45:56.195 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-06-04 12:45:56.196 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2024-06-04 12:45:56.198 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2024-06-04 12:45:56.199 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2024-06-04 12:45:56.201 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-06-04 12:45:56.202 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-06-04 12:45:56.204 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-06-04 12:45:56.205 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd14:e69e:067b::/56 2024-06-04 12:45:56.207 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2024-06-04 12:45:56.208 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2024-06-04 12:45:56.210 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2024-06-04 12:45:56.211 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2024-06-04 12:45:56.211 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2024-06-04 12:45:56.214 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2024-06-04 12:45:56.217 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2024-06-04 12:45:56.217 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2024-06-04 12:45:56.217 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2024-06-04 12:45:56.222 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2024-06-04 12:45:56.224 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-06-04 12:45:56.225 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-06-04 12:45:56.227 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-06-04 12:45:56.228 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2024-06-04 12:45:56.230 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2024-06-04 12:45:56.231 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-06-04 12:45:56.233 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2024-06-04 12:45:56.234 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2024-06-04 12:45:56.246 | + stack.sh:main:638 : source /opt/stack/devstack/lib/ldap 2024-06-04 12:45:56.255 | + stack.sh:main:639 : source /opt/stack/devstack/lib/dstat 2024-06-04 12:45:56.264 | + stack.sh:main:640 : source /opt/stack/devstack/lib/tcpdump 2024-06-04 12:45:56.273 | + stack.sh:main:641 : source /opt/stack/devstack/lib/etcd3 2024-06-04 12:45:56.320 | + stack.sh:main:642 : source /opt/stack/devstack/lib/os-vif 2024-06-04 12:45:56.322 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-06-04 12:45:56.323 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-06-04 12:45:56.325 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-06-04 12:45:56.327 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-06-04 12:45:56.329 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-06-04 12:45:56.329 | False' 2024-06-04 12:45:56.331 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-06-04 12:45:56.342 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-06-04 12:45:56.343 | + stack.sh:main:648 : run_phase source 2024-06-04 12:45:56.345 | + functions-common:run_phase:1828 : local mode=source 2024-06-04 12:45:56.346 | + functions-common:run_phase:1829 : local phase= 2024-06-04 12:45:56.348 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-04 12:45:56.349 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-06-04 12:45:56.351 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-04 12:45:56.352 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-06-04 12:45:56.354 | + functions-common:run_phase:1838 : local extra 2024-06-04 12:45:56.356 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-04 12:45:56.358 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-06-04 12:45:56.360 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-04 12:45:56.361 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-04 12:45:56.363 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-06-04 12:45:56.364 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-04 12:45:56.374 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:45:56.376 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-06-04 12:45:56.377 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-06-04 12:45:56.403 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-06-04 12:45:56.404 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-06-04 12:45:56.406 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2024-06-04 12:45:56.408 | + functions-common:run_phase:1850 : load_plugin_settings 2024-06-04 12:45:56.409 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2024-06-04 12:45:56.410 | + functions-common:load_plugin_settings:1765 : local plugin 2024-06-04 12:45:56.412 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2024-06-04 12:45:56.413 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2024-06-04 12:45:56.413 | Loading plugin settings 2024-06-04 12:45:56.415 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2024-06-04 12:45:56.416 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:45:56.418 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-06-04 12:45:56.419 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2024-06-04 12:45:56.421 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-06-04 12:45:56.423 | ++ functions-common:define_plugin:1872 : : 2024-06-04 12:45:56.424 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-06-04 12:45:56.426 | + functions-common:run_phase:1851 : verify_disabled_services 2024-06-04 12:45:56.427 | + functions-common:verify_disabled_services:2111 : local service 2024-06-04 12:45:56.429 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.430 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-06-04 12:45:56.432 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.434 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-06-04 12:45:56.435 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.437 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-06-04 12:45:56.439 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.440 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-06-04 12:45:56.442 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.444 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-06-04 12:45:56.445 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.447 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-06-04 12:45:56.448 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.450 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-06-04 12:45:56.452 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.453 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-06-04 12:45:56.455 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.456 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-06-04 12:45:56.458 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.459 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-06-04 12:45:56.461 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.463 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-06-04 12:45:56.464 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.466 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-06-04 12:45:56.467 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.469 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-06-04 12:45:56.471 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.472 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-06-04 12:45:56.474 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.475 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-06-04 12:45:56.477 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.478 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-06-04 12:45:56.480 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.482 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-06-04 12:45:56.483 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.485 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-06-04 12:45:56.486 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.488 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-06-04 12:45:56.489 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.491 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-06-04 12:45:56.493 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.494 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-06-04 12:45:56.496 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:45:56.498 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-06-04 12:45:56.499 | + stack.sh:main:719 : initialize_database_backends 2024-06-04 12:45:56.501 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-06-04 12:45:56.502 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-06-04 12:45:56.513 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:45:56.515 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-06-04 12:45:56.517 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-06-04 12:45:56.518 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-06-04 12:45:56.529 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:45:56.531 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-06-04 12:45:56.533 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-06-04 12:45:56.534 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-06-04 12:45:56.536 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-06-04 12:45:56.537 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-06-04 12:45:56.539 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-06-04 12:45:56.541 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-06-04 12:45:56.542 | + lib/database:initialize_database_backends:92 : return 0 2024-06-04 12:45:56.544 | + stack.sh:main:720 : echo 'Using mysql database backend' 2024-06-04 12:45:56.544 | Using mysql database backend 2024-06-04 12:45:56.546 | + stack.sh:main:723 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-06-04 12:45:56.557 | + stack.sh:main:725 : define_database_baseurl 2024-06-04 12:45:56.559 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-06-04 12:45:56.561 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-06-04 12:45:56.563 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2024-06-04 12:45:56.565 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-04 12:45:56.567 | + stack.sh:main:737 : is_service_enabled rabbit 2024-06-04 12:45:56.578 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:45:56.580 | + stack.sh:main:738 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-06-04 12:45:56.592 | + stack.sh:main:745 : is_service_enabled keystone 2024-06-04 12:45:56.603 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:45:56.605 | + stack.sh:main:747 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-06-04 12:45:56.617 | + stack.sh:main:749 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-06-04 12:45:56.628 | + stack.sh:main:760 : is_service_enabled ldap 2024-06-04 12:45:56.640 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:45:56.642 | + stack.sh:main:769 : is_service_enabled s-proxy 2024-06-04 12:45:56.653 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:45:56.655 | + stack.sh:main:781 : save_stackenv 781 2024-06-04 12:45:56.657 | + functions-common:save_stackenv:60 : local tag=781 2024-06-04 12:45:56.659 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-06-04 12:45:56.662 | + functions-common:save_stackenv:62 : time_stamp=2024-06-04-124556 2024-06-04 12:45:56.664 | + functions-common:save_stackenv:63 : echo '# 2024-06-04-124556 781' 2024-06-04 12:45:56.665 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.667 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-04 12:45:56.668 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.670 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-06-04 12:45:56.672 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.673 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-06-04 12:45:56.675 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.677 | + 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-06-04 12:45:56.678 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.680 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-06-04 12:45:56.681 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.683 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-06-04 12:45:56.685 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.686 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-06-04-124553 2024-06-04 12:45:56.688 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.689 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-06-04 12:45:56.691 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.693 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-06-04 12:45:56.694 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.696 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-06-04 12:45:56.697 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.699 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-06-04 12:45:56.701 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.702 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-06-04 12:45:56.704 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.705 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-06-04 12:45:56.707 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.709 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-06-04 12:45:56.710 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:45:56.712 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-06-04 12:45:56.714 | + stack.sh:main:794 : GIT_DEPTH=0 2024-06-04 12:45:56.715 | + stack.sh:main:794 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2024-06-04 12:45:56.717 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2024-06-04 12:45:56.718 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2024-06-04 12:45:56.720 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-06-04 12:45:56.721 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:45:56.723 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:45:56.725 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:45:56.726 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:45:56.728 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:45:56.740 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:45:56.741 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2024-06-04 12:45:56.743 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:45:56.745 | + functions-common:git_clone:593 : echo stable/2023.2 2024-06-04 12:45:56.745 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:45:56.749 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2024-06-04 12:45:56.750 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:45:56.752 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-06-04 12:45:56.753 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:45:56.755 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:45:56.756 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:45:56.758 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:45:56.759 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:45:56.760 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:45:56.762 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:45:56.763 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:45:56.765 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:45:56.768 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505156766 2024-06-04 12:45:56.770 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-06-04 12:45:56.772 | Cloning into '/opt/stack//requirements'... 2024-06-04 12:45:59.939 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:45:59.940 | + functions-common:time_stop:2400 : local name 2024-06-04 12:45:59.942 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:45:59.943 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:45:59.945 | + functions-common:time_stop:2403 : local total 2024-06-04 12:45:59.946 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:45:59.948 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:45:59.949 | + functions-common:time_stop:2407 : start_time=1717505156766 2024-06-04 12:45:59.951 | + functions-common:time_stop:2409 : [[ -z 1717505156766 ]] 2024-06-04 12:45:59.952 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:45:59.955 | + functions-common:time_stop:2412 : end_time=1717505159953 2024-06-04 12:45:59.957 | + functions-common:time_stop:2413 : elapsed_time=3187 2024-06-04 12:45:59.958 | + functions-common:time_stop:2414 : total=2285 2024-06-04 12:45:59.960 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:45:59.961 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5472 2024-06-04 12:45:59.963 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2024-06-04 12:45:59.964 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2024-06-04 12:45:59.966 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:45:59.968 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:45:59.969 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:45:59.970 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:45:59.972 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:45:59.974 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:45:59.975 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:45:59.977 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:45:59.978 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:45:59.982 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505159980 2024-06-04 12:45:59.983 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2024-06-04 12:46:00.655 | From https://opendev.org/openstack/requirements 2024-06-04 12:46:00.655 | * branch stable/2023.2 -> FETCH_HEAD 2024-06-04 12:46:00.663 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:46:00.665 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:00.666 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:00.668 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:00.669 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:00.671 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:00.672 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:46:00.674 | + functions-common:time_stop:2407 : start_time=1717505159980 2024-06-04 12:46:00.675 | + functions-common:time_stop:2409 : [[ -z 1717505159980 ]] 2024-06-04 12:46:00.677 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:00.680 | + functions-common:time_stop:2412 : end_time=1717505160678 2024-06-04 12:46:00.682 | + functions-common:time_stop:2413 : elapsed_time=698 2024-06-04 12:46:00.683 | + functions-common:time_stop:2414 : total=5472 2024-06-04 12:46:00.685 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:00.686 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6170 2024-06-04 12:46:00.688 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:46:00.689 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:46:00.691 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:46:00.692 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:46:00.694 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:46:00.695 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:46:00.697 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:46:00.698 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:46:00.700 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:46:00.702 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:46:00.705 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505160703 2024-06-04 12:46:00.706 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:46:00.715 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:46:00.715 | 2024-06-04 12:46:00.715 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:46:00.715 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:46:00.715 | state without impacting any branches by switching back to a branch. 2024-06-04 12:46:00.715 | 2024-06-04 12:46:00.715 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:46:00.715 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:46:00.715 | 2024-06-04 12:46:00.715 | git switch -c 2024-06-04 12:46:00.715 | 2024-06-04 12:46:00.715 | Or undo this operation with: 2024-06-04 12:46:00.715 | 2024-06-04 12:46:00.715 | git switch - 2024-06-04 12:46:00.715 | 2024-06-04 12:46:00.715 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:46:00.715 | 2024-06-04 12:46:00.715 | HEAD is now at 8c7de55c Merge "update constraint for metalsmith to new release 2.0.2" into stable/2023.2 2024-06-04 12:46:00.717 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:46:00.719 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:00.721 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:00.722 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:00.724 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:00.725 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:00.727 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:46:00.728 | + functions-common:time_stop:2407 : start_time=1717505160703 2024-06-04 12:46:00.730 | + functions-common:time_stop:2409 : [[ -z 1717505160703 ]] 2024-06-04 12:46:00.732 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:00.735 | + functions-common:time_stop:2412 : end_time=1717505160733 2024-06-04 12:46:00.736 | + functions-common:time_stop:2413 : elapsed_time=30 2024-06-04 12:46:00.738 | + functions-common:time_stop:2414 : total=6170 2024-06-04 12:46:00.739 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:00.741 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6200 2024-06-04 12:46:00.742 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-06-04 12:46:00.752 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2024-06-04 12:46:00.755 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:46:00.755 | + functions-common:git_clone:656 : head -1 2024-06-04 12:46:00.757 | 8c7de55c Merge "update constraint for metalsmith to new release 2.0.2" into stable/2023.2 2024-06-04 12:46:00.759 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:46:00.761 | + stack.sh:main:798 : echo_summary 'Installing package prerequisites' 2024-06-04 12:46:00.763 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:46:00.765 | + stack.sh:echo_summary:470 : echo -e Installing package prerequisites 2024-06-04 12:46:00.767 | + stack.sh:main:799 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-06-04 12:46:00.769 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-06-04 12:46:00.771 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-06-04 12:46:00.773 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-06-04 12:46:00.775 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-06-04 12:46:00.777 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-06-04 12:46:00.779 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-06-04 12:46:00.781 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-06-04 12:46:00.784 | ++ tools/install_prereqs.sh:source:47 : NOW=1717505160 2024-06-04 12:46:00.787 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-06-04 12:46:00.790 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-06-04 12:46:00.792 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-06-04 12:46:00.794 | ++ tools/install_prereqs.sh:source:49 : DELTA=1717505160 2024-06-04 12:46:00.796 | ++ tools/install_prereqs.sh:source:50 : [[ 1717505160 -lt 7200 ]] 2024-06-04 12:46:00.798 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-06-04 12:46:00.799 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2024-06-04 12:46:00.801 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-06-04 12:46:00.803 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2024-06-04 12:46:00.805 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-06-04 12:46:00.807 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2024-06-04 12:46:00.809 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-06-04 12:46:00.812 | +++ 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-06-04 12:46:00.839 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-06-04 12:46:00.839 | apache2-dev 2024-06-04 12:46:00.839 | bc 2024-06-04 12:46:00.839 | bsdmainutils 2024-06-04 12:46:00.839 | curl 2024-06-04 12:46:00.839 | g++ 2024-06-04 12:46:00.839 | gawk 2024-06-04 12:46:00.839 | gcc 2024-06-04 12:46:00.839 | gettext 2024-06-04 12:46:00.839 | git 2024-06-04 12:46:00.839 | graphviz 2024-06-04 12:46:00.839 | iputils-ping 2024-06-04 12:46:00.839 | libapache2-mod-proxy-uwsgi 2024-06-04 12:46:00.839 | libffi-dev 2024-06-04 12:46:00.839 | libjpeg-dev 2024-06-04 12:46:00.839 | libpcre3-dev 2024-06-04 12:46:00.839 | libpq-dev 2024-06-04 12:46:00.839 | libssl-dev 2024-06-04 12:46:00.839 | libsystemd-dev 2024-06-04 12:46:00.839 | libxml2-dev 2024-06-04 12:46:00.839 | libxslt1-dev 2024-06-04 12:46:00.839 | libyaml-dev 2024-06-04 12:46:00.839 | lsof 2024-06-04 12:46:00.839 | openssh-server 2024-06-04 12:46:00.839 | openssl 2024-06-04 12:46:00.839 | pkg-config 2024-06-04 12:46:00.839 | psmisc 2024-06-04 12:46:00.839 | python3-dev 2024-06-04 12:46:00.839 | python3-pip 2024-06-04 12:46:00.839 | python3-systemd 2024-06-04 12:46:00.839 | python3-venv 2024-06-04 12:46:00.839 | tar 2024-06-04 12:46:00.839 | tcpdump 2024-06-04 12:46:00.840 | unzip 2024-06-04 12:46:00.840 | uuid-runtime 2024-06-04 12:46:00.840 | wget 2024-06-04 12:46:00.840 | wget 2024-06-04 12:46:00.840 | zlib1g-dev 2024-06-04 12:46:00.840 | libkrb5-dev 2024-06-04 12:46:00.840 | libldap2-dev 2024-06-04 12:46:00.840 | libsasl2-dev 2024-06-04 12:46:00.840 | memcached 2024-06-04 12:46:00.840 | python3-mysqldb 2024-06-04 12:46:00.840 | sqlite3 2024-06-04 12:46:00.840 | conntrack 2024-06-04 12:46:00.840 | curl 2024-06-04 12:46:00.840 | ebtables 2024-06-04 12:46:00.840 | genisoimage 2024-06-04 12:46:00.840 | iptables 2024-06-04 12:46:00.840 | iputils-arping 2024-06-04 12:46:00.840 | kpartx 2024-06-04 12:46:00.840 | libjs-jquery-tablesorter 2024-06-04 12:46:00.840 | parted 2024-06-04 12:46:00.840 | pm-utils 2024-06-04 12:46:00.840 | python3-mysqldb 2024-06-04 12:46:00.840 | socat 2024-06-04 12:46:00.840 | sqlite3 2024-06-04 12:46:00.840 | sudo 2024-06-04 12:46:00.840 | vlan 2024-06-04 12:46:00.840 | lsscsi 2024-06-04 12:46:00.840 | open-iscsi 2024-06-04 12:46:00.840 | lvm2 2024-06-04 12:46:00.840 | qemu-utils 2024-06-04 12:46:00.840 | thin-provisioning-tools 2024-06-04 12:46:00.840 | acl 2024-06-04 12:46:00.840 | dnsmasq-base 2024-06-04 12:46:00.840 | dnsmasq-utils 2024-06-04 12:46:00.840 | ebtables 2024-06-04 12:46:00.840 | haproxy 2024-06-04 12:46:00.840 | iptables 2024-06-04 12:46:00.840 | iputils-arping 2024-06-04 12:46:00.840 | iputils-ping 2024-06-04 12:46:00.840 | postgresql-server-dev-all 2024-06-04 12:46:00.840 | python3-mysqldb 2024-06-04 12:46:00.840 | sqlite3 2024-06-04 12:46:00.840 | sudo 2024-06-04 12:46:00.840 | vlan 2024-06-04 12:46:00.840 | ipset 2024-06-04 12:46:00.840 | conntrack 2024-06-04 12:46:00.840 | conntrackd 2024-06-04 12:46:00.840 | keepalived' 2024-06-04 12:46:00.841 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-06-04 12:46:00.856 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-06-04 12:46:00.856 | apache2-dev 2024-06-04 12:46:00.856 | bc 2024-06-04 12:46:00.856 | bsdmainutils 2024-06-04 12:46:00.856 | curl 2024-06-04 12:46:00.856 | g++ 2024-06-04 12:46:00.856 | gawk 2024-06-04 12:46:00.856 | gcc 2024-06-04 12:46:00.856 | gettext 2024-06-04 12:46:00.856 | git 2024-06-04 12:46:00.856 | graphviz 2024-06-04 12:46:00.856 | iputils-ping 2024-06-04 12:46:00.856 | libapache2-mod-proxy-uwsgi 2024-06-04 12:46:00.856 | libffi-dev 2024-06-04 12:46:00.856 | libjpeg-dev 2024-06-04 12:46:00.856 | libpcre3-dev 2024-06-04 12:46:00.856 | libpq-dev 2024-06-04 12:46:00.856 | libssl-dev 2024-06-04 12:46:00.856 | libsystemd-dev 2024-06-04 12:46:00.856 | libxml2-dev 2024-06-04 12:46:00.856 | libxslt1-dev 2024-06-04 12:46:00.856 | libyaml-dev 2024-06-04 12:46:00.856 | lsof 2024-06-04 12:46:00.857 | openssh-server 2024-06-04 12:46:00.857 | openssl 2024-06-04 12:46:00.857 | pkg-config 2024-06-04 12:46:00.857 | psmisc 2024-06-04 12:46:00.857 | python3-dev 2024-06-04 12:46:00.857 | python3-pip 2024-06-04 12:46:00.857 | python3-systemd 2024-06-04 12:46:00.857 | python3-venv 2024-06-04 12:46:00.857 | tar 2024-06-04 12:46:00.857 | tcpdump 2024-06-04 12:46:00.857 | unzip 2024-06-04 12:46:00.857 | uuid-runtime 2024-06-04 12:46:00.857 | wget 2024-06-04 12:46:00.857 | wget 2024-06-04 12:46:00.857 | zlib1g-dev 2024-06-04 12:46:00.857 | libkrb5-dev 2024-06-04 12:46:00.857 | libldap2-dev 2024-06-04 12:46:00.857 | libsasl2-dev 2024-06-04 12:46:00.857 | memcached 2024-06-04 12:46:00.857 | python3-mysqldb 2024-06-04 12:46:00.857 | sqlite3 2024-06-04 12:46:00.857 | conntrack 2024-06-04 12:46:00.857 | curl 2024-06-04 12:46:00.857 | ebtables 2024-06-04 12:46:00.857 | genisoimage 2024-06-04 12:46:00.857 | iptables 2024-06-04 12:46:00.857 | iputils-arping 2024-06-04 12:46:00.857 | kpartx 2024-06-04 12:46:00.857 | libjs-jquery-tablesorter 2024-06-04 12:46:00.857 | parted 2024-06-04 12:46:00.857 | pm-utils 2024-06-04 12:46:00.857 | python3-mysqldb 2024-06-04 12:46:00.857 | socat 2024-06-04 12:46:00.857 | sqlite3 2024-06-04 12:46:00.857 | sudo 2024-06-04 12:46:00.857 | vlan 2024-06-04 12:46:00.857 | lsscsi 2024-06-04 12:46:00.857 | open-iscsi 2024-06-04 12:46:00.857 | lvm2 2024-06-04 12:46:00.857 | qemu-utils 2024-06-04 12:46:00.857 | thin-provisioning-tools 2024-06-04 12:46:00.857 | acl 2024-06-04 12:46:00.857 | dnsmasq-base 2024-06-04 12:46:00.857 | dnsmasq-utils 2024-06-04 12:46:00.857 | ebtables 2024-06-04 12:46:00.857 | haproxy 2024-06-04 12:46:00.857 | iptables 2024-06-04 12:46:00.857 | iputils-arping 2024-06-04 12:46:00.857 | iputils-ping 2024-06-04 12:46:00.857 | postgresql-server-dev-all 2024-06-04 12:46:00.858 | python3-mysqldb 2024-06-04 12:46:00.858 | sqlite3 2024-06-04 12:46:00.858 | sudo 2024-06-04 12:46:00.858 | vlan 2024-06-04 12:46:00.858 | ipset 2024-06-04 12:46:00.858 | conntrack 2024-06-04 12:46:00.858 | conntrackd 2024-06-04 12:46:00.858 | keepalived ' 2024-06-04 12:46:00.858 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-06-04 12:46:00.860 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:00.861 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:00.864 | ++ 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-06-04 12:46:00.864 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-06-04 12:46:00.868 | ++ 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-06-04 12:46:00.869 | ++ functions-common:install_package:1421 : update_package_repo 2024-06-04 12:46:00.871 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:46:00.873 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2024-06-04 12:46:00.875 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:46:00.877 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:00.878 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:46:00.880 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:00.882 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:00.883 | ++ functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:46:00.885 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2024-06-04 12:46:00.887 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:00.888 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2024-06-04 12:46:00.891 | +++ functions-common:apt_get_update:1157 : id -u 2024-06-04 12:46:00.894 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2024-06-04 12:46:00.895 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2024-06-04 12:46:00.897 | ++ functions-common:time_start:2386 : local name=apt-get-update 2024-06-04 12:46:00.899 | ++ functions-common:time_start:2387 : local start_time= 2024-06-04 12:46:00.901 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:46:00.903 | +++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:46:00.906 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1717505160904 2024-06-04 12:46:00.908 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-06-04 12:46:00.909 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-06-04 12:46:00.911 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-06-04 12:46:01.129 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-06-04 12:46:01.132 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-06-04 12:46:01.143 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-06-04 12:46:01.223 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-04 12:46:01.325 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,686 kB] 2024-06-04 12:46:01.365 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [313 kB] 2024-06-04 12:46:01.377 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-06-04 12:46:01.397 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-06-04 12:46:01.411 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,076 kB] 2024-06-04 12:46:01.421 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [247 kB] 2024-06-04 12:46:01.438 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-04 12:46:01.454 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-04 12:46:01.704 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,475 kB] 2024-06-04 12:46:02.269 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [254 kB] 2024-06-04 12:46:02.279 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,876 kB] 2024-06-04 12:46:02.382 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [318 kB] 2024-06-04 12:46:02.395 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [854 kB] 2024-06-04 12:46:02.428 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [165 kB] 2024-06-04 12:46:06.151 | Fetched 11.0 MB in 2s (5,662 kB/s) 2024-06-04 12:46:07.093 | Reading package lists... 2024-06-04 12:46:07.118 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2024-06-04 12:46:07.120 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2024-06-04 12:46:07.122 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:46:07.123 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:07.125 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:07.127 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:46:07.128 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:07.130 | ++ functions-common:time_stop:2406 : name=apt-get-update 2024-06-04 12:46:07.132 | ++ functions-common:time_stop:2407 : start_time=1717505160904 2024-06-04 12:46:07.133 | ++ functions-common:time_stop:2409 : [[ -z 1717505160904 ]] 2024-06-04 12:46:07.135 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:07.138 | ++ functions-common:time_stop:2412 : end_time=1717505167136 2024-06-04 12:46:07.140 | ++ functions-common:time_stop:2413 : elapsed_time=6232 2024-06-04 12:46:07.142 | ++ functions-common:time_stop:2414 : total=0 2024-06-04 12:46:07.143 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:07.145 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6232 2024-06-04 12:46:07.147 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-06-04 12:46:07.149 | ++ functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:46:07.151 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:07.152 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:07.154 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-06-04 12:46:07.170 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-06-04 12:46:07.228 | Reading package lists... 2024-06-04 12:46:07.408 | Building dependency tree... 2024-06-04 12:46:07.409 | Reading state information... 2024-06-04 12:46:07.426 | acl is already the newest version (2.3.1-1). 2024-06-04 12:46:07.426 | bc is already the newest version (1.07.1-3build1). 2024-06-04 12:46:07.426 | bc set to manually installed. 2024-06-04 12:46:07.426 | conntrack is already the newest version (1:1.4.6-2build2). 2024-06-04 12:46:07.426 | ebtables is already the newest version (2.0.11-4build2). 2024-06-04 12:46:07.426 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-06-04 12:46:07.426 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-06-04 12:46:07.426 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-06-04 12:46:07.426 | gettext is already the newest version (0.21-4ubuntu4). 2024-06-04 12:46:07.426 | ipset is already the newest version (7.15-1build1). 2024-06-04 12:46:07.426 | iputils-arping is already the newest version (3:20211215-1). 2024-06-04 12:46:07.426 | iputils-ping is already the newest version (3:20211215-1). 2024-06-04 12:46:07.426 | iputils-ping set to manually installed. 2024-06-04 12:46:07.426 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-06-04 12:46:07.426 | libffi-dev is already the newest version (3.4.2-4). 2024-06-04 12:46:07.427 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-06-04 12:46:07.427 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-06-04 12:46:07.427 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-06-04 12:46:07.427 | lsof set to manually installed. 2024-06-04 12:46:07.427 | lsscsi is already the newest version (0.31-1build2). 2024-06-04 12:46:07.427 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-06-04 12:46:07.427 | lvm2 set to manually installed. 2024-06-04 12:46:07.427 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-06-04 12:46:07.427 | open-iscsi set to manually installed. 2024-06-04 12:46:07.427 | parted is already the newest version (3.4-2build1). 2024-06-04 12:46:07.427 | parted set to manually installed. 2024-06-04 12:46:07.427 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-06-04 12:46:07.427 | psmisc is already the newest version (23.4-2build3). 2024-06-04 12:46:07.427 | psmisc set to manually installed. 2024-06-04 12:46:07.427 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-06-04 12:46:07.427 | python3-systemd is already the newest version (234-3ubuntu2). 2024-06-04 12:46:07.427 | python3-systemd set to manually installed. 2024-06-04 12:46:07.427 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-06-04 12:46:07.427 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-06-04 12:46:07.427 | thin-provisioning-tools set to manually installed. 2024-06-04 12:46:07.427 | wget is already the newest version (1.21.2-2ubuntu1). 2024-06-04 12:46:07.427 | wget set to manually installed. 2024-06-04 12:46:07.427 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-06-04 12:46:07.427 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-06-04 12:46:07.427 | graphviz is already the newest version (2.42.2-6). 2024-06-04 12:46:07.427 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-06-04 12:46:07.427 | pm-utils is already the newest version (1.4.1-19). 2024-06-04 12:46:07.427 | postgresql-server-dev-all is already the newest version (238). 2024-06-04 12:46:07.427 | vlan is already the newest version (2.0.5ubuntu5). 2024-06-04 12:46:07.427 | apache2 is already the newest version (2.4.52-1ubuntu4.9). 2024-06-04 12:46:07.427 | apache2-dev is already the newest version (2.4.52-1ubuntu4.9). 2024-06-04 12:46:07.427 | curl is already the newest version (7.81.0-1ubuntu1.16). 2024-06-04 12:46:07.427 | curl set to manually installed. 2024-06-04 12:46:07.427 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-06-04 12:46:07.427 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-06-04 12:46:07.427 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-06-04 12:46:07.427 | gawk set to manually installed. 2024-06-04 12:46:07.427 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-06-04 12:46:07.427 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-06-04 12:46:07.427 | iptables set to manually installed. 2024-06-04 12:46:07.427 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-06-04 12:46:07.427 | kpartx set to manually installed. 2024-06-04 12:46:07.427 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-06-04 12:46:07.427 | libldap2-dev is already the newest version (2.5.17+dfsg-0ubuntu0.22.04.1). 2024-06-04 12:46:07.427 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-06-04 12:46:07.427 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-06-04 12:46:07.427 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-06-04 12:46:07.427 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-06-04 12:46:07.427 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-06-04 12:46:07.427 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-06-04 12:46:07.427 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-06-04 12:46:07.427 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.7). 2024-06-04 12:46:07.427 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-06-04 12:46:07.427 | openssl set to manually installed. 2024-06-04 12:46:07.427 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-06-04 12:46:07.427 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.19). 2024-06-04 12:46:07.427 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-06-04 12:46:07.427 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-06-04 12:46:07.427 | sudo set to manually installed. 2024-06-04 12:46:07.597 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-06-04 12:46:07.597 | tar set to manually installed. 2024-06-04 12:46:07.597 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-06-04 12:46:07.597 | tcpdump set to manually installed. 2024-06-04 12:46:07.597 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-06-04 12:46:07.597 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-06-04 12:46:07.597 | uuid-runtime set to manually installed. 2024-06-04 12:46:07.597 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-06-04 12:46:07.597 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.9). 2024-06-04 12:46:07.597 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-06-04 12:46:07.597 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-06-04 12:46:07.597 | The following packages were automatically installed and are no longer required: 2024-06-04 12:46:07.597 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:46:07.598 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:46:07.598 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:46:07.599 | The following additional packages will be installed: 2024-06-04 12:46:07.599 | libpq5 2024-06-04 12:46:07.600 | Suggested packages: 2024-06-04 12:46:07.600 | git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb 2024-06-04 12:46:07.600 | git-cvs git-mediawiki git-svn postgresql-doc-14 2024-06-04 12:46:07.616 | The following packages will be upgraded: 2024-06-04 12:46:07.616 | git libpq-dev libpq5 2024-06-04 12:46:08.084 | 3 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:46:08.084 | Need to get 0 B/3,461 kB of archives. 2024-06-04 12:46:08.084 | After this operation, 28.7 kB of additional disk space will be used. 2024-06-04 12:46:08.859 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 196437 files and directories currently installed.) 2024-06-04 12:46:08.868 | Preparing to unpack .../git_1%3a2.34.1-1ubuntu1.11_amd64.deb ... 2024-06-04 12:46:08.899 | Unpacking git (1:2.34.1-1ubuntu1.11) over (1:2.34.1-1ubuntu1.10) ... 2024-06-04 12:46:09.207 | Preparing to unpack .../libpq-dev_14.12-0ubuntu0.22.04.1_amd64.deb ... 2024-06-04 12:46:09.217 | Unpacking libpq-dev (14.12-0ubuntu0.22.04.1) over (14.11-0ubuntu0.22.04.1) ... 2024-06-04 12:46:09.300 | Preparing to unpack .../libpq5_14.12-0ubuntu0.22.04.1_amd64.deb ... 2024-06-04 12:46:09.315 | Unpacking libpq5:amd64 (14.12-0ubuntu0.22.04.1) over (14.11-0ubuntu0.22.04.1) ... 2024-06-04 12:46:09.377 | Setting up libpq5:amd64 (14.12-0ubuntu0.22.04.1) ... 2024-06-04 12:46:09.388 | Setting up libpq-dev (14.12-0ubuntu0.22.04.1) ... 2024-06-04 12:46:09.398 | Setting up git (1:2.34.1-1ubuntu1.11) ... 2024-06-04 12:46:09.418 | Processing triggers for man-db (2.10.2-1) ... 2024-06-04 12:46:09.662 | Processing triggers for libc-bin (2.35-0ubuntu3.7) ... 2024-06-04 12:46:10.036 | NEEDRESTART-VER: 3.5 2024-06-04 12:46:10.440 | NEEDRESTART-KCUR: 6.5.0-28-generic 2024-06-04 12:46:10.440 | NEEDRESTART-KEXP: 6.5.0-28-generic 2024-06-04 12:46:10.440 | NEEDRESTART-KSTA: 1 2024-06-04 12:46:11.789 | ++ functions-common:apt_get:1194 : result=0 2024-06-04 12:46:11.791 | ++ functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:46:11.793 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:46:11.794 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:11.796 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:11.798 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:46:11.800 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:11.801 | ++ functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:46:11.803 | ++ functions-common:time_stop:2407 : start_time=1717505167167 2024-06-04 12:46:11.805 | ++ functions-common:time_stop:2409 : [[ -z 1717505167167 ]] 2024-06-04 12:46:11.807 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:11.810 | ++ functions-common:time_stop:2412 : end_time=1717505171808 2024-06-04 12:46:11.812 | ++ functions-common:time_stop:2413 : elapsed_time=4641 2024-06-04 12:46:11.813 | ++ functions-common:time_stop:2414 : total=490 2024-06-04 12:46:11.815 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:11.817 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5131 2024-06-04 12:46:11.819 | ++ functions-common:apt_get:1198 : return 0 2024-06-04 12:46:11.821 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-06-04 12:46:11.823 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-06-04 12:46:11.825 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2024-06-04 12:46:11.829 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2024-06-04 12:46:11.831 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2024-06-04 12:46:11.833 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-06-04 12:46:11.836 | ++ tools/install_prereqs.sh:source:89 : date 2024-06-04 12:46:11.839 | + stack.sh:main:814 : [[ False != \T\r\u\e ]] 2024-06-04 12:46:11.841 | + stack.sh:main:815 : PYPI_ALTERNATIVE_URL= 2024-06-04 12:46:11.843 | + stack.sh:main:815 : /opt/stack/devstack/tools/install_pip.sh 2024-06-04 12:46:12.162 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-06-04 12:46:12.163 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-06-04 12:46:12.165 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-06-04 12:46:12.166 | + tools/install_pip.sh:main:43 : GetDistro 2024-06-04 12:46:12.167 | + functions-common:GetDistro:449 : GetOSVersion 2024-06-04 12:46:12.169 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-06-04 12:46:12.170 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-06-04 12:46:12.171 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-06-04 12:46:12.172 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-06-04 12:46:12.174 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-06-04 12:46:12.175 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-06-04 12:46:12.176 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-06-04 12:46:12.178 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-06-04 12:46:12.179 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-06-04 12:46:12.181 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-06-04 12:46:12.182 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-06-04 12:46:12.183 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-06-04 12:46:12.184 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-06-04 12:46:12.186 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-06-04 12:46:12.187 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rhel9 ]] 2024-06-04 12:46:12.188 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-06-04 12:46:12.190 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-06-04 12:46:12.191 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-06-04 12:46:12.193 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-06-04 12:46:12.194 | + functions-common:_ensure_lsb_release:394 : return 2024-06-04 12:46:12.196 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-06-04 12:46:12.230 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-06-04 12:46:12.232 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-06-04 12:46:12.266 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-06-04 12:46:12.267 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-06-04 12:46:12.301 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-06-04 12:46:12.302 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-06-04 12:46:12.304 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-06-04 12:46:12.305 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-06-04 12:46:12.307 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-06-04 12:46:12.308 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-06-04 12:46:12.309 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-06-04 12:46:12.311 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-06-04 12:46:12.312 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-06-04 12:46:12.313 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2024-06-04 12:46:12.315 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-06-04 12:46:12.315 | Distro: jammy 2024-06-04 12:46:12.316 | + tools/install_pip.sh:main:124 : get_versions 2024-06-04 12:46:12.318 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-06-04 12:46:12.321 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-06-04 12:46:12.322 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-06-04 12:46:12.324 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-06-04 12:46:12.324 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-06-04 12:46:12.454 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-06-04 12:46:12.456 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-06-04 12:46:12.456 | pip: 0.1.15 2024-06-04 12:46:12.457 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-06-04 12:46:12.459 | + tools/install_pip.sh:main:130 : is_fedora 2024-06-04 12:46:12.460 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-06-04 12:46:12.461 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-06-04 12:46:12.463 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-06-04 12:46:12.464 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-06-04 12:46:12.465 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-04 12:46:12.467 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-04 12:46:12.468 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-06-04 12:46:12.469 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-06-04 12:46:12.470 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-06-04 12:46:12.472 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-06-04 12:46:12.473 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-06-04 12:46:12.474 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-06-04 12:46:12.475 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-06-04 12:46:12.477 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-06-04 12:46:12.478 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:12.479 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:12.481 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-06-04 12:46:12.487 | + tools/install_pip.sh:main:153 : set -x 2024-06-04 12:46:12.488 | + tools/install_pip.sh:main:156 : get_versions 2024-06-04 12:46:12.490 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-06-04 12:46:12.493 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-06-04 12:46:12.494 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-06-04 12:46:12.496 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-06-04 12:46:12.496 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-06-04 12:46:12.504 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-06-04 12:46:12.506 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-06-04 12:46:12.506 | pip: 0.1.15 2024-06-04 12:46:12.508 | + stack.sh:main:819 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-06-04 12:46:12.511 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-06-04 12:46:12.512 | + stack.sh:main:820 : fixup_all 2024-06-04 12:46:12.514 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2024-06-04 12:46:12.516 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2024-06-04 12:46:12.518 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:12.520 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:12.522 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-06-04 12:46:12.531 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-06-04 12:46:12.540 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-06-04 12:46:12.549 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2024-06-04 12:46:12.551 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-06-04 12:46:12.552 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-06-04 12:46:12.554 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-06-04 12:46:12.556 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-06-04 12:46:12.557 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-06-04 12:46:12.559 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-04 12:46:12.561 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-04 12:46:12.562 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-06-04 12:46:12.564 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-06-04 12:46:12.565 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-06-04 12:46:12.567 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-06-04 12:46:12.569 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-06-04 12:46:12.570 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-06-04 12:46:12.572 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-06-04 12:46:12.574 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-06-04 12:46:12.576 | + stack.sh:main:822 : [[ True == \T\r\u\e ]] 2024-06-04 12:46:12.578 | + stack.sh:main:824 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2024-06-04 12:46:12.587 | + stack.sh:main:825 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2024-06-04 12:46:12.596 | + stack.sh:main:826 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2024-06-04 12:46:12.605 | + stack.sh:main:827 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2024-06-04 12:46:12.614 | + stack.sh:main:828 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2024-06-04 12:46:12.623 | + stack.sh:main:829 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2024-06-04 12:46:12.631 | + stack.sh:main:830 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2024-06-04 12:46:12.640 | + stack.sh:main:832 : setup_devstack_virtualenv 2024-06-04 12:46:12.642 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2024-06-04 12:46:12.644 | + inc/python:setup_devstack_virtualenv:46 : [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2024-06-04 12:46:12.646 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:46:12.648 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:46:12.650 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2024-06-04 12:46:12.652 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2024-06-04 12:46:12.654 | + stack.sh:main:836 : pip_install -U os-testr 2024-06-04 12:46:12.672 | Using python 3.10 to install os-testr 2024-06-04 12:46:12.674 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-06-04 12:46:14.550 | Collecting os-testr 2024-06-04 12:46:14.553 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2024-06-04 12:46:14.596 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2024-06-04 12:46:14.600 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2024-06-04 12:46:14.625 | Collecting python-subunit>=1.0.0 (from os-testr) 2024-06-04 12:46:14.626 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2024-06-04 12:46:14.653 | Collecting testtools>=2.2.0 (from os-testr) 2024-06-04 12:46:14.655 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2024-06-04 12:46:14.682 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2024-06-04 12:46:14.684 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-06-04 12:46:14.718 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2024-06-04 12:46:14.718 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-06-04 12:46:14.744 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-06-04 12:46:14.747 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-06-04 12:46:14.751 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-06-04 12:46:14.754 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2024-06-04 12:46:14.758 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2024-06-04 12:46:14.825 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2024-06-04 12:46:15.168 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2024-06-04 12:46:15.245 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:15.247 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:15.249 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:15.251 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:15.252 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:15.254 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:15.256 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:15.258 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:15.259 | + functions-common:time_stop:2407 : start_time=1717505172668 2024-06-04 12:46:15.261 | + functions-common:time_stop:2409 : [[ -z 1717505172668 ]] 2024-06-04 12:46:15.263 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:15.266 | + functions-common:time_stop:2412 : end_time=1717505175264 2024-06-04 12:46:15.268 | + functions-common:time_stop:2413 : elapsed_time=2596 2024-06-04 12:46:15.270 | + functions-common:time_stop:2414 : total=0 2024-06-04 12:46:15.271 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:15.273 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2596 2024-06-04 12:46:15.275 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:15.277 | + stack.sh:main:840 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-06-04 12:46:15.319 | + stack.sh:main:841 : sudo systemctl restart systemd-journald 2024-06-04 12:46:15.399 | + stack.sh:main:847 : install_infra 2024-06-04 12:46:15.401 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-06-04 12:46:15.403 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-06-04 12:46:15.405 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-06-04 12:46:18.508 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-06-04 12:46:18.510 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-06-04 12:46:18.528 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-06-04 12:46:19.465 | Collecting pbr 2024-06-04 12:46:19.468 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-06-04 12:46:19.493 | Installing collected packages: pbr 2024-06-04 12:46:19.557 | Successfully installed pbr-5.11.1 2024-06-04 12:46:19.627 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:19.629 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:19.630 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:19.632 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:19.634 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:19.635 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:19.637 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:19.638 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:19.640 | + functions-common:time_stop:2407 : start_time=1717505178522 2024-06-04 12:46:19.641 | + functions-common:time_stop:2409 : [[ -z 1717505178522 ]] 2024-06-04 12:46:19.644 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:19.646 | + functions-common:time_stop:2412 : end_time=1717505179644 2024-06-04 12:46:19.648 | + functions-common:time_stop:2413 : elapsed_time=1122 2024-06-04 12:46:19.649 | + functions-common:time_stop:2414 : total=2596 2024-06-04 12:46:19.651 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:19.653 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3718 2024-06-04 12:46:19.654 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:19.656 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-06-04 12:46:19.658 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-06-04 12:46:19.675 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-06-04 12:46:20.513 | Processing /opt/stack/requirements 2024-06-04 12:46:20.513 | Preparing metadata (setup.py): started 2024-06-04 12:46:21.193 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:46:21.285 | Collecting Parsley>=1.2 2024-06-04 12:46:21.288 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-06-04 12:46:21.363 | Collecting PyYAML>=3.12 2024-06-04 12:46:21.371 | 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-06-04 12:46:21.394 | Collecting beagle>=0.2.1 2024-06-04 12:46:21.396 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-06-04 12:46:21.419 | Collecting fixtures>=3.0.0 2024-06-04 12:46:21.420 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-06-04 12:46:21.458 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-06-04 12:46:21.461 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-06-04 12:46:21.514 | Collecting requests>=2.14.2 2024-06-04 12:46:21.518 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-06-04 12:46:21.551 | Collecting six>=1.10.0 2024-06-04 12:46:21.553 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-06-04 12:46:21.607 | Collecting cliff>=2.11.0 2024-06-04 12:46:21.612 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-06-04 12:46:21.615 | 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.dev6376) (5.11.1) 2024-06-04 12:46:21.653 | Collecting idna<4,>=2.5 2024-06-04 12:46:21.656 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-06-04 12:46:21.692 | Collecting certifi>=2017.4.17 2024-06-04 12:46:21.695 | Using cached certifi-2024.6.2-py3-none-any.whl (164 kB) 2024-06-04 12:46:21.755 | Collecting urllib3<1.27,>=1.21.1 2024-06-04 12:46:21.758 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-06-04 12:46:21.920 | Collecting charset-normalizer<4,>=2 2024-06-04 12:46:21.924 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-06-04 12:46:21.956 | Collecting autopage>=0.4.0 2024-06-04 12:46:21.959 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-06-04 12:46:21.986 | Collecting PrettyTable>=0.7.2 2024-06-04 12:46:21.989 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-06-04 12:46:22.068 | Collecting cmd2>=1.0.0 2024-06-04 12:46:22.072 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-06-04 12:46:22.113 | Collecting stevedore>=2.0.1 2024-06-04 12:46:22.115 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-06-04 12:46:22.188 | Collecting importlib-metadata>=4.4 2024-06-04 12:46:22.190 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-06-04 12:46:22.253 | Collecting pyperclip>=1.6 2024-06-04 12:46:22.253 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-06-04 12:46:22.277 | Collecting wcwidth>=0.1.7 2024-06-04 12:46:22.279 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-06-04 12:46:22.308 | Collecting attrs>=16.3.0 2024-06-04 12:46:22.310 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-06-04 12:46:22.372 | Collecting zipp>=0.5 2024-06-04 12:46:22.374 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-06-04 12:46:22.429 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-06-04 12:46:22.566 | 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-06-04 12:46:23.350 | Running setup.py install for openstack-requirements: started 2024-06-04 12:46:24.730 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-06-04 12:46:24.738 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2024.6.2 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6376 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2024-06-04 12:46:24.837 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:24.839 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:24.841 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:24.843 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:24.845 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:24.846 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:24.848 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:24.849 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:24.851 | + functions-common:time_stop:2407 : start_time=1717505179669 2024-06-04 12:46:24.852 | + functions-common:time_stop:2409 : [[ -z 1717505179669 ]] 2024-06-04 12:46:24.854 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:24.857 | + functions-common:time_stop:2412 : end_time=1717505184855 2024-06-04 12:46:24.859 | + functions-common:time_stop:2413 : elapsed_time=5186 2024-06-04 12:46:24.860 | + functions-common:time_stop:2414 : total=3718 2024-06-04 12:46:24.862 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:24.863 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8904 2024-06-04 12:46:24.865 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:24.867 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-06-04 12:46:24.869 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-06-04 12:46:24.870 | + inc/python:use_library_from_git:272 : local name=pbr 2024-06-04 12:46:24.872 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:24.874 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:24.876 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2024-06-04 12:46:24.878 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:24.880 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-06-04 12:46:24.895 | Using python 3.10 to install pbr 2024-06-04 12:46:24.896 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-06-04 12:46:25.655 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2024-06-04 12:46:25.889 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:25.891 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:25.893 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:25.895 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:25.896 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:25.898 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:25.899 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:25.901 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:25.902 | + functions-common:time_stop:2407 : start_time=1717505184891 2024-06-04 12:46:25.904 | + functions-common:time_stop:2409 : [[ -z 1717505184891 ]] 2024-06-04 12:46:25.906 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:25.909 | + functions-common:time_stop:2412 : end_time=1717505185907 2024-06-04 12:46:25.910 | + functions-common:time_stop:2413 : elapsed_time=1016 2024-06-04 12:46:25.912 | + functions-common:time_stop:2414 : total=8904 2024-06-04 12:46:25.913 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:25.915 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9920 2024-06-04 12:46:25.917 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:25.918 | + stack.sh:main:850 : python3 -m venv /opt/stack//bindep-venv 2024-06-04 12:46:28.994 | + stack.sh:main:852 : /opt/stack//bindep-venv/bin/pip install bindep 2024-06-04 12:46:29.491 | Collecting bindep 2024-06-04 12:46:29.494 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-06-04 12:46:29.520 | Collecting Parsley 2024-06-04 12:46:29.521 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-06-04 12:46:29.561 | Collecting packaging 2024-06-04 12:46:29.563 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-06-04 12:46:29.587 | Collecting distro>=1.7.0 2024-06-04 12:46:29.589 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-06-04 12:46:29.633 | Collecting pbr>=2.0.0 2024-06-04 12:46:29.635 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-06-04 12:46:29.670 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-06-04 12:46:29.901 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-06-04 12:46:29.972 | + stack.sh:main:853 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-06-04 12:46:29.974 | + stack.sh:main:853 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-06-04 12:46:29.977 | ++ stack.sh:main:856 : _get_plugin_bindep_packages 2024-06-04 12:46:29.990 | + stack.sh:main:856 : pkgs= 2024-06-04 12:46:29.993 | + stack.sh:main:857 : [[ -n '' ]] 2024-06-04 12:46:29.995 | + stack.sh:main:864 : run_phase stack pre-install 2024-06-04 12:46:29.996 | + functions-common:run_phase:1828 : local mode=stack 2024-06-04 12:46:29.998 | + functions-common:run_phase:1829 : local phase=pre-install 2024-06-04 12:46:30.000 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-04 12:46:30.001 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-06-04 12:46:30.003 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-04 12:46:30.005 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-06-04 12:46:30.006 | + functions-common:run_phase:1838 : local extra 2024-06-04 12:46:30.008 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-04 12:46:30.012 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-06-04 12:46:30.013 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-04 12:46:30.015 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-04 12:46:30.017 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-06-04 12:46:30.018 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-04 12:46:30.029 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:30.031 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:46:30.033 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.034 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-06-04 12:46:30.036 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.037 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:46:30.039 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.040 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-06-04 12:46:30.042 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.043 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-06-04 12:46:30.045 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.046 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:46:30.048 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-04 12:46:30.050 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-04 12:46:30.051 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:46:30.053 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-04 12:46:30.054 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2024-06-04 12:46:30.056 | + functions-common:run_plugins:1814 : local mode=stack 2024-06-04 12:46:30.058 | + functions-common:run_plugins:1815 : local phase=pre-install 2024-06-04 12:46:30.059 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-06-04 12:46:30.061 | + functions-common:run_plugins:1818 : local plugin 2024-06-04 12:46:30.062 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-06-04 12:46:30.064 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:46:30.066 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-04 12:46:30.067 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-06-04 12:46:30.069 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:46:30.070 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.072 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-06-04 12:46:30.074 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.075 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:46:30.077 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:46:30.079 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-06-04 12:46:30.081 | + stack.sh:main:867 : set_systemd_override DefaultLimitNOFILE 2048 2024-06-04 12:46:30.082 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-06-04 12:46:30.084 | + functions:set_systemd_override:832 : local value=2048 2024-06-04 12:46:30.086 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-06-04 12:46:30.088 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-06-04 12:46:30.129 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-06-04 12:46:30.129 | Set systemd system override for DefaultLimitNOFILE=2048 2024-06-04 12:46:30.131 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-06-04 12:46:30.507 | + stack.sh:main:869 : install_rpc_backend 2024-06-04 12:46:30.509 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-06-04 12:46:30.522 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:30.524 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-06-04 12:46:30.526 | + functions-common:install_package:1421 : update_package_repo 2024-06-04 12:46:30.527 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:46:30.529 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-06-04 12:46:30.531 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:46:30.532 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:30.534 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:46:30.536 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:30.537 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:30.540 | + functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:46:30.541 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-06-04 12:46:30.543 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-06-04 12:46:30.545 | + functions-common:apt_get_update:1150 : return 2024-06-04 12:46:30.547 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2024-06-04 12:46:30.549 | + functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:46:30.551 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:30.553 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:30.555 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2024-06-04 12:46:30.572 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-06-04 12:46:30.631 | Reading package lists... 2024-06-04 12:46:30.846 | Building dependency tree... 2024-06-04 12:46:30.847 | Reading state information... 2024-06-04 12:46:31.035 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-06-04 12:46:31.035 | The following packages were automatically installed and are no longer required: 2024-06-04 12:46:31.035 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:46:31.036 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:46:31.036 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:46:31.058 | 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:46:31.063 | + functions-common:apt_get:1194 : result=0 2024-06-04 12:46:31.065 | + functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:46:31.067 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:31.069 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:31.071 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:31.072 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:31.074 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:31.076 | + functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:46:31.077 | + functions-common:time_stop:2407 : start_time=1717505190569 2024-06-04 12:46:31.079 | + functions-common:time_stop:2409 : [[ -z 1717505190569 ]] 2024-06-04 12:46:31.081 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:31.085 | + functions-common:time_stop:2412 : end_time=1717505191083 2024-06-04 12:46:31.087 | + functions-common:time_stop:2413 : elapsed_time=514 2024-06-04 12:46:31.089 | + functions-common:time_stop:2414 : total=5131 2024-06-04 12:46:31.091 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:31.092 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5645 2024-06-04 12:46:31.094 | + functions-common:apt_get:1198 : return 0 2024-06-04 12:46:31.096 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2024-06-04 12:46:31.098 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-06-04 12:46:31.100 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-06-04 12:46:31.101 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-06-04 12:46:31.103 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-06-04 12:46:31.105 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-04 12:46:31.107 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-04 12:46:31.108 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-06-04 12:46:31.110 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-06-04 12:46:31.112 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-06-04 12:46:31.114 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-06-04 12:46:31.115 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-06-04 12:46:31.117 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-06-04 12:46:31.119 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-06-04 12:46:31.121 | + stack.sh:main:870 : restart_rpc_backend 2024-06-04 12:46:31.123 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2024-06-04 12:46:31.136 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:31.137 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2024-06-04 12:46:31.139 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:46:31.141 | + stack.sh:echo_summary:470 : echo -e Starting RabbitMQ 2024-06-04 12:46:31.143 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2024-06-04 12:46:31.145 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2024-06-04 12:46:31.149 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2024-06-04 12:46:31.151 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2024-06-04 12:46:31.153 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2024-06-04 12:46:31.154 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2024-06-04 12:46:31.156 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2024-06-04 12:46:31.158 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2024-06-04 12:46:31.160 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2024-06-04 12:46:31.617 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2024-06-04 12:46:31.617 | user tags 2024-06-04 12:46:31.618 | guest [administrator]' 2024-06-04 12:46:31.620 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2024-06-04 12:46:31.620 | user tags 2024-06-04 12:46:31.620 | guest [administrator]' 2024-06-04 12:46:31.620 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2024-06-04 12:46:31.625 | + lib/rpc_backend:rabbit_setuser:163 : found= 2024-06-04 12:46:31.627 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2024-06-04 12:46:31.629 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-06-04 12:46:32.052 | Adding user "stackrabbit" ... 2024-06-04 12:46:32.060 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-06-04 12:46:32.073 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-06-04 12:46:32.486 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-06-04 12:46:32.503 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2024-06-04 12:46:32.504 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-06-04 12:46:32.919 | Changing password for user "stackrabbit" ... 2024-06-04 12:46:32.936 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2024-06-04 12:46:32.938 | + lib/rpc_backend:restart_rpc_backend:103 : break 2024-06-04 12:46:32.940 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2024-06-04 12:46:33.364 | Deleting user "guest" ... 2024-06-04 12:46:33.383 | + stack.sh:main:872 : is_service_enabled mysql postgresql 2024-06-04 12:46:33.396 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:33.397 | + stack.sh:main:873 : install_database 2024-06-04 12:46:33.399 | + lib/database:install_database:118 : install_database_mysql 2024-06-04 12:46:33.401 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2024-06-04 12:46:33.403 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:33.405 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:33.406 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2024-06-04 12:46:33.518 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2024-06-04 12:46:33.520 | + lib/databases/mysql:install_database_mysql:211 : cat 2024-06-04 12:46:33.523 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2024-06-04 12:46:33.525 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:33.526 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:33.528 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2024-06-04 12:46:33.530 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2024-06-04 12:46:33.533 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2024-06-04 12:46:33.535 | + stack.sh:main:875 : '[' -n mysql ']' 2024-06-04 12:46:33.536 | + stack.sh:main:876 : install_database_python 2024-06-04 12:46:33.538 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-06-04 12:46:33.540 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2024-06-04 12:46:33.542 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2024-06-04 12:46:33.543 | + inc/python:pip_install_gr:95 : local clean_name 2024-06-04 12:46:33.545 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2024-06-04 12:46:33.547 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2024-06-04 12:46:33.549 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-06-04 12:46:33.552 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-06-04 12:46:33.553 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-06-04 12:46:33.556 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2024-06-04 12:46:33.558 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2024-06-04 12:46:33.560 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2024-06-04 12:46:33.562 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2024-06-04 12:46:33.564 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2024-06-04 12:46:33.580 | Using python 3.10 to install PyMySQL 2024-06-04 12:46:33.582 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-06-04 12:46:34.454 | Collecting PyMySQL 2024-06-04 12:46:34.456 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2024-06-04 12:46:34.463 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2024-06-04 12:46:34.523 | Installing collected packages: PyMySQL 2024-06-04 12:46:34.559 | Successfully installed PyMySQL-1.0.3 2024-06-04 12:46:34.631 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:34.633 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:34.635 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:34.636 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:34.638 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:34.640 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:34.641 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:34.643 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:34.645 | + functions-common:time_stop:2407 : start_time=1717505193576 2024-06-04 12:46:34.646 | + functions-common:time_stop:2409 : [[ -z 1717505193576 ]] 2024-06-04 12:46:34.648 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:34.651 | + functions-common:time_stop:2412 : end_time=1717505194649 2024-06-04 12:46:34.653 | + functions-common:time_stop:2413 : elapsed_time=1073 2024-06-04 12:46:34.655 | + functions-common:time_stop:2414 : total=9920 2024-06-04 12:46:34.656 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:34.658 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10993 2024-06-04 12:46:34.660 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:34.662 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-06-04 12:46:34.663 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-06-04 12:46:34.665 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-06-04 12:46:34.667 | + stack.sh:main:879 : is_service_enabled neutron 2024-06-04 12:46:34.680 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:34.682 | + stack.sh:main:880 : install_neutron_agent_packages 2024-06-04 12:46:34.684 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2024-06-04 12:46:34.697 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:34.699 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2024-06-04 12:46:34.701 | + functions-common:install_package:1421 : update_package_repo 2024-06-04 12:46:34.702 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:46:34.704 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-06-04 12:46:34.706 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:46:34.708 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:34.710 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:46:34.712 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:34.714 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:34.716 | + functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:46:34.717 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-06-04 12:46:34.719 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-06-04 12:46:34.721 | + functions-common:apt_get_update:1150 : return 2024-06-04 12:46:34.723 | + functions-common:install_package:1422 : real_install_package radvd 2024-06-04 12:46:34.725 | + functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:46:34.727 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:34.729 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:34.731 | + functions-common:real_install_package:1410 : apt_get install radvd 2024-06-04 12:46:34.748 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-06-04 12:46:34.821 | Reading package lists... 2024-06-04 12:46:35.007 | Building dependency tree... 2024-06-04 12:46:35.008 | Reading state information... 2024-06-04 12:46:35.187 | radvd is already the newest version (1:2.18-3build2). 2024-06-04 12:46:35.187 | The following packages were automatically installed and are no longer required: 2024-06-04 12:46:35.187 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:46:35.187 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:46:35.187 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:46:35.210 | 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:46:35.215 | + functions-common:apt_get:1194 : result=0 2024-06-04 12:46:35.219 | + functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:46:35.221 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:35.223 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:35.225 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:35.227 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:35.229 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:35.231 | + functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:46:35.233 | + functions-common:time_stop:2407 : start_time=1717505194745 2024-06-04 12:46:35.235 | + functions-common:time_stop:2409 : [[ -z 1717505194745 ]] 2024-06-04 12:46:35.237 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:35.240 | + functions-common:time_stop:2412 : end_time=1717505195238 2024-06-04 12:46:35.242 | + functions-common:time_stop:2413 : elapsed_time=493 2024-06-04 12:46:35.244 | + functions-common:time_stop:2414 : total=5645 2024-06-04 12:46:35.246 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:35.248 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6138 2024-06-04 12:46:35.250 | + functions-common:apt_get:1198 : return 0 2024-06-04 12:46:35.252 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-06-04 12:46:35.265 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:35.267 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2024-06-04 12:46:35.269 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-06-04 12:46:35.271 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-06-04 12:46:35.273 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-06-04 12:46:35.288 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-06-04 12:46:35.290 | + functions-common:install_package:1421 : update_package_repo 2024-06-04 12:46:35.292 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:46:35.294 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-06-04 12:46:35.296 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:46:35.297 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:35.299 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:46:35.301 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:35.303 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:35.305 | + functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:46:35.307 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-06-04 12:46:35.308 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-06-04 12:46:35.310 | + functions-common:apt_get_update:1150 : return 2024-06-04 12:46:35.312 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2024-06-04 12:46:35.314 | + functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:46:35.316 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:35.318 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:35.319 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2024-06-04 12:46:35.335 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-06-04 12:46:35.392 | Reading package lists... 2024-06-04 12:46:35.576 | Building dependency tree... 2024-06-04 12:46:35.577 | Reading state information... 2024-06-04 12:46:35.758 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-06-04 12:46:35.758 | fakeroot set to manually installed. 2024-06-04 12:46:35.758 | make is already the newest version (4.3-4.1build1). 2024-06-04 12:46:35.758 | make set to manually installed. 2024-06-04 12:46:35.758 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-06-04 12:46:35.758 | The following packages were automatically installed and are no longer required: 2024-06-04 12:46:35.758 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:46:35.758 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:46:35.758 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:46:35.790 | 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:46:35.795 | + functions-common:apt_get:1194 : result=0 2024-06-04 12:46:35.797 | + functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:46:35.799 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:35.801 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:35.802 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:35.804 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:35.806 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:35.807 | + functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:46:35.809 | + functions-common:time_stop:2407 : start_time=1717505195332 2024-06-04 12:46:35.810 | + functions-common:time_stop:2409 : [[ -z 1717505195332 ]] 2024-06-04 12:46:35.812 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:35.816 | + functions-common:time_stop:2412 : end_time=1717505195814 2024-06-04 12:46:35.818 | + functions-common:time_stop:2413 : elapsed_time=482 2024-06-04 12:46:35.819 | + functions-common:time_stop:2414 : total=6138 2024-06-04 12:46:35.821 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:35.823 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6620 2024-06-04 12:46:35.825 | + functions-common:apt_get:1198 : return 0 2024-06-04 12:46:35.826 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-06-04 12:46:35.828 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:35.830 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:35.832 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-06-04 12:46:35.834 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-06-04 12:46:35.836 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-06-04 12:46:35.840 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-28-generic 2024-06-04 12:46:35.841 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-06-04 12:46:35.844 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-28-generic 2024-06-04 12:46:35.844 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-06-04 12:46:35.848 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-06-04 12:46:35.850 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-06-04 12:46:35.852 | + functions:vercmp:639 : local v1=6.5 2024-06-04 12:46:35.854 | + functions:vercmp:640 : local 'op=<' 2024-06-04 12:46:35.856 | + functions:vercmp:641 : local v2=3.13 2024-06-04 12:46:35.858 | + functions:vercmp:642 : local result 2024-06-04 12:46:35.861 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-06-04 12:46:35.861 | ++ functions:vercmp:646 : sort -V 2024-06-04 12:46:35.862 | ++ functions:vercmp:646 : head -1 2024-06-04 12:46:35.865 | + functions:vercmp:646 : result=3.13 2024-06-04 12:46:35.867 | + functions:vercmp:648 : case $op in 2024-06-04 12:46:35.869 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-06-04 12:46:35.871 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-06-04 12:46:35.872 | + functions:vercmp:659 : return 2024-06-04 12:46:35.874 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-06-04 12:46:35.876 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:46:35.878 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2024-06-04 12:46:36.293 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-06-04 12:46:36.295 | + inc/python:use_library_from_git:272 : local name=os-ken 2024-06-04 12:46:36.297 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:36.299 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:36.301 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2024-06-04 12:46:36.303 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:36.305 | + stack.sh:main:883 : is_service_enabled etcd3 2024-06-04 12:46:36.318 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:36.320 | + stack.sh:main:884 : install_etcd3 2024-06-04 12:46:36.322 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-06-04 12:46:36.322 | Installing etcd 2024-06-04 12:46:36.324 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-06-04 12:46:36.334 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-06-04 12:46:36.343 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-06-04 12:46:36.345 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-06-04 12:46:36.355 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-06-04 12:46:36.357 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.360 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.362 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.365 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.368 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2024-06-04 12:46:36.370 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2024-06-04 12:46:36.372 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.382 | --2024-06-04 12:46:36-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.388 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-06-04 12:46:36.389 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-06-04 12:46:36.415 | HTTP request sent, awaiting response... 200 OK 2024-06-04 12:46:36.415 | Length: 16171146 (15M) [application/gzip] 2024-06-04 12:46:36.415 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2024-06-04 12:46:36.424 | 2024-06-04 12:46:36.489 | 0K ........ ....... 100% 209M=0.07s 2024-06-04 12:46:36.489 | 2024-06-04 12:46:36.489 | 2024-06-04 12:46:36 (209 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2024-06-04 12:46:36.489 | 2024-06-04 12:46:36.493 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-06-04 12:46:36.495 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.497 | ++ functions:get_extra_file:74 : return 2024-06-04 12:46:36.500 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-06-04 12:46:36.502 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2024-06-04 12:46:36.504 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2024-06-04 12:46:36.506 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-06-04 12:46:36.597 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2024-06-04 12:46:36.599 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-06-04 12:46:36.602 | etcd-v3.4.27-linux-amd64/ 2024-06-04 12:46:36.602 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2024-06-04 12:46:36.602 | etcd-v3.4.27-linux-amd64/etcdctl 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/ 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-06-04 12:46:36.731 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-06-04 12:46:36.732 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2024-06-04 12:46:36.733 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2024-06-04 12:46:36.734 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2024-06-04 12:46:36.735 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2024-06-04 12:46:36.736 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2024-06-04 12:46:36.737 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2024-06-04 12:46:36.738 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2024-06-04 12:46:36.739 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2024-06-04 12:46:36.740 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2024-06-04 12:46:36.740 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2024-06-04 12:46:36.740 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2024-06-04 12:46:36.740 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2024-06-04 12:46:36.740 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2024-06-04 12:46:36.740 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2024-06-04 12:46:36.740 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2024-06-04 12:46:36.741 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2024-06-04 12:46:36.741 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2024-06-04 12:46:36.741 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2024-06-04 12:46:36.741 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2024-06-04 12:46:36.741 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2024-06-04 12:46:36.741 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2024-06-04 12:46:36.741 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2024-06-04 12:46:36.742 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-06-04 12:46:36.743 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2024-06-04 12:46:36.743 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2024-06-04 12:46:36.743 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2024-06-04 12:46:36.743 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2024-06-04 12:46:36.743 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2024-06-04 12:46:36.743 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2024-06-04 12:46:36.743 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2024-06-04 12:46:36.744 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2024-06-04 12:46:36.745 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2024-06-04 12:46:36.746 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2024-06-04 12:46:36.747 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2024-06-04 12:46:36.747 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2024-06-04 12:46:36.748 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2024-06-04 12:46:36.748 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2024-06-04 12:46:36.750 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2024-06-04 12:46:36.751 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2024-06-04 12:46:36.752 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2024-06-04 12:46:36.752 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2024-06-04 12:46:36.753 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2024-06-04 12:46:36.753 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2024-06-04 12:46:36.754 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2024-06-04 12:46:36.755 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2024-06-04 12:46:36.756 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2024-06-04 12:46:36.756 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2024-06-04 12:46:36.758 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2024-06-04 12:46:36.759 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2024-06-04 12:46:36.760 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2024-06-04 12:46:36.760 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2024-06-04 12:46:36.762 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2024-06-04 12:46:36.762 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2024-06-04 12:46:36.762 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2024-06-04 12:46:36.762 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2024-06-04 12:46:36.763 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2024-06-04 12:46:36.764 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2024-06-04 12:46:36.764 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-06-04 12:46:36.764 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2024-06-04 12:46:36.764 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-06-04 12:46:36.764 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2024-06-04 12:46:36.765 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2024-06-04 12:46:36.766 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/README.md 2024-06-04 12:46:36.767 | etcd-v3.4.27-linux-amd64/etcd 2024-06-04 12:46:36.940 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2024-06-04 12:46:36.965 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-06-04 12:46:36.988 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-06-04 12:46:36.990 | + stack.sh:main:893 : is_service_enabled tls-proxy 2024-06-04 12:46:37.003 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:46:37.005 | + stack.sh:main:903 : install_dstat 2024-06-04 12:46:37.007 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-06-04 12:46:37.019 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:46:37.021 | + stack.sh:main:909 : echo_summary 'Installing OpenStack project source' 2024-06-04 12:46:37.023 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:46:37.024 | + stack.sh:echo_summary:470 : echo -e Installing OpenStack project source 2024-06-04 12:46:37.026 | + stack.sh:main:912 : install_libs 2024-06-04 12:46:37.028 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-06-04 12:46:37.030 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-06-04 12:46:37.032 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-06-04 12:46:37.034 | + inc/python:use_library_from_git:272 : local name=automaton 2024-06-04 12:46:37.036 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.038 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.039 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2024-06-04 12:46:37.041 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.043 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-06-04 12:46:37.045 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-06-04 12:46:37.047 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-06-04 12:46:37.048 | + inc/python:use_library_from_git:272 : local name=castellan 2024-06-04 12:46:37.050 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.052 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.054 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2024-06-04 12:46:37.055 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.057 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-06-04 12:46:37.059 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-06-04 12:46:37.061 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-06-04 12:46:37.063 | + inc/python:use_library_from_git:272 : local name=cliff 2024-06-04 12:46:37.064 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.066 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.068 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2024-06-04 12:46:37.070 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.072 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-06-04 12:46:37.074 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-06-04 12:46:37.076 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-06-04 12:46:37.077 | + inc/python:use_library_from_git:272 : local name=cursive 2024-06-04 12:46:37.079 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.081 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.083 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2024-06-04 12:46:37.085 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.086 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-06-04 12:46:37.088 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-06-04 12:46:37.090 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-06-04 12:46:37.092 | + inc/python:use_library_from_git:272 : local name=debtcollector 2024-06-04 12:46:37.094 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.095 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.097 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2024-06-04 12:46:37.099 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.101 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-06-04 12:46:37.103 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-06-04 12:46:37.104 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-06-04 12:46:37.106 | + inc/python:use_library_from_git:272 : local name=futurist 2024-06-04 12:46:37.108 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.110 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.112 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2024-06-04 12:46:37.114 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.116 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-06-04 12:46:37.117 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-06-04 12:46:37.119 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-06-04 12:46:37.121 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2024-06-04 12:46:37.123 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.125 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.126 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2024-06-04 12:46:37.128 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.130 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-06-04 12:46:37.132 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-06-04 12:46:37.134 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-06-04 12:46:37.136 | + inc/python:use_library_from_git:272 : local name=osc-lib 2024-06-04 12:46:37.137 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.139 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.141 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2024-06-04 12:46:37.143 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.145 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-06-04 12:46:37.146 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-06-04 12:46:37.148 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-06-04 12:46:37.150 | + inc/python:use_library_from_git:272 : local name=osc-placement 2024-06-04 12:46:37.152 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.154 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.155 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2024-06-04 12:46:37.157 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.159 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-06-04 12:46:37.161 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-06-04 12:46:37.163 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-06-04 12:46:37.165 | + inc/python:use_library_from_git:272 : local name=os-client-config 2024-06-04 12:46:37.167 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.168 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.170 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2024-06-04 12:46:37.172 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.174 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-06-04 12:46:37.176 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-06-04 12:46:37.178 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-06-04 12:46:37.179 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2024-06-04 12:46:37.181 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.183 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.185 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2024-06-04 12:46:37.187 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.189 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-06-04 12:46:37.191 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-06-04 12:46:37.193 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-06-04 12:46:37.194 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2024-06-04 12:46:37.196 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.198 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.199 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2024-06-04 12:46:37.201 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.203 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-06-04 12:46:37.205 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-06-04 12:46:37.207 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-06-04 12:46:37.209 | + inc/python:use_library_from_git:272 : local name=oslo.config 2024-06-04 12:46:37.211 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.212 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.214 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2024-06-04 12:46:37.216 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.218 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-06-04 12:46:37.220 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-06-04 12:46:37.221 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-06-04 12:46:37.223 | + inc/python:use_library_from_git:272 : local name=oslo.context 2024-06-04 12:46:37.225 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.227 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.229 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2024-06-04 12:46:37.231 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.232 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-06-04 12:46:37.234 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-06-04 12:46:37.236 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-06-04 12:46:37.238 | + inc/python:use_library_from_git:272 : local name=oslo.db 2024-06-04 12:46:37.240 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.242 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.244 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2024-06-04 12:46:37.245 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.247 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-06-04 12:46:37.249 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-06-04 12:46:37.251 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-06-04 12:46:37.253 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2024-06-04 12:46:37.255 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.257 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.258 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2024-06-04 12:46:37.260 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.262 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-06-04 12:46:37.264 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-06-04 12:46:37.266 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-06-04 12:46:37.268 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2024-06-04 12:46:37.270 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.272 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.273 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2024-06-04 12:46:37.275 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.277 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-06-04 12:46:37.279 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-06-04 12:46:37.281 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-06-04 12:46:37.283 | + inc/python:use_library_from_git:272 : local name=oslo.log 2024-06-04 12:46:37.284 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.286 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.288 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2024-06-04 12:46:37.290 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.292 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-06-04 12:46:37.293 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-06-04 12:46:37.295 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-06-04 12:46:37.297 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2024-06-04 12:46:37.299 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.301 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.302 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2024-06-04 12:46:37.304 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.306 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-06-04 12:46:37.308 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-06-04 12:46:37.310 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-06-04 12:46:37.312 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2024-06-04 12:46:37.313 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.315 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.317 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2024-06-04 12:46:37.319 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.321 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-06-04 12:46:37.322 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-06-04 12:46:37.324 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-06-04 12:46:37.326 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2024-06-04 12:46:37.328 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.330 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.332 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2024-06-04 12:46:37.333 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.335 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-06-04 12:46:37.337 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-06-04 12:46:37.339 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-06-04 12:46:37.341 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2024-06-04 12:46:37.343 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.344 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.346 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2024-06-04 12:46:37.348 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.350 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-06-04 12:46:37.352 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-06-04 12:46:37.354 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-06-04 12:46:37.356 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2024-06-04 12:46:37.357 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.359 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.361 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2024-06-04 12:46:37.363 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.365 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-06-04 12:46:37.366 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-06-04 12:46:37.368 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-06-04 12:46:37.370 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2024-06-04 12:46:37.372 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.374 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.376 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-06-04 12:46:37.378 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.380 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-06-04 12:46:37.382 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-06-04 12:46:37.383 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-06-04 12:46:37.386 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2024-06-04 12:46:37.387 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.389 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.391 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2024-06-04 12:46:37.393 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.395 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-06-04 12:46:37.397 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-06-04 12:46:37.399 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-06-04 12:46:37.401 | + inc/python:use_library_from_git:272 : local name=oslo.service 2024-06-04 12:46:37.403 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.404 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.406 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2024-06-04 12:46:37.408 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.410 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-06-04 12:46:37.412 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-06-04 12:46:37.414 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-06-04 12:46:37.416 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2024-06-04 12:46:37.418 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.420 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.422 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2024-06-04 12:46:37.424 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.426 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-06-04 12:46:37.428 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-06-04 12:46:37.430 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-06-04 12:46:37.432 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2024-06-04 12:46:37.433 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.435 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.437 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-06-04 12:46:37.439 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.441 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-06-04 12:46:37.443 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-06-04 12:46:37.445 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-06-04 12:46:37.446 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2024-06-04 12:46:37.448 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.450 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.452 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2024-06-04 12:46:37.454 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.456 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-06-04 12:46:37.458 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-06-04 12:46:37.460 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-06-04 12:46:37.461 | + inc/python:use_library_from_git:272 : local name=osprofiler 2024-06-04 12:46:37.463 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.465 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.467 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2024-06-04 12:46:37.469 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.471 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-06-04 12:46:37.473 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-06-04 12:46:37.475 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-06-04 12:46:37.477 | + inc/python:use_library_from_git:272 : local name=pycadf 2024-06-04 12:46:37.478 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.480 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.482 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2024-06-04 12:46:37.484 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.486 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-06-04 12:46:37.488 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-06-04 12:46:37.490 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-06-04 12:46:37.492 | + inc/python:use_library_from_git:272 : local name=stevedore 2024-06-04 12:46:37.493 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.495 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.497 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2024-06-04 12:46:37.499 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.501 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-06-04 12:46:37.503 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-06-04 12:46:37.505 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-06-04 12:46:37.507 | + inc/python:use_library_from_git:272 : local name=taskflow 2024-06-04 12:46:37.508 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.510 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.512 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2024-06-04 12:46:37.514 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.516 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-06-04 12:46:37.518 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-06-04 12:46:37.520 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-06-04 12:46:37.521 | + inc/python:use_library_from_git:272 : local name=tooz 2024-06-04 12:46:37.524 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.525 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.527 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2024-06-04 12:46:37.529 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.531 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-06-04 12:46:37.533 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-06-04 12:46:37.535 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-06-04 12:46:37.537 | + inc/python:use_library_from_git:272 : local name=os-brick 2024-06-04 12:46:37.539 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.541 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.542 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2024-06-04 12:46:37.544 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.546 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-06-04 12:46:37.548 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-06-04 12:46:37.550 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-06-04 12:46:37.552 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2024-06-04 12:46:37.553 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.555 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.557 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2024-06-04 12:46:37.559 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.561 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-06-04 12:46:37.563 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-06-04 12:46:37.564 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-06-04 12:46:37.566 | + inc/python:use_library_from_git:272 : local name=os-traits 2024-06-04 12:46:37.568 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.570 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.572 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2024-06-04 12:46:37.573 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.575 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-06-04 12:46:37.577 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-06-04 12:46:37.579 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-06-04 12:46:37.581 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2024-06-04 12:46:37.583 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:37.585 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:37.587 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2024-06-04 12:46:37.589 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:37.591 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-06-04 12:46:37.607 | Using python 3.10 to install etcd3 2024-06-04 12:46:37.609 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-06-04 12:46:38.539 | Collecting etcd3 2024-06-04 12:46:38.539 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-06-04 12:46:39.109 | Collecting grpcio>=1.27.1 (from etcd3) 2024-06-04 12:46:39.111 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2024-06-04 12:46:39.301 | Collecting protobuf>=3.6.1 (from etcd3) 2024-06-04 12:46:39.303 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2024-06-04 12:46:39.326 | Collecting six>=1.12.0 (from etcd3) 2024-06-04 12:46:39.328 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-06-04 12:46:39.357 | Collecting tenacity>=6.1.0 (from etcd3) 2024-06-04 12:46:39.359 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2024-06-04 12:46:39.374 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2024-06-04 12:46:39.415 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2024-06-04 12:46:39.420 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-06-04 12:46:39.422 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-06-04 12:46:39.509 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2024-06-04 12:46:39.859 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2024-06-04 12:46:40.007 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:40.009 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:40.010 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:40.012 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:40.014 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:40.016 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:40.017 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:40.019 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:40.021 | + functions-common:time_stop:2407 : start_time=1717505197603 2024-06-04 12:46:40.022 | + functions-common:time_stop:2409 : [[ -z 1717505197603 ]] 2024-06-04 12:46:40.024 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:40.027 | + functions-common:time_stop:2412 : end_time=1717505200025 2024-06-04 12:46:40.029 | + functions-common:time_stop:2413 : elapsed_time=2422 2024-06-04 12:46:40.031 | + functions-common:time_stop:2414 : total=10993 2024-06-04 12:46:40.032 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:40.034 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13415 2024-06-04 12:46:40.036 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:40.038 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-06-04 12:46:40.054 | Using python 3.10 to install etcd3gw 2024-06-04 12:46:40.056 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-06-04 12:46:41.002 | Collecting etcd3gw 2024-06-04 12:46:41.005 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2024-06-04 12:46:41.035 | Collecting futurist>=0.16.0 (from etcd3gw) 2024-06-04 12:46:41.037 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2024-06-04 12:46:41.038 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2024-06-04 12:46:41.081 | Collecting requests>=2.20.0 (from etcd3gw) 2024-06-04 12:46:41.083 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2024-06-04 12:46:41.175 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2024-06-04 12:46:41.177 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2024-06-04 12:46:41.203 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2024-06-04 12:46:41.205 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2024-06-04 12:46:41.258 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2024-06-04 12:46:41.260 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2024-06-04 12:46:41.292 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2024-06-04 12:46:41.294 | Using cached certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB) 2024-06-04 12:46:41.319 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-06-04 12:46:41.321 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-06-04 12:46:41.324 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-06-04 12:46:41.327 | Using cached certifi-2024.6.2-py3-none-any.whl (164 kB) 2024-06-04 12:46:41.330 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-06-04 12:46:41.334 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-06-04 12:46:41.336 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-06-04 12:46:41.434 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2024-06-04 12:46:41.726 | Successfully installed certifi-2024.6.2 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2024-06-04 12:46:41.809 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:41.811 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:41.813 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:41.814 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:41.816 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:41.818 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:41.820 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:41.821 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:41.823 | + functions-common:time_stop:2407 : start_time=1717505200050 2024-06-04 12:46:41.825 | + functions-common:time_stop:2409 : [[ -z 1717505200050 ]] 2024-06-04 12:46:41.826 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:41.830 | + functions-common:time_stop:2412 : end_time=1717505201828 2024-06-04 12:46:41.831 | + functions-common:time_stop:2413 : elapsed_time=1778 2024-06-04 12:46:41.833 | + functions-common:time_stop:2414 : total=13415 2024-06-04 12:46:41.835 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:41.837 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15193 2024-06-04 12:46:41.838 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:41.840 | + stack.sh:main:915 : install_apache_uwsgi 2024-06-04 12:46:41.842 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2024-06-04 12:46:41.844 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2024-06-04 12:46:41.846 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-06-04 12:46:41.848 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-06-04 12:46:41.850 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-06-04 12:46:41.852 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-06-04 12:46:41.853 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-04 12:46:41.855 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-04 12:46:41.857 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-06-04 12:46:41.859 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-06-04 12:46:41.861 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-06-04 12:46:41.862 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-06-04 12:46:41.864 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-06-04 12:46:41.866 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-06-04 12:46:41.868 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-06-04 12:46:41.870 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2024-06-04 12:46:41.872 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:41.874 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:41.876 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-06-04 12:46:41.877 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-06-04 12:46:41.879 | + functions-common:install_package:1421 : update_package_repo 2024-06-04 12:46:41.881 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:46:41.883 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-06-04 12:46:41.885 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:46:41.887 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:41.888 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:46:41.890 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:41.892 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:41.894 | + functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:46:41.896 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-06-04 12:46:41.898 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-06-04 12:46:41.900 | + functions-common:apt_get_update:1150 : return 2024-06-04 12:46:41.902 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-06-04 12:46:41.904 | + functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:46:41.906 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:41.907 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:41.909 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-06-04 12:46:41.927 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-06-04 12:46:41.985 | Reading package lists... 2024-06-04 12:46:42.163 | Building dependency tree... 2024-06-04 12:46:42.165 | Reading state information... 2024-06-04 12:46:42.359 | uwsgi is already the newest version (2.0.20-4). 2024-06-04 12:46:42.359 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-06-04 12:46:42.359 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.9). 2024-06-04 12:46:42.359 | The following packages were automatically installed and are no longer required: 2024-06-04 12:46:42.359 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:46:42.360 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:46:42.360 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:46:42.380 | 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:46:42.384 | + functions-common:apt_get:1194 : result=0 2024-06-04 12:46:42.386 | + functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:46:42.388 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:42.390 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:42.392 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:42.394 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:42.396 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:42.397 | + functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:46:42.399 | + functions-common:time_stop:2407 : start_time=1717505201925 2024-06-04 12:46:42.401 | + functions-common:time_stop:2409 : [[ -z 1717505201925 ]] 2024-06-04 12:46:42.403 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:42.406 | + functions-common:time_stop:2412 : end_time=1717505202404 2024-06-04 12:46:42.408 | + functions-common:time_stop:2413 : elapsed_time=479 2024-06-04 12:46:42.410 | + functions-common:time_stop:2414 : total=6620 2024-06-04 12:46:42.412 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:42.413 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7099 2024-06-04 12:46:42.415 | + functions-common:apt_get:1198 : return 0 2024-06-04 12:46:42.417 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2024-06-04 12:46:42.419 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:46:42.421 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:46:42.423 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2024-06-04 12:46:42.480 | Enabling module proxy. 2024-06-04 12:46:42.484 | To activate the new configuration, you need to run: 2024-06-04 12:46:42.484 | systemctl restart apache2 2024-06-04 12:46:42.488 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2024-06-04 12:46:42.520 | Considering dependency proxy for proxy_uwsgi: 2024-06-04 12:46:42.520 | Module proxy already enabled 2024-06-04 12:46:42.520 | Enabling module proxy_uwsgi. 2024-06-04 12:46:42.523 | To activate the new configuration, you need to run: 2024-06-04 12:46:42.523 | systemctl restart apache2 2024-06-04 12:46:42.527 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2024-06-04 12:46:42.529 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-06-04 12:46:42.531 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:46:42.533 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-06-04 12:46:42.653 | + stack.sh:main:918 : install_keystoneauth 2024-06-04 12:46:42.655 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-06-04 12:46:42.657 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2024-06-04 12:46:42.659 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.661 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.663 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2024-06-04 12:46:42.665 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.667 | + stack.sh:main:919 : install_keystoneclient 2024-06-04 12:46:42.669 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-06-04 12:46:42.671 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2024-06-04 12:46:42.672 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.675 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.677 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2024-06-04 12:46:42.678 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.680 | + stack.sh:main:920 : install_glanceclient 2024-06-04 12:46:42.682 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2024-06-04 12:46:42.684 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2024-06-04 12:46:42.686 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.688 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.690 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2024-06-04 12:46:42.692 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.693 | + stack.sh:main:921 : install_cinderclient 2024-06-04 12:46:42.695 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2024-06-04 12:46:42.697 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2024-06-04 12:46:42.699 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.701 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.702 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-06-04 12:46:42.704 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.706 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2024-06-04 12:46:42.708 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2024-06-04 12:46:42.710 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.712 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.714 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2024-06-04 12:46:42.716 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.717 | + stack.sh:main:922 : install_novaclient 2024-06-04 12:46:42.719 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2024-06-04 12:46:42.721 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2024-06-04 12:46:42.723 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.725 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.727 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2024-06-04 12:46:42.729 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.731 | + stack.sh:main:923 : is_service_enabled swift glance horizon 2024-06-04 12:46:42.744 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:42.746 | + stack.sh:main:924 : install_swiftclient 2024-06-04 12:46:42.748 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2024-06-04 12:46:42.749 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2024-06-04 12:46:42.751 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.753 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.755 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2024-06-04 12:46:42.757 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.759 | + stack.sh:main:926 : is_service_enabled neutron nova horizon 2024-06-04 12:46:42.772 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:42.774 | + stack.sh:main:927 : install_neutronclient 2024-06-04 12:46:42.776 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2024-06-04 12:46:42.777 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2024-06-04 12:46:42.779 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.781 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.783 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2024-06-04 12:46:42.785 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.787 | + stack.sh:main:931 : install_keystonemiddleware 2024-06-04 12:46:42.789 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-06-04 12:46:42.791 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2024-06-04 12:46:42.793 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:46:42.795 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:46:42.796 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2024-06-04 12:46:42.798 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:46:42.800 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-06-04 12:46:42.802 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2024-06-04 12:46:42.804 | + inc/python:pip_install_gr:95 : local clean_name 2024-06-04 12:46:42.806 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2024-06-04 12:46:42.808 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2024-06-04 12:46:42.810 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-06-04 12:46:42.813 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-06-04 12:46:42.814 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-06-04 12:46:42.818 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2024-06-04 12:46:42.819 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2024-06-04 12:46:42.821 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2024-06-04 12:46:42.823 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2024-06-04 12:46:42.825 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2024-06-04 12:46:42.840 | Using python 3.10 to install keystonemiddleware 2024-06-04 12:46:42.842 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-06-04 12:46:43.737 | Collecting keystonemiddleware 2024-06-04 12:46:43.740 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2024-06-04 12:46:43.792 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2024-06-04 12:46:43.795 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2024-06-04 12:46:43.830 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2024-06-04 12:46:43.832 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2024-06-04 12:46:43.870 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2024-06-04 12:46:43.871 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2024-06-04 12:46:43.920 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2024-06-04 12:46:43.922 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2024-06-04 12:46:43.953 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2024-06-04 12:46:43.955 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-06-04 12:46:43.984 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2024-06-04 12:46:43.985 | Using cached oslo.i18n-6.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-06-04 12:46:44.029 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2024-06-04 12:46:44.031 | Using cached oslo.log-5.3.1-py3-none-any.whl.metadata (3.1 kB) 2024-06-04 12:46:44.074 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2024-06-04 12:46:44.076 | Using cached oslo.serialization-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2024-06-04 12:46:44.129 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2024-06-04 12:46:44.134 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2024-06-04 12:46:44.136 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2024-06-04 12:46:44.161 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2024-06-04 12:46:44.171 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2024-06-04 12:46:44.204 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2024-06-04 12:46:44.206 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2024-06-04 12:46:44.207 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2024-06-04 12:46:44.264 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-06-04 12:46:44.266 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2024-06-04 12:46:44.286 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-06-04 12:46:44.288 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-06-04 12:46:44.321 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-06-04 12:46:44.323 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-06-04 12:46:44.365 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2024-06-04 12:46:44.366 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2024-06-04 12:46:44.462 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2024-06-04 12:46:44.464 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2024-06-04 12:46:44.494 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-06-04 12:46:44.496 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2024-06-04 12:46:44.523 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2024-06-04 12:46:44.525 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2024-06-04 12:46:44.547 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-06-04 12:46:44.549 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-06-04 12:46:44.655 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2024-06-04 12:46:44.657 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2024-06-04 12:46:44.684 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2024-06-04 12:46:44.684 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-06-04 12:46:44.767 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-06-04 12:46:44.769 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2024-06-04 12:46:44.830 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-06-04 12:46:44.832 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2024-06-04 12:46:44.856 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-06-04 12:46:44.858 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2024-06-04 12:46:44.894 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-06-04 12:46:44.894 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2024-06-04 12:46:44.924 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-06-04 12:46:44.926 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2024-06-04 12:46:44.967 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-06-04 12:46:44.969 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2024-06-04 12:46:44.979 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2024-06-04 12:46:45.000 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2024-06-04 12:46:45.000 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-06-04 12:46:45.001 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2024-06-04 12:46:45.002 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2024.6.2) 2024-06-04 12:46:45.116 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2024-06-04 12:46:45.119 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-06-04 12:46:45.153 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2024-06-04 12:46:45.157 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2024-06-04 12:46:45.294 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2024-06-04 12:46:45.297 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2024-06-04 12:46:45.301 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2024-06-04 12:46:45.303 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2024-06-04 12:46:45.306 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2024-06-04 12:46:45.309 | Using cached oslo.i18n-6.1.0-py3-none-any.whl (46 kB) 2024-06-04 12:46:45.312 | Using cached oslo.log-5.3.1-py3-none-any.whl (76 kB) 2024-06-04 12:46:45.315 | Using cached oslo.serialization-5.2.0-py3-none-any.whl (26 kB) 2024-06-04 12:46:45.317 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2024-06-04 12:46:45.330 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-06-04 12:46:45.332 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2024-06-04 12:46:45.336 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-06-04 12:46:45.340 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-06-04 12:46:45.342 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-06-04 12:46:45.345 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-06-04 12:46:45.347 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-06-04 12:46:45.352 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-06-04 12:46:45.364 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-06-04 12:46:45.366 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-06-04 12:46:45.369 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-06-04 12:46:45.371 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-06-04 12:46:45.375 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2024-06-04 12:46:45.381 | 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-06-04 12:46:45.387 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2024-06-04 12:46:45.390 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-06-04 12:46:45.392 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2024-06-04 12:46:45.397 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-06-04 12:46:45.399 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-06-04 12:46:45.687 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-06-04 12:46:47.312 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.0 oslo.log-5.3.1 oslo.serialization-5.2.0 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2024-06-04 12:46:47.442 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:47.444 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:47.446 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:47.448 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:47.450 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:47.451 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:47.453 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:47.455 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:47.456 | + functions-common:time_stop:2407 : start_time=1717505202836 2024-06-04 12:46:47.458 | + functions-common:time_stop:2409 : [[ -z 1717505202836 ]] 2024-06-04 12:46:47.460 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:47.463 | + functions-common:time_stop:2412 : end_time=1717505207461 2024-06-04 12:46:47.464 | + functions-common:time_stop:2413 : elapsed_time=4625 2024-06-04 12:46:47.466 | + functions-common:time_stop:2414 : total=15193 2024-06-04 12:46:47.467 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:47.469 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19818 2024-06-04 12:46:47.471 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:47.473 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-06-04 12:46:47.474 | + inc/python:pip_install_gr:94 : local name=python-memcached 2024-06-04 12:46:47.476 | + inc/python:pip_install_gr:95 : local clean_name 2024-06-04 12:46:47.478 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2024-06-04 12:46:47.480 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2024-06-04 12:46:47.482 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-06-04 12:46:47.485 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-06-04 12:46:47.485 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-06-04 12:46:47.489 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2024-06-04 12:46:47.491 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2024-06-04 12:46:47.492 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2024-06-04 12:46:47.495 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2024-06-04 12:46:47.496 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2024-06-04 12:46:47.512 | Using python 3.10 to install python-memcached 2024-06-04 12:46:47.513 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-06-04 12:46:48.382 | Collecting python-memcached 2024-06-04 12:46:48.384 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2024-06-04 12:46:48.388 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2024-06-04 12:46:48.391 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-06-04 12:46:48.590 | Installing collected packages: python-memcached 2024-06-04 12:46:48.614 | Successfully installed python-memcached-1.59 2024-06-04 12:46:48.685 | + inc/python:pip_install:222 : result=0 2024-06-04 12:46:48.687 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:46:48.689 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:48.691 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:48.692 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:48.694 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:48.696 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:48.697 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:46:48.699 | + functions-common:time_stop:2407 : start_time=1717505207507 2024-06-04 12:46:48.700 | + functions-common:time_stop:2409 : [[ -z 1717505207507 ]] 2024-06-04 12:46:48.702 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:48.706 | + functions-common:time_stop:2412 : end_time=1717505208704 2024-06-04 12:46:48.708 | + functions-common:time_stop:2413 : elapsed_time=1197 2024-06-04 12:46:48.709 | + functions-common:time_stop:2414 : total=19818 2024-06-04 12:46:48.711 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:48.712 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21015 2024-06-04 12:46:48.714 | + inc/python:pip_install:225 : return 0 2024-06-04 12:46:48.716 | + stack.sh:main:933 : is_service_enabled keystone 2024-06-04 12:46:48.728 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:46:48.730 | + stack.sh:main:934 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-06-04 12:46:48.732 | + stack.sh:main:935 : stack_install_service keystone 2024-06-04 12:46:48.734 | + lib/stack:stack_install_service:20 : local service=keystone 2024-06-04 12:46:48.735 | + lib/stack:stack_install_service:21 : type install_keystone 2024-06-04 12:46:48.737 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-04 12:46:48.739 | + lib/stack:stack_install_service:32 : install_keystone 2024-06-04 12:46:48.741 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-06-04 12:46:48.752 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:46:48.754 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2024-06-04 12:46:48.755 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2024-06-04 12:46:48.757 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2024-06-04 12:46:48.758 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-06-04 12:46:48.760 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:46:48.762 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:46:48.764 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:46:48.766 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:46:48.767 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:46:48.781 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:46:48.783 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:46:48.784 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:46:48.786 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:48.788 | + functions-common:git_clone:593 : echo stable/2023.2 2024-06-04 12:46:48.788 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:46:48.792 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2024-06-04 12:46:48.794 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:46:48.796 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-06-04 12:46:48.797 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:46:48.799 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:46:48.800 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:46:48.802 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:46:48.805 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:46:48.807 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:46:48.811 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:46:48.813 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:46:48.815 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:46:48.818 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505208816 2024-06-04 12:46:48.820 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-06-04 12:46:48.822 | Cloning into '/opt/stack//keystone'... 2024-06-04 12:46:50.962 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:46:50.964 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:50.965 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:50.966 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:50.968 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:50.969 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:50.971 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:46:50.972 | + functions-common:time_stop:2407 : start_time=1717505208816 2024-06-04 12:46:50.974 | + functions-common:time_stop:2409 : [[ -z 1717505208816 ]] 2024-06-04 12:46:50.976 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:50.979 | + functions-common:time_stop:2412 : end_time=1717505210977 2024-06-04 12:46:50.980 | + functions-common:time_stop:2413 : elapsed_time=2161 2024-06-04 12:46:50.982 | + functions-common:time_stop:2414 : total=6200 2024-06-04 12:46:50.983 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:50.985 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8361 2024-06-04 12:46:50.986 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2024-06-04 12:46:50.988 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-06-04 12:46:50.989 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:46:50.991 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:46:50.992 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:46:50.994 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:46:50.996 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:46:50.997 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:46:50.998 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:46:51.000 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:46:51.002 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:46:51.005 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505211003 2024-06-04 12:46:51.006 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-06-04 12:46:52.471 | From https://opendev.org/openstack/keystone 2024-06-04 12:46:52.471 | * branch stable/2023.2 -> FETCH_HEAD 2024-06-04 12:46:52.475 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:46:52.477 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:52.478 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:52.480 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:52.482 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:52.483 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:52.485 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:46:52.486 | + functions-common:time_stop:2407 : start_time=1717505211003 2024-06-04 12:46:52.488 | + functions-common:time_stop:2409 : [[ -z 1717505211003 ]] 2024-06-04 12:46:52.489 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:52.492 | + functions-common:time_stop:2412 : end_time=1717505212490 2024-06-04 12:46:52.494 | + functions-common:time_stop:2413 : elapsed_time=1487 2024-06-04 12:46:52.495 | + functions-common:time_stop:2414 : total=8361 2024-06-04 12:46:52.497 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:52.499 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9848 2024-06-04 12:46:52.500 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:46:52.502 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:46:52.503 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:46:52.505 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:46:52.506 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:46:52.508 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:46:52.510 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:46:52.511 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:46:52.513 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:46:52.514 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:46:52.517 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505212515 2024-06-04 12:46:52.519 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:46:52.602 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:46:52.602 | 2024-06-04 12:46:52.602 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:46:52.602 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:46:52.602 | state without impacting any branches by switching back to a branch. 2024-06-04 12:46:52.602 | 2024-06-04 12:46:52.602 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:46:52.602 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:46:52.602 | 2024-06-04 12:46:52.602 | git switch -c 2024-06-04 12:46:52.602 | 2024-06-04 12:46:52.602 | Or undo this operation with: 2024-06-04 12:46:52.602 | 2024-06-04 12:46:52.602 | git switch - 2024-06-04 12:46:52.602 | 2024-06-04 12:46:52.602 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:46:52.602 | 2024-06-04 12:46:52.602 | HEAD is now at 7697140 Add domain scoping to list_domains 2024-06-04 12:46:52.605 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:46:52.607 | + functions-common:time_stop:2400 : local name 2024-06-04 12:46:52.609 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:46:52.611 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:46:52.612 | + functions-common:time_stop:2403 : local total 2024-06-04 12:46:52.614 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:46:52.615 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:46:52.617 | + functions-common:time_stop:2407 : start_time=1717505212515 2024-06-04 12:46:52.618 | + functions-common:time_stop:2409 : [[ -z 1717505212515 ]] 2024-06-04 12:46:52.620 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:46:52.623 | + functions-common:time_stop:2412 : end_time=1717505212621 2024-06-04 12:46:52.625 | + functions-common:time_stop:2413 : elapsed_time=106 2024-06-04 12:46:52.626 | + functions-common:time_stop:2414 : total=9848 2024-06-04 12:46:52.628 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:46:52.629 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9954 2024-06-04 12:46:52.631 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-06-04 12:46:52.641 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2024-06-04 12:46:52.642 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:46:52.643 | + functions-common:git_clone:656 : head -1 2024-06-04 12:46:52.645 | 7697140 Add domain scoping to list_domains 2024-06-04 12:46:52.648 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:46:52.649 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-06-04 12:46:52.651 | + inc/python:setup_develop:360 : local bindep 2024-06-04 12:46:52.653 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-06-04 12:46:52.654 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2024-06-04 12:46:52.656 | + inc/python:setup_develop:366 : local extras= 2024-06-04 12:46:52.658 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-06-04 12:46:52.660 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-06-04 12:46:52.661 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2024-06-04 12:46:52.663 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2024-06-04 12:46:52.665 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-06-04 12:46:52.666 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-06-04 12:46:52.668 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2024-06-04 12:46:52.670 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-06-04 12:46:52.672 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2024-06-04 12:46:52.674 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-06-04 12:46:52.675 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-06-04 12:46:52.677 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-06-04 12:46:52.682 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2024-06-04 12:46:52.683 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-06-04 12:46:53.014 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2024-06-04 12:46:53.016 | + inc/python:setup_package:440 : local bindep=0 2024-06-04 12:46:53.018 | + inc/python:setup_package:441 : local bindep_flag= 2024-06-04 12:46:53.020 | + inc/python:setup_package:442 : local bindep_profiles= 2024-06-04 12:46:53.021 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2024-06-04 12:46:53.023 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2024-06-04 12:46:53.025 | + inc/python:setup_package:449 : local flags=-e 2024-06-04 12:46:53.026 | + inc/python:setup_package:450 : local extras= 2024-06-04 12:46:53.028 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-06-04 12:46:53.030 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-06-04 12:46:53.031 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-06-04 12:46:53.033 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-06-04 12:46:53.035 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-06-04 12:46:53.037 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2024-06-04 12:46:53.051 | Using python 3.10 to install /opt/stack/keystone 2024-06-04 12:46:53.053 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-06-04 12:46:53.820 | Obtaining file:///opt/stack/keystone 2024-06-04 12:46:53.823 | Preparing metadata (setup.py): started 2024-06-04 12:46:54.533 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:46:54.587 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2024-06-04 12:46:54.588 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2024-06-04 12:46:54.688 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2024-06-04 12:46:54.690 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2024-06-04 12:46:54.712 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2024-06-04 12:46:54.714 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2024-06-04 12:46:54.925 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2024-06-04 12:46:54.929 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2024-06-04 12:46:55.305 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.307 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) 2024-06-04 12:46:55.309 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2024-06-04 12:46:55.333 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.335 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2024-06-04 12:46:55.337 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2024-06-04 12:46:55.338 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2024-06-04 12:46:55.387 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.390 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2024-06-04 12:46:55.457 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.460 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2024-06-04 12:46:55.462 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2024-06-04 12:46:55.463 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2024-06-04 12:46:55.464 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2024-06-04 12:46:55.535 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.537 | Using cached oslo.messaging-14.4.1-py3-none-any.whl.metadata (3.3 kB) 2024-06-04 12:46:55.587 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.589 | Using cached oslo.db-14.1.0-py3-none-any.whl.metadata (3.2 kB) 2024-06-04 12:46:55.591 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.0) 2024-06-04 12:46:55.592 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.1) 2024-06-04 12:46:55.626 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.628 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2024-06-04 12:46:55.675 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.677 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2024-06-04 12:46:55.680 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2024-06-04 12:46:55.705 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.707 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2024-06-04 12:46:55.709 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2024-06-04 12:46:55.731 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.733 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2024-06-04 12:46:55.763 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.765 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2024-06-04 12:46:55.793 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.795 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2024-06-04 12:46:55.796 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2024-06-04 12:46:55.839 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.841 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2024-06-04 12:46:55.844 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2024-06-04 12:46:55.845 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2024-06-04 12:46:55.887 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2024-06-04 12:46:55.893 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2024-06-04 12:46:55.895 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2024-06-04 12:46:56.048 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2024-06-04 12:46:56.051 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2024-06-04 12:46:56.055 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2024-06-04 12:46:56.100 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-06-04 12:46:56.102 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2024-06-04 12:46:56.130 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-06-04 12:46:56.132 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2024-06-04 12:46:56.197 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-06-04 12:46:56.199 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2024-06-04 12:46:56.230 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-06-04 12:46:56.232 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2024-06-04 12:46:56.259 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2024-06-04 12:46:56.261 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2024-06-04 12:46:56.270 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2024-06-04 12:46:56.314 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.317 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2024-06-04 12:46:56.374 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.377 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2024-06-04 12:46:56.413 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2024-06-04 12:46:56.416 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2024-06-04 12:46:56.471 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2024-06-04 12:46:56.471 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2024-06-04 12:46:56.472 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2024-06-04 12:46:56.473 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2024-06-04 12:46:56.542 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.544 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2024-06-04 12:46:56.564 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.566 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2024-06-04 12:46:56.585 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.586 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2024-06-04 12:46:56.611 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2024-06-04 12:46:56.612 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2024-06-04 12:46:56.673 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.675 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2024-06-04 12:46:56.703 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.705 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-06-04 12:46:56.707 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2024-06-04 12:46:56.755 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.757 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2024-06-04 12:46:56.781 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.783 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2024-06-04 12:46:56.821 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.826 | Using cached oslo.service-3.2.0-py3-none-any.whl.metadata (2.7 kB) 2024-06-04 12:46:56.861 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.863 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-06-04 12:46:56.880 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2024-06-04 12:46:56.912 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.915 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2024-06-04 12:46:56.932 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2024-06-04 12:46:56.933 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2024-06-04 12:46:56.934 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2024-06-04 12:46:56.935 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2024-06-04 12:46:56.993 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2024-06-04 12:46:56.995 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-06-04 12:46:57.078 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.080 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2024-06-04 12:46:57.107 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.108 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2024-06-04 12:46:57.153 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.155 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2024-06-04 12:46:57.446 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.448 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2024-06-04 12:46:57.522 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.534 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2024-06-04 12:46:57.566 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.568 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2024-06-04 12:46:57.652 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2024-06-04 12:46:57.655 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2024-06-04 12:46:57.677 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2024-06-04 12:46:57.797 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-06-04 12:46:57.799 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-06-04 12:46:57.833 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2024-06-04 12:46:57.920 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.923 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2024-06-04 12:46:57.967 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:57.969 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2024-06-04 12:46:58.020 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.022 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2024-06-04 12:46:58.043 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.045 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2024-06-04 12:46:58.068 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.069 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2024-06-04 12:46:58.102 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.104 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2024-06-04 12:46:58.132 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.134 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-06-04 12:46:58.135 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2024-06-04 12:46:58.189 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.191 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2024-06-04 12:46:58.270 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2024-06-04 12:46:58.271 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2024-06-04 12:46:58.271 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2024-06-04 12:46:58.272 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2024.6.2) 2024-06-04 12:46:58.336 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2024-06-04 12:46:58.433 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.436 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2024-06-04 12:46:58.566 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.568 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-06-04 12:46:58.663 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2024-06-04 12:46:58.738 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-06-04 12:46:58.740 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2024-06-04 12:46:59.010 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2024-06-04 12:46:59.032 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2024-06-04 12:46:59.080 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2024-06-04 12:46:59.083 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-06-04 12:46:59.085 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2024-06-04 12:46:59.088 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2024-06-04 12:46:59.092 | Using cached oslo.db-14.1.0-py3-none-any.whl (161 kB) 2024-06-04 12:46:59.097 | Using cached oslo.messaging-14.4.1-py3-none-any.whl (256 kB) 2024-06-04 12:46:59.108 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2024-06-04 12:46:59.111 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2024-06-04 12:46:59.114 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2024-06-04 12:46:59.116 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2024-06-04 12:46:59.120 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-06-04 12:46:59.126 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2024-06-04 12:46:59.129 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2024-06-04 12:46:59.133 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-06-04 12:46:59.141 | 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-06-04 12:46:59.153 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2024-06-04 12:46:59.158 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-06-04 12:46:59.161 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-06-04 12:46:59.163 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-06-04 12:46:59.166 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2024-06-04 12:46:59.169 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-06-04 12:46:59.174 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-06-04 12:46:59.177 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2024-06-04 12:46:59.183 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-06-04 12:46:59.185 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-06-04 12:46:59.188 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-06-04 12:46:59.191 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2024-06-04 12:46:59.194 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2024-06-04 12:46:59.196 | Using cached oslo.service-3.2.0-py3-none-any.whl (77 kB) 2024-06-04 12:46:59.199 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-06-04 12:46:59.202 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2024-06-04 12:46:59.204 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2024-06-04 12:46:59.206 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-06-04 12:46:59.209 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-06-04 12:46:59.211 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2024-06-04 12:46:59.215 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2024-06-04 12:46:59.219 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-06-04 12:46:59.221 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2024-06-04 12:46:59.225 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2024-06-04 12:46:59.228 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2024-06-04 12:46:59.232 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-06-04 12:46:59.235 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-06-04 12:46:59.237 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-06-04 12:46:59.243 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2024-06-04 12:46:59.245 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2024-06-04 12:46:59.248 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-06-04 12:46:59.251 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-06-04 12:46:59.253 | 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-06-04 12:46:59.256 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2024-06-04 12:46:59.258 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-06-04 12:46:59.261 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-06-04 12:46:59.263 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2024-06-04 12:46:59.266 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-06-04 12:46:59.747 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyopenssl, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-06-04 12:47:04.005 | Running setup.py develop for keystone 2024-06-04 12:47:05.137 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.0 oslo.messaging-14.4.1 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.0 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2024-06-04 12:47:05.435 | + inc/python:pip_install:222 : result=0 2024-06-04 12:47:05.437 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:47:05.439 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:05.440 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:05.442 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:05.443 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:05.445 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:05.446 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:47:05.448 | + functions-common:time_stop:2407 : start_time=1717505213047 2024-06-04 12:47:05.449 | + functions-common:time_stop:2409 : [[ -z 1717505213047 ]] 2024-06-04 12:47:05.451 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:05.454 | + functions-common:time_stop:2412 : end_time=1717505225452 2024-06-04 12:47:05.455 | + functions-common:time_stop:2413 : elapsed_time=12405 2024-06-04 12:47:05.457 | + functions-common:time_stop:2414 : total=21015 2024-06-04 12:47:05.458 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:05.460 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=33420 2024-06-04 12:47:05.462 | + inc/python:pip_install:225 : return 0 2024-06-04 12:47:05.464 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-06-04 12:47:05.465 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:47:05.467 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2024-06-04 12:47:05.469 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2024-06-04 12:47:05.471 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:47:05.472 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:47:05.474 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-06-04 12:47:05.476 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:47:05.478 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-06-04 12:47:05.491 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:05.493 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-06-04 12:47:05.495 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-04 12:47:05.497 | + stack.sh:main:936 : configure_keystone 2024-06-04 12:47:05.499 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-06-04 12:47:05.508 | + 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-06-04 12:47:05.510 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-06-04 12:47:05.514 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-06-04 12:47:05.527 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:05.529 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-06-04 12:47:05.553 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-06-04 12:47:05.575 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-06-04 12:47:05.600 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-06-04 12:47:05.624 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-06-04 12:47:05.648 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-06-04 12:47:05.672 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-06-04 12:47:05.694 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-06-04 12:47:05.717 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-06-04 12:47:05.719 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2024-06-04 12:47:05.720 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2024-06-04 12:47:05.722 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2024-06-04 12:47:05.724 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-06-04 12:47:05.726 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-06-04 12:47:05.738 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:05.740 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-06-04 12:47:05.742 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-06-04 12:47:05.744 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-06-04 12:47:05.756 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:05.758 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:47:05.760 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:47:05.785 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-06-04 12:47:05.786 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-06-04 12:47:05.788 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-06-04 12:47:05.790 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-06-04 12:47:05.803 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:05.805 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-06-04 12:47:05.829 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-06-04 12:47:05.831 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-06-04 12:47:05.855 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-06-04 12:47:05.858 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-06-04 12:47:05.859 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-06-04 12:47:05.862 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2024-06-04 12:47:05.864 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:47:05.866 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:47:05.868 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:47:05.880 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:05.882 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:47:05.884 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-06-04 12:47:05.886 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-06-04 12:47:05.911 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-06-04 12:47:05.913 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-06-04 12:47:05.915 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-06-04 12:47:05.917 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-06-04 12:47:05.919 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-04 12:47:05.932 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-04 12:47:05.934 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-04 12:47:05.936 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-04 12:47:05.937 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-04 12:47:05.939 | + 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-06-04 12:47:05.962 | + 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-06-04 12:47:05.985 | + 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-06-04 12:47:06.008 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-04 12:47:06.031 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-06-04 12:47:06.053 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-06-04 12:47:06.055 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2024-06-04 12:47:06.057 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-06-04 12:47:06.059 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2024-06-04 12:47:06.061 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2024-06-04 12:47:06.062 | + lib/apache:write_uwsgi_config:244 : local http= 2024-06-04 12:47:06.064 | + lib/apache:write_uwsgi_config:245 : local name= 2024-06-04 12:47:06.066 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2024-06-04 12:47:06.070 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2024-06-04 12:47:06.071 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-06-04 12:47:06.073 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-04 12:47:06.083 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-04 12:47:06.084 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:47:06.090 | d /var/run/uwsgi 0755 stack root 2024-06-04 12:47:06.093 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:47:06.101 | /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-06-04 12:47:06.104 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-06-04 12:47:06.106 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-06-04 12:47:06.109 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2024-06-04 12:47:06.134 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-06-04 12:47:06.156 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-06-04 12:47:06.178 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-06-04 12:47:06.200 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-06-04 12:47:06.223 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-06-04 12:47:06.245 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-06-04 12:47:06.267 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-06-04 12:47:06.289 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-06-04 12:47:06.311 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-06-04 12:47:06.334 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-06-04 12:47:06.356 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-06-04 12:47:06.379 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-06-04 12:47:06.401 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-06-04 12:47:06.403 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-06-04 12:47:06.405 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2024-06-04 12:47:06.408 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2024-06-04 12:47:06.409 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-06-04 12:47:06.412 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:06.413 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:06.415 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-06-04 12:47:06.418 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-06-04 12:47:06.420 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-06-04 12:47:06.442 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-06-04 12:47:06.465 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2024-06-04 12:47:06.465 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-06-04 12:47:06.472 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2024-06-04 12:47:06.475 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2024-06-04 12:47:06.477 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2024-06-04 12:47:06.479 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-06-04 12:47:06.481 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-06-04 12:47:06.483 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:47:06.484 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:06.486 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:06.488 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-04 12:47:06.490 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-06-04 12:47:06.492 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:06.494 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:06.495 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2024-06-04 12:47:06.528 | Enabling site keystone-wsgi-public. 2024-06-04 12:47:06.532 | To activate the new configuration, you need to run: 2024-06-04 12:47:06.532 | systemctl reload apache2 2024-06-04 12:47:06.536 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-06-04 12:47:06.538 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-06-04 12:47:06.540 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:47:06.542 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-06-04 12:47:06.653 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-06-04 12:47:06.677 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-06-04 12:47:06.706 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-06-04 12:47:06.734 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-06-04 12:47:06.736 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-06-04 12:47:06.763 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-06-04 12:47:06.788 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-06-04 12:47:06.811 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-06-04 12:47:06.837 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-06-04 12:47:06.839 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-06-04 12:47:06.841 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-06-04 12:47:06.866 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-06-04 12:47:06.891 | + stack.sh:main:940 : is_service_enabled swift 2024-06-04 12:47:06.904 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:06.906 | + stack.sh:main:954 : is_service_enabled g-api n-api 2024-06-04 12:47:06.920 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:06.922 | + stack.sh:main:956 : stack_install_service glance 2024-06-04 12:47:06.924 | + lib/stack:stack_install_service:20 : local service=glance 2024-06-04 12:47:06.926 | + lib/stack:stack_install_service:21 : type install_glance 2024-06-04 12:47:06.928 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-04 12:47:06.930 | + lib/stack:stack_install_service:32 : install_glance 2024-06-04 12:47:06.932 | + lib/glance:install_glance:510 : glance_store_extras=() 2024-06-04 12:47:06.934 | + lib/glance:install_glance:510 : local glance_store_extras 2024-06-04 12:47:06.936 | + lib/glance:install_glance:512 : is_service_enabled cinder 2024-06-04 12:47:06.948 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:06.950 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-06-04 12:47:06.952 | + lib/glance:install_glance:516 : is_service_enabled swift 2024-06-04 12:47:06.966 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:06.967 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2024-06-04 12:47:06.969 | + inc/python:use_library_from_git:272 : local name=glance_store 2024-06-04 12:47:06.971 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:47:06.973 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:47:06.975 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2024-06-04 12:47:06.977 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:47:06.980 | ++ lib/glance:install_glance:528 : join_extras cinder 2024-06-04 12:47:06.981 | ++ inc/python:join_extras:28 : local IFS=, 2024-06-04 12:47:06.983 | ++ inc/python:join_extras:29 : echo cinder 2024-06-04 12:47:06.986 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2024-06-04 12:47:06.988 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2024-06-04 12:47:06.990 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2024-06-04 12:47:06.992 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2024-06-04 12:47:06.994 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2024-06-04 12:47:06.996 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2024-06-04 12:47:06.998 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2024-06-04 12:47:07.001 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-06-04 12:47:07.001 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2024-06-04 12:47:07.005 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2024-06-04 12:47:07.007 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2024-06-04 12:47:07.009 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2024-06-04 12:47:07.012 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2024-06-04 12:47:07.014 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2024-06-04 12:47:07.029 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-06-04 12:47:07.031 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-06-04 12:47:08.027 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2024-06-04 12:47:08.029 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2024-06-04 12:47:08.081 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2024-06-04 12:47:08.082 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2024-06-04 12:47:08.083 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2024-06-04 12:47:08.084 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-06-04 12:47:08.084 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2024-06-04 12:47:08.085 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.0) 2024-06-04 12:47:08.086 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-06-04 12:47:08.087 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2024-06-04 12:47:08.088 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-06-04 12:47:08.088 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2024-06-04 12:47:08.089 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2024-06-04 12:47:08.142 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2024-06-04 12:47:08.144 | Using cached os_brick-6.4.1-py3-none-any.whl.metadata (1.5 kB) 2024-06-04 12:47:08.181 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2024-06-04 12:47:08.183 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2024-06-04 12:47:08.217 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2024-06-04 12:47:08.219 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-06-04 12:47:08.257 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2024-06-04 12:47:08.263 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2024-06-04 12:47:08.277 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2024-06-04 12:47:08.278 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2024-06-04 12:47:08.279 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2024-06-04 12:47:08.297 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2024-06-04 12:47:08.297 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2024-06-04 12:47:08.322 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-06-04 12:47:08.323 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-06-04 12:47:08.323 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-06-04 12:47:08.366 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2024-06-04 12:47:08.368 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2024-06-04 12:47:08.369 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-06-04 12:47:08.370 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.1) 2024-06-04 12:47:08.377 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.0) 2024-06-04 12:47:08.378 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2024-06-04 12:47:08.382 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2024-06-04 12:47:08.400 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2024-06-04 12:47:08.401 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-06-04 12:47:08.402 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-06-04 12:47:08.403 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2024-06-04 12:47:08.412 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-06-04 12:47:08.413 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2024-06-04 12:47:08.423 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2024-06-04 12:47:08.424 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2024-06-04 12:47:08.431 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-06-04 12:47:08.432 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2024-06-04 12:47:08.433 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-06-04 12:47:08.441 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2024-06-04 12:47:08.461 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2024-06-04 12:47:08.461 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2024-06-04 12:47:08.462 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2024-06-04 12:47:08.463 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2024.6.2) 2024-06-04 12:47:08.496 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-06-04 12:47:08.507 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2024-06-04 12:47:08.629 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2024-06-04 12:47:08.630 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2024-06-04 12:47:08.644 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2024-06-04 12:47:08.645 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2024-06-04 12:47:08.646 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2024-06-04 12:47:08.647 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2024-06-04 12:47:08.647 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2024-06-04 12:47:08.648 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2024-06-04 12:47:08.673 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2024-06-04 12:47:08.780 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2024-06-04 12:47:08.821 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2024-06-04 12:47:08.934 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2024-06-04 12:47:08.940 | Using cached os_brick-6.4.1-py3-none-any.whl (297 kB) 2024-06-04 12:47:08.944 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2024-06-04 12:47:08.947 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2024-06-04 12:47:08.950 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2024-06-04 12:47:08.953 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-06-04 12:47:09.319 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-06-04 12:47:10.106 | Successfully installed glance-store-4.6.1 os-brick-6.4.1 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2024-06-04 12:47:10.204 | + inc/python:pip_install:222 : result=0 2024-06-04 12:47:10.206 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:47:10.208 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:10.210 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:10.212 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:10.214 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:10.216 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:10.218 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:47:10.220 | + functions-common:time_stop:2407 : start_time=1717505227025 2024-06-04 12:47:10.221 | + functions-common:time_stop:2409 : [[ -z 1717505227025 ]] 2024-06-04 12:47:10.224 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:10.227 | + functions-common:time_stop:2412 : end_time=1717505230225 2024-06-04 12:47:10.229 | + functions-common:time_stop:2413 : elapsed_time=3200 2024-06-04 12:47:10.231 | + functions-common:time_stop:2414 : total=33420 2024-06-04 12:47:10.232 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:10.234 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=36620 2024-06-04 12:47:10.236 | + inc/python:pip_install:225 : return 0 2024-06-04 12:47:10.238 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2024-06-04 12:47:10.240 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2024-06-04 12:47:10.242 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2024-06-04 12:47:10.252 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2024-06-04 12:47:10.256 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2024-06-04 12:47:10.258 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2024-06-04 12:47:10.259 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2024-06-04 12:47:10.261 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-06-04 12:47:10.263 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:47:10.265 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:47:10.267 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:47:10.269 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:47:10.272 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:47:10.284 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:47:10.286 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:47:10.288 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:47:10.289 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:47:10.292 | + functions-common:git_clone:593 : echo stable/2023.2 2024-06-04 12:47:10.292 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:47:10.296 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2024-06-04 12:47:10.298 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:47:10.299 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-06-04 12:47:10.301 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:10.303 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:10.304 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:10.306 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:10.308 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:10.310 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:10.311 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:10.313 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:10.315 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:10.318 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505230316 2024-06-04 12:47:10.320 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-06-04 12:47:10.322 | Cloning into '/opt/stack//glance'... 2024-06-04 12:47:12.520 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:12.522 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:12.524 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:12.525 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:12.527 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:12.529 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:12.531 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:12.532 | + functions-common:time_stop:2407 : start_time=1717505230316 2024-06-04 12:47:12.534 | + functions-common:time_stop:2409 : [[ -z 1717505230316 ]] 2024-06-04 12:47:12.536 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:12.539 | + functions-common:time_stop:2412 : end_time=1717505232537 2024-06-04 12:47:12.541 | + functions-common:time_stop:2413 : elapsed_time=2221 2024-06-04 12:47:12.543 | + functions-common:time_stop:2414 : total=9954 2024-06-04 12:47:12.544 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:12.546 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12175 2024-06-04 12:47:12.548 | + functions-common:git_clone:614 : cd /opt/stack//glance 2024-06-04 12:47:12.550 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-06-04 12:47:12.555 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:12.557 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:12.559 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:12.561 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:12.562 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:12.564 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:12.566 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:12.568 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:12.570 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:12.573 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505232571 2024-06-04 12:47:12.575 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-06-04 12:47:14.256 | From https://opendev.org/openstack/glance 2024-06-04 12:47:14.256 | * branch stable/2023.2 -> FETCH_HEAD 2024-06-04 12:47:14.261 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:14.263 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:14.264 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:14.266 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:14.268 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:14.270 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:14.272 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:14.274 | + functions-common:time_stop:2407 : start_time=1717505232571 2024-06-04 12:47:14.275 | + functions-common:time_stop:2409 : [[ -z 1717505232571 ]] 2024-06-04 12:47:14.277 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:14.281 | + functions-common:time_stop:2412 : end_time=1717505234279 2024-06-04 12:47:14.282 | + functions-common:time_stop:2413 : elapsed_time=1708 2024-06-04 12:47:14.284 | + functions-common:time_stop:2414 : total=12175 2024-06-04 12:47:14.286 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:14.288 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13883 2024-06-04 12:47:14.290 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:47:14.291 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:14.293 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:14.295 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:14.297 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:14.299 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:14.300 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:14.302 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:14.304 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:14.306 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:14.309 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505234307 2024-06-04 12:47:14.311 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:47:14.375 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:47:14.375 | 2024-06-04 12:47:14.375 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:47:14.375 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:47:14.375 | state without impacting any branches by switching back to a branch. 2024-06-04 12:47:14.375 | 2024-06-04 12:47:14.375 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:47:14.375 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:47:14.375 | 2024-06-04 12:47:14.375 | git switch -c 2024-06-04 12:47:14.375 | 2024-06-04 12:47:14.375 | Or undo this operation with: 2024-06-04 12:47:14.375 | 2024-06-04 12:47:14.375 | git switch - 2024-06-04 12:47:14.375 | 2024-06-04 12:47:14.375 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:47:14.375 | 2024-06-04 12:47:14.375 | HEAD is now at cec35e9 Fix broken glance-cache-prefetcher utility 2024-06-04 12:47:14.379 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:14.380 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:14.382 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:14.384 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:14.386 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:14.387 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:14.389 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:14.391 | + functions-common:time_stop:2407 : start_time=1717505234307 2024-06-04 12:47:14.393 | + functions-common:time_stop:2409 : [[ -z 1717505234307 ]] 2024-06-04 12:47:14.395 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:14.398 | + functions-common:time_stop:2412 : end_time=1717505234396 2024-06-04 12:47:14.400 | + functions-common:time_stop:2413 : elapsed_time=89 2024-06-04 12:47:14.401 | + functions-common:time_stop:2414 : total=13883 2024-06-04 12:47:14.403 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:14.405 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13972 2024-06-04 12:47:14.407 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2024-06-04 12:47:14.417 | + functions-common:git_clone:655 : cd /opt/stack//glance 2024-06-04 12:47:14.419 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:47:14.419 | + functions-common:git_clone:656 : head -1 2024-06-04 12:47:14.421 | cec35e9 Fix broken glance-cache-prefetcher utility 2024-06-04 12:47:14.424 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:47:14.426 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2024-06-04 12:47:14.428 | + inc/python:setup_develop:360 : local bindep 2024-06-04 12:47:14.430 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2024-06-04 12:47:14.431 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2024-06-04 12:47:14.433 | + inc/python:setup_develop:366 : local extras= 2024-06-04 12:47:14.435 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-06-04 12:47:14.437 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-06-04 12:47:14.439 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2024-06-04 12:47:14.441 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2024-06-04 12:47:14.443 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-06-04 12:47:14.445 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-06-04 12:47:14.447 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2024-06-04 12:47:14.449 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-06-04 12:47:14.452 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2024-06-04 12:47:14.453 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-06-04 12:47:14.455 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-06-04 12:47:14.458 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-06-04 12:47:14.462 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2024-06-04 12:47:14.464 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-06-04 12:47:14.786 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2024-06-04 12:47:14.788 | + inc/python:setup_package:440 : local bindep=0 2024-06-04 12:47:14.791 | + inc/python:setup_package:441 : local bindep_flag= 2024-06-04 12:47:14.792 | + inc/python:setup_package:442 : local bindep_profiles= 2024-06-04 12:47:14.794 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2024-06-04 12:47:14.796 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2024-06-04 12:47:14.798 | + inc/python:setup_package:449 : local flags=-e 2024-06-04 12:47:14.800 | + inc/python:setup_package:450 : local extras= 2024-06-04 12:47:14.802 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-06-04 12:47:14.804 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-06-04 12:47:14.805 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-06-04 12:47:14.807 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-06-04 12:47:14.809 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-06-04 12:47:14.811 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2024-06-04 12:47:14.827 | Using python 3.10 to install /opt/stack/glance 2024-06-04 12:47:14.828 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-06-04 12:47:15.644 | Obtaining file:///opt/stack/glance 2024-06-04 12:47:15.645 | Preparing metadata (setup.py): started 2024-06-04 12:47:16.006 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:47:16.066 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.11.1) 2024-06-04 12:47:16.067 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (0.7.1) 2024-06-04 12:47:16.068 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (1.4.41) 2024-06-04 12:47:16.069 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (0.33.3) 2024-06-04 12:47:16.069 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (3.0.1) 2024-06-04 12:47:16.071 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (2.5.1) 2024-06-04 12:47:16.071 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (1.8.7) 2024-06-04 12:47:16.163 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.165 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2024-06-04 12:47:16.167 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (1.9.4) 2024-06-04 12:47:16.193 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.195 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2024-06-04 12:47:16.197 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (9.2.0) 2024-06-04 12:47:16.198 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.2.0) 2024-06-04 12:47:16.198 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.2.0) 2024-06-04 12:47:16.199 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (2.2.0) 2024-06-04 12:47:16.200 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (6.2.1) 2024-06-04 12:47:16.201 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.1.0) 2024-06-04 12:47:16.201 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (2.4.1) 2024-06-04 12:47:16.241 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.243 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2024-06-04 12:47:16.245 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.3.0) 2024-06-04 12:47:16.246 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (10.4.1) 2024-06-04 12:47:16.354 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.356 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2024-06-04 12:47:16.358 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (3.7.0) 2024-06-04 12:47:16.359 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (3.5.2) 2024-06-04 12:47:16.360 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (4.17.3) 2024-06-04 12:47:16.360 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.2.0) 2024-06-04 12:47:16.361 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (23.1.1) 2024-06-04 12:47:16.362 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (14.1.0) 2024-06-04 12:47:16.363 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (6.1.0) 2024-06-04 12:47:16.482 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.485 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-06-04 12:47:16.489 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.3.1) 2024-06-04 12:47:16.490 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (14.4.1) 2024-06-04 12:47:16.490 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.2.0) 2024-06-04 12:47:16.522 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.524 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2024-06-04 12:47:16.527 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (4.2.1) 2024-06-04 12:47:16.548 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.550 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2024-06-04 12:47:16.551 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (4.1.0) 2024-06-04 12:47:16.552 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (4.6.1) 2024-06-04 12:47:16.553 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (2.5.0) 2024-06-04 12:47:16.554 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (40.0.2) 2024-06-04 12:47:16.573 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.575 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2024-06-04 12:47:16.577 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (1.1.0) 2024-06-04 12:47:16.578 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev17) (5.9.0) 2024-06-04 12:47:16.613 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev17) 2024-06-04 12:47:16.615 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-06-04 12:47:16.622 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev17) (1.2.4) 2024-06-04 12:47:16.657 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev17) 2024-06-04 12:47:16.659 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2024-06-04 12:47:16.661 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev17) (2.28.2) 2024-06-04 12:47:16.680 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev17) (1.15.1) 2024-06-04 12:47:16.692 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev17) (5.2.0) 2024-06-04 12:47:16.696 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev17) (1.15.0) 2024-06-04 12:47:16.702 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev17) (2.3.0) 2024-06-04 12:47:16.703 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev17) (2.0.2) 2024-06-04 12:47:16.704 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev17) (1.16.0) 2024-06-04 12:47:16.743 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev17) (3.0.9) 2024-06-04 12:47:16.764 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev17) (23.1.0) 2024-06-04 12:47:16.765 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev17) (0.19.3) 2024-06-04 12:47:16.790 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev17) (1.7.0) 2024-06-04 12:47:16.813 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev17) (3.5.0) 2024-06-04 12:47:16.814 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev17) (3.1.1) 2024-06-04 12:47:16.829 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev17) (0.18) 2024-06-04 12:47:16.848 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev17) (6.0) 2024-06-04 12:47:16.849 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev17) (0.8.0) 2024-06-04 12:47:16.851 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev17) (2.0.0) 2024-06-04 12:47:16.900 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev17) (2.0.1) 2024-06-04 12:47:16.901 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev17) (0.5.0) 2024-06-04 12:47:16.955 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev17) 2024-06-04 12:47:16.957 | Using cached openstacksdk-1.5.0-py3-none-any.whl.metadata (9.4 kB) 2024-06-04 12:47:16.983 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev17) (2.8.2) 2024-06-04 12:47:16.985 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev17) (0.9.6) 2024-06-04 12:47:17.010 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (5.1.1) 2024-06-04 12:47:17.011 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (5.3.0) 2024-06-04 12:47:17.012 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (5.2.4) 2024-06-04 12:47:17.013 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (0.7.0) 2024-06-04 12:47:17.014 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (3.2.0) 2024-06-04 12:47:17.025 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev17) (3.1.2) 2024-06-04 12:47:17.026 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev17) (4.0.1) 2024-06-04 12:47:17.028 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev17) (4.0.1) 2024-06-04 12:47:17.151 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev17) 2024-06-04 12:47:17.153 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-06-04 12:47:17.176 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev17) (0.11.0) 2024-06-04 12:47:17.176 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev17) (23.1) 2024-06-04 12:47:17.177 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev17) (2023.3) 2024-06-04 12:47:17.178 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev17) (2023.3) 2024-06-04 12:47:17.212 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev17) (69.1.1) 2024-06-04 12:47:17.242 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev17) (0.2.6) 2024-06-04 12:47:17.290 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev17) (0.7) 2024-06-04 12:47:17.468 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev17) 2024-06-04 12:47:17.470 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2024-06-04 12:47:17.511 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev17) 2024-06-04 12:47:17.513 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2024-06-04 12:47:17.536 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev17) 2024-06-04 12:47:17.539 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2024-06-04 12:47:17.546 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev17) (6.3.1) 2024-06-04 12:47:17.600 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev17) 2024-06-04 12:47:17.600 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-06-04 12:47:17.671 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev17) 2024-06-04 12:47:17.674 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-06-04 12:47:17.687 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (5.0.0) 2024-06-04 12:47:17.758 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev17) (2.21) 2024-06-04 12:47:17.867 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev17) 2024-06-04 12:47:17.869 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2024-06-04 12:47:17.884 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev17) (2.1.2) 2024-06-04 12:47:18.004 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.009 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2024-06-04 12:47:18.011 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev17) (5.1.1) 2024-06-04 12:47:18.012 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev17) (1.1.8) 2024-06-04 12:47:18.032 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.037 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2024-06-04 12:47:18.067 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.069 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2024-06-04 12:47:18.092 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.094 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2024-06-04 12:47:18.152 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (0.16.0) 2024-06-04 12:47:18.167 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev17) (1.0.5) 2024-06-04 12:47:18.188 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (1.4.0) 2024-06-04 12:47:18.189 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev17) (4.0.1) 2024-06-04 12:47:18.355 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.357 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-06-04 12:47:18.444 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev17) (3.1.0) 2024-06-04 12:47:18.445 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev17) (3.4) 2024-06-04 12:47:18.445 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev17) (1.26.15) 2024-06-04 12:47:18.446 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev17) (2024.6.2) 2024-06-04 12:47:18.554 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev17) (2.6.0) 2024-06-04 12:47:18.788 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.790 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2024-06-04 12:47:18.844 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.846 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2024-06-04 12:47:18.986 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev17) 2024-06-04 12:47:18.989 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2024-06-04 12:47:19.319 | Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev17) 2024-06-04 12:47:19.319 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-06-04 12:47:19.383 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2024-06-04 12:47:19.386 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-06-04 12:47:19.389 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2024-06-04 12:47:19.393 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2024-06-04 12:47:19.395 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2024-06-04 12:47:19.399 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2024-06-04 12:47:19.401 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2024-06-04 12:47:19.407 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2024-06-04 12:47:19.430 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2024-06-04 12:47:19.436 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2024-06-04 12:47:19.439 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-06-04 12:47:19.442 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2024-06-04 12:47:19.464 | Using cached openstacksdk-1.5.0-py3-none-any.whl (1.7 MB) 2024-06-04 12:47:19.477 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-06-04 12:47:19.483 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-06-04 12:47:19.489 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2024-06-04 12:47:19.499 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-06-04 12:47:19.502 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-06-04 12:47:19.507 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-06-04 12:47:19.516 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2024-06-04 12:47:19.518 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-06-04 12:47:19.521 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-06-04 12:47:19.523 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-06-04 12:47:19.525 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-06-04 12:47:19.529 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2024-06-04 12:47:19.858 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-06-04 12:47:22.974 | Running setup.py develop for glance 2024-06-04 12:47:24.103 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev17 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.0 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2024-06-04 12:47:24.247 | + inc/python:pip_install:222 : result=0 2024-06-04 12:47:24.249 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:47:24.251 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:24.253 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:24.255 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:24.256 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:24.258 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:24.260 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:47:24.262 | + functions-common:time_stop:2407 : start_time=1717505234823 2024-06-04 12:47:24.263 | + functions-common:time_stop:2409 : [[ -z 1717505234823 ]] 2024-06-04 12:47:24.265 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:24.269 | + functions-common:time_stop:2412 : end_time=1717505244266 2024-06-04 12:47:24.270 | + functions-common:time_stop:2413 : elapsed_time=9443 2024-06-04 12:47:24.272 | + functions-common:time_stop:2414 : total=36620 2024-06-04 12:47:24.274 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:24.276 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46063 2024-06-04 12:47:24.277 | + inc/python:pip_install:225 : return 0 2024-06-04 12:47:24.279 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-06-04 12:47:24.281 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:47:24.283 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2024-06-04 12:47:24.285 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2024-06-04 12:47:24.287 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:47:24.288 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:47:24.290 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-06-04 12:47:24.292 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:47:24.294 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-04 12:47:24.296 | + stack.sh:main:957 : configure_glance 2024-06-04 12:47:24.298 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-06-04 12:47:24.307 | + lib/glance:configure_glance:325 : local dburl 2024-06-04 12:47:24.310 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2024-06-04 12:47:24.312 | ++ lib/database:database_connection_url:134 : local db=glance 2024-06-04 12:47:24.313 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-06-04 12:47:24.315 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2024-06-04 12:47:24.317 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:47:24.319 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:47:24.321 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:47:24.332 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:24.334 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:47:24.336 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-06-04 12:47:24.338 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-06-04 12:47:24.340 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-06-04 12:47:24.363 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-06-04 12:47:24.388 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-06-04 12:47:24.410 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-06-04 12:47:24.432 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-06-04 12:47:24.456 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-06-04 12:47:24.480 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-06-04 12:47:24.482 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-06-04 12:47:24.483 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-06-04 12:47:24.485 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-04 12:47:24.487 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-06-04 12:47:24.510 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-06-04 12:47:24.532 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-04 12:47:24.554 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-06-04 12:47:24.577 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-06-04 12:47:24.598 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-06-04 12:47:24.621 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-06-04 12:47:24.643 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-06-04 12:47:24.665 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:47:24.687 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-06-04 12:47:24.709 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-06-04 12:47:24.733 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-06-04 12:47:24.735 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2024-06-04 12:47:24.737 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2024-06-04 12:47:24.738 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-06-04 12:47:24.740 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-06-04 12:47:24.742 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-06-04 12:47:24.755 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:24.757 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-06-04 12:47:24.759 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-06-04 12:47:24.760 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-06-04 12:47:24.773 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:24.775 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:47:24.777 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:47:24.800 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-06-04 12:47:24.801 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-06-04 12:47:24.803 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2024-06-04 12:47:24.805 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-06-04 12:47:24.827 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-06-04 12:47:24.851 | + lib/glance:configure_glance:345 : configure_glance_store False False 2024-06-04 12:47:24.853 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2024-06-04 12:47:24.855 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2024-06-04 12:47:24.857 | + lib/glance:configure_glance_store:253 : local be 2024-06-04 12:47:24.859 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2024-06-04 12:47:24.862 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2024-06-04 12:47:24.864 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-06-04 12:47:24.897 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2024-06-04 12:47:24.899 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-06-04 12:47:24.924 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2024-06-04 12:47:24.926 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2024-06-04 12:47:24.938 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:24.940 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-06-04 12:47:24.962 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2024-06-04 12:47:24.974 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:24.976 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2024-06-04 12:47:24.977 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-06-04 12:47:24.979 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-06-04 12:47:24.981 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-04 12:47:24.994 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-04 12:47:24.996 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-04 12:47:24.998 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-04 12:47:24.999 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-04 12:47:25.001 | + 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-06-04 12:47:25.023 | + 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-06-04 12:47:25.046 | + 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-06-04 12:47:25.068 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-04 12:47:25.090 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-06-04 12:47:25.093 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-06-04 12:47:25.121 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-06-04 12:47:25.144 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-06-04 12:47:25.166 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-06-04 12:47:25.189 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-06-04 12:47:25.211 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-06-04 12:47:25.234 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-06-04 12:47:25.257 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-06-04 12:47:25.281 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-06-04 12:47:25.304 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-06-04 12:47:25.328 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-06-04 12:47:25.350 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-06-04 12:47:25.354 | + lib/glance:configure_glance:410 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-06-04 12:47:25.358 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2024-06-04 12:47:25.369 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:25.371 | + lib/glance:configure_glance:420 : [[ False == False ]] 2024-06-04 12:47:25.373 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2024-06-04 12:47:25.374 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2024-06-04 12:47:25.376 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2024-06-04 12:47:25.377 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2024-06-04 12:47:25.379 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2024-06-04 12:47:25.382 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2024-06-04 12:47:25.384 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2024-06-04 12:47:25.386 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2024-06-04 12:47:25.409 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2024-06-04 12:47:25.411 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-06-04 12:47:25.413 | ++ functions:get_random_port:848 : true 2024-06-04 12:47:25.414 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-06-04 12:47:25.416 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-06-04 12:47:25.417 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-06-04 12:47:25.474 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-06-04 12:47:25.476 | ++ functions:get_random_port:852 : break 2 2024-06-04 12:47:25.477 | ++ functions:get_random_port:856 : echo 60999 2024-06-04 12:47:25.480 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2024-06-04 12:47:25.481 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-06-04 12:47:25.503 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-06-04 12:47:25.524 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-06-04 12:47:25.545 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-06-04 12:47:25.566 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-06-04 12:47:25.587 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-06-04 12:47:25.608 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-06-04 12:47:25.629 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-06-04 12:47:25.650 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-06-04 12:47:25.672 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-04 12:47:25.695 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-06-04 12:47:25.716 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-04 12:47:25.738 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-06-04 12:47:25.759 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-06-04 12:47:25.781 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-06-04 12:47:25.803 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-06-04 12:47:25.825 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-06-04 12:47:25.846 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-06-04 12:47:25.868 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-06-04 12:47:25.890 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2024-06-04 12:47:25.891 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2024-06-04 12:47:25.893 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:47:25.895 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:25.897 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:25.898 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-06-04 12:47:25.900 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2024-06-04 12:47:25.929 | proxy (enabled by site administrator) 2024-06-04 12:47:25.931 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2024-06-04 12:47:25.933 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2024-06-04 12:47:25.935 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:47:25.937 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:25.938 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:25.940 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-06-04 12:47:25.942 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2024-06-04 12:47:25.969 | No module matches proxy_http 2024-06-04 12:47:25.972 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2024-06-04 12:47:26.003 | Considering dependency proxy for proxy_http: 2024-06-04 12:47:26.003 | Module proxy already enabled 2024-06-04 12:47:26.003 | Enabling module proxy_http. 2024-06-04 12:47:26.006 | To activate the new configuration, you need to run: 2024-06-04 12:47:26.006 | systemctl restart apache2 2024-06-04 12:47:26.010 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2024-06-04 12:47:26.012 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-06-04 12:47:26.013 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:47:26.015 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-06-04 12:47:26.111 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2024-06-04 12:47:26.113 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2024-06-04 12:47:26.115 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2024-06-04 12:47:26.117 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-06-04 12:47:26.119 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:26.120 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:26.122 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-04 12:47:26.125 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-04 12:47:26.127 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2024-06-04 12:47:26.127 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-04 12:47:26.134 | KeepAlive Off 2024-06-04 12:47:26.138 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2024-06-04 12:47:26.138 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-04 12:47:26.144 | SetEnv proxy-sendchunked 1 2024-06-04 12:47:26.147 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2024-06-04 12:47:26.149 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-06-04 12:47:26.154 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2024-06-04 12:47:26.157 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2024-06-04 12:47:26.159 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2024-06-04 12:47:26.161 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-06-04 12:47:26.162 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-06-04 12:47:26.164 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:47:26.166 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:26.167 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:26.169 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-04 12:47:26.171 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-06-04 12:47:26.173 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:26.174 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:26.176 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2024-06-04 12:47:26.208 | Enabling site glance-wsgi-api. 2024-06-04 12:47:26.211 | To activate the new configuration, you need to run: 2024-06-04 12:47:26.211 | systemctl reload apache2 2024-06-04 12:47:26.215 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2024-06-04 12:47:26.217 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-06-04 12:47:26.219 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:47:26.220 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-06-04 12:47:26.322 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-06-04 12:47:26.326 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-06-04 12:47:26.350 | + lib/glance:configure_glance:434 : [[ True == True ]] 2024-06-04 12:47:26.352 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2024-06-04 12:47:26.377 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2024-06-04 12:47:26.399 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2024-06-04 12:47:26.422 | + stack.sh:main:960 : is_service_enabled cinder 2024-06-04 12:47:26.435 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:26.437 | + stack.sh:main:962 : stack_install_service cinder 2024-06-04 12:47:26.439 | + lib/stack:stack_install_service:20 : local service=cinder 2024-06-04 12:47:26.441 | + lib/stack:stack_install_service:21 : type install_cinder 2024-06-04 12:47:26.443 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-04 12:47:26.445 | + lib/stack:stack_install_service:32 : install_cinder 2024-06-04 12:47:26.447 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2024-06-04 12:47:26.449 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2024-06-04 12:47:26.450 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2024-06-04 12:47:26.452 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-06-04 12:47:26.454 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:47:26.456 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:47:26.458 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:47:26.460 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:47:26.462 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:47:26.475 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:47:26.477 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:47:26.478 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:47:26.480 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:47:26.482 | + functions-common:git_clone:593 : echo stable/2023.2 2024-06-04 12:47:26.483 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:47:26.486 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2024-06-04 12:47:26.488 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:47:26.490 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-06-04 12:47:26.492 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:26.493 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:26.495 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:26.497 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:26.498 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:26.500 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:26.502 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:26.503 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:26.505 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:26.508 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505246506 2024-06-04 12:47:26.510 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-06-04 12:47:26.512 | Cloning into '/opt/stack//cinder'... 2024-06-04 12:47:29.511 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:29.513 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:29.515 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:29.517 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:29.519 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:29.521 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:29.522 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:29.524 | + functions-common:time_stop:2407 : start_time=1717505246506 2024-06-04 12:47:29.526 | + functions-common:time_stop:2409 : [[ -z 1717505246506 ]] 2024-06-04 12:47:29.528 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:29.531 | + functions-common:time_stop:2412 : end_time=1717505249529 2024-06-04 12:47:29.533 | + functions-common:time_stop:2413 : elapsed_time=3023 2024-06-04 12:47:29.535 | + functions-common:time_stop:2414 : total=13972 2024-06-04 12:47:29.537 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:29.538 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16995 2024-06-04 12:47:29.540 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2024-06-04 12:47:29.542 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-06-04 12:47:29.544 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:29.545 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:29.547 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:29.549 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:29.551 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:29.553 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:29.554 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:29.556 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:29.558 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:29.561 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505249559 2024-06-04 12:47:29.563 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-06-04 12:47:32.139 | From https://opendev.org/openstack/cinder 2024-06-04 12:47:32.139 | * branch stable/2023.2 -> FETCH_HEAD 2024-06-04 12:47:32.143 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:32.145 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:32.147 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:32.149 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:32.151 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:32.152 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:32.154 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:32.156 | + functions-common:time_stop:2407 : start_time=1717505249559 2024-06-04 12:47:32.157 | + functions-common:time_stop:2409 : [[ -z 1717505249559 ]] 2024-06-04 12:47:32.160 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:32.163 | + functions-common:time_stop:2412 : end_time=1717505252161 2024-06-04 12:47:32.165 | + functions-common:time_stop:2413 : elapsed_time=2602 2024-06-04 12:47:32.166 | + functions-common:time_stop:2414 : total=16995 2024-06-04 12:47:32.168 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:32.170 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19597 2024-06-04 12:47:32.172 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:47:32.173 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:32.175 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:32.177 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:32.179 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:32.181 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:32.182 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:32.184 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:32.186 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:32.188 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:32.191 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505252189 2024-06-04 12:47:32.193 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:47:32.425 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:47:32.425 | 2024-06-04 12:47:32.425 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:47:32.425 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:47:32.425 | state without impacting any branches by switching back to a branch. 2024-06-04 12:47:32.425 | 2024-06-04 12:47:32.425 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:47:32.425 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:47:32.425 | 2024-06-04 12:47:32.425 | git switch -c 2024-06-04 12:47:32.425 | 2024-06-04 12:47:32.425 | Or undo this operation with: 2024-06-04 12:47:32.425 | 2024-06-04 12:47:32.425 | git switch - 2024-06-04 12:47:32.425 | 2024-06-04 12:47:32.425 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:47:32.425 | 2024-06-04 12:47:32.425 | HEAD is now at 4e00f1b Merge "Recognize Dell PowerMax Unisphere 10.x (x>0)" into stable/2023.2 2024-06-04 12:47:32.430 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:32.432 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:32.434 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:32.436 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:32.437 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:32.439 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:32.441 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:32.443 | + functions-common:time_stop:2407 : start_time=1717505252189 2024-06-04 12:47:32.444 | + functions-common:time_stop:2409 : [[ -z 1717505252189 ]] 2024-06-04 12:47:32.446 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:32.450 | + functions-common:time_stop:2412 : end_time=1717505252447 2024-06-04 12:47:32.451 | + functions-common:time_stop:2413 : elapsed_time=258 2024-06-04 12:47:32.453 | + functions-common:time_stop:2414 : total=19597 2024-06-04 12:47:32.455 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:32.457 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19855 2024-06-04 12:47:32.458 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-06-04 12:47:32.469 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2024-06-04 12:47:32.471 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:47:32.472 | + functions-common:git_clone:656 : head -1 2024-06-04 12:47:32.474 | 4e00f1b Merge "Recognize Dell PowerMax Unisphere 10.x (x>0)" into stable/2023.2 2024-06-04 12:47:32.477 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:47:32.478 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2024-06-04 12:47:32.480 | + inc/python:setup_develop:360 : local bindep 2024-06-04 12:47:32.482 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-06-04 12:47:32.484 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2024-06-04 12:47:32.486 | + inc/python:setup_develop:366 : local extras= 2024-06-04 12:47:32.488 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-06-04 12:47:32.489 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-06-04 12:47:32.491 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2024-06-04 12:47:32.493 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2024-06-04 12:47:32.495 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-06-04 12:47:32.497 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-06-04 12:47:32.499 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2024-06-04 12:47:32.501 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-06-04 12:47:32.503 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2024-06-04 12:47:32.505 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-06-04 12:47:32.507 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-06-04 12:47:32.509 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-06-04 12:47:32.514 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2024-06-04 12:47:32.515 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-06-04 12:47:32.834 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2024-06-04 12:47:32.836 | + inc/python:setup_package:440 : local bindep=0 2024-06-04 12:47:32.838 | + inc/python:setup_package:441 : local bindep_flag= 2024-06-04 12:47:32.840 | + inc/python:setup_package:442 : local bindep_profiles= 2024-06-04 12:47:32.842 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2024-06-04 12:47:32.844 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2024-06-04 12:47:32.846 | + inc/python:setup_package:449 : local flags=-e 2024-06-04 12:47:32.848 | + inc/python:setup_package:450 : local extras= 2024-06-04 12:47:32.850 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-06-04 12:47:32.851 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-06-04 12:47:32.853 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-06-04 12:47:32.855 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-06-04 12:47:32.857 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-06-04 12:47:32.859 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2024-06-04 12:47:32.875 | Using python 3.10 to install /opt/stack/cinder 2024-06-04 12:47:32.877 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-06-04 12:47:33.674 | Obtaining file:///opt/stack/cinder 2024-06-04 12:47:33.675 | Preparing metadata (setup.py): started 2024-06-04 12:47:34.211 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:47:34.296 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.11.1) 2024-06-04 12:47:34.297 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.1.1) 2024-06-04 12:47:34.298 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (0.33.3) 2024-06-04 12:47:34.299 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (2.0.2) 2024-06-04 12:47:34.300 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (0.22.0) 2024-06-04 12:47:34.300 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (6.0.1) 2024-06-04 12:47:34.301 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (1.1.0) 2024-06-04 12:47:34.302 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (4.17.3) 2024-06-04 12:47:34.303 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.3.0) 2024-06-04 12:47:34.304 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (10.4.1) 2024-06-04 12:47:34.588 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.590 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2024-06-04 12:47:34.617 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.619 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2024-06-04 12:47:34.620 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (9.2.0) 2024-06-04 12:47:34.621 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.2.0) 2024-06-04 12:47:34.622 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.2.0) 2024-06-04 12:47:34.623 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (14.1.0) 2024-06-04 12:47:34.623 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.3.1) 2024-06-04 12:47:34.624 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (14.4.1) 2024-06-04 12:47:34.625 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.2.0) 2024-06-04 12:47:34.626 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (4.2.1) 2024-06-04 12:47:34.627 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (3.2.0) 2024-06-04 12:47:34.628 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (3.1.0) 2024-06-04 12:47:34.629 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (7.1.0) 2024-06-04 12:47:34.630 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.2.0) 2024-06-04 12:47:34.630 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (3.2.0) 2024-06-04 12:47:34.631 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (2.2.0) 2024-06-04 12:47:34.632 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (6.2.1) 2024-06-04 12:47:34.667 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.669 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2024-06-04 12:47:34.670 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (4.1.0) 2024-06-04 12:47:34.671 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (23.1) 2024-06-04 12:47:34.712 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.714 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2024-06-04 12:47:34.715 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (3.5.2) 2024-06-04 12:47:34.716 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (3.0.1) 2024-06-04 12:47:34.717 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.9.5) 2024-06-04 12:47:34.718 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (3.0.9) 2024-06-04 12:47:34.719 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.6.1) 2024-06-04 12:47:34.764 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.767 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2024-06-04 12:47:34.769 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.2.0) 2024-06-04 12:47:34.808 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.812 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2024-06-04 12:47:34.844 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.846 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2024-06-04 12:47:34.848 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (2023.3) 2024-06-04 12:47:34.849 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (2.28.2) 2024-06-04 12:47:34.850 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (2.5.1) 2024-06-04 12:47:34.851 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.4.0) 2024-06-04 12:47:34.873 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.874 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-06-04 12:47:34.879 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (1.16.0) 2024-06-04 12:47:34.880 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (1.4.41) 2024-06-04 12:47:34.881 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.1.0) 2024-06-04 12:47:34.901 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev37) 2024-06-04 12:47:34.903 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-06-04 12:47:34.907 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (6.3.1) 2024-06-04 12:47:34.907 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (1.8.7) 2024-06-04 12:47:34.908 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (6.1.0) 2024-06-04 12:47:35.035 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev37) 2024-06-04 12:47:35.037 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2024-06-04 12:47:35.039 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (6.4.1) 2024-06-04 12:47:35.039 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (5.9.0) 2024-06-04 12:47:35.081 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev37) 2024-06-04 12:47:35.098 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2024-06-04 12:47:35.232 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev37) 2024-06-04 12:47:35.241 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-06-04 12:47:35.246 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (4.3.0) 2024-06-04 12:47:35.247 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (40.0.2) 2024-06-04 12:47:35.248 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev37) (0.2.3) 2024-06-04 12:47:35.325 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev37) 2024-06-04 12:47:35.327 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2024-06-04 12:47:35.784 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev37) 2024-06-04 12:47:35.787 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2024-06-04 12:47:36.355 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev37) 2024-06-04 12:47:36.358 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2024-06-04 12:47:36.360 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev37) (1.0.1) 2024-06-04 12:47:36.386 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev37) 2024-06-04 12:47:36.388 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2024-06-04 12:47:36.418 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev37) (1.15.1) 2024-06-04 12:47:36.430 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev37) (2.3.0) 2024-06-04 12:47:36.535 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev37) 2024-06-04 12:47:36.537 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-06-04 12:47:36.557 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev37) 2024-06-04 12:47:36.559 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2024-06-04 12:47:36.636 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev37) 2024-06-04 12:47:36.638 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2024-06-04 12:47:36.659 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev37) 2024-06-04 12:47:36.661 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-06-04 12:47:36.694 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev37) (3.15.0) 2024-06-04 12:47:36.714 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev37) (23.1.0) 2024-06-04 12:47:36.715 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev37) (0.19.3) 2024-06-04 12:47:36.792 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev37) (1.7.0) 2024-06-04 12:47:36.815 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev37) (3.5.0) 2024-06-04 12:47:36.817 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev37) (3.1.1) 2024-06-04 12:47:36.868 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev37) 2024-06-04 12:47:36.870 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2024-06-04 12:47:36.903 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev37) 2024-06-04 12:47:36.905 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-06-04 12:47:36.932 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev37) 2024-06-04 12:47:36.934 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2024-06-04 12:47:36.961 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev37) (0.18) 2024-06-04 12:47:36.981 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev37) (6.0) 2024-06-04 12:47:36.982 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev37) (2.5.0) 2024-06-04 12:47:36.982 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev37) (0.8.0) 2024-06-04 12:47:36.984 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev37) (2.0.0) 2024-06-04 12:47:37.009 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev37) (1.9.4) 2024-06-04 12:47:37.011 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev37) (2.0.1) 2024-06-04 12:47:37.012 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev37) (0.5.0) 2024-06-04 12:47:37.038 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev37) (2.8.2) 2024-06-04 12:47:37.040 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev37) (0.9.6) 2024-06-04 12:47:37.066 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev37) (5.1.1) 2024-06-04 12:47:37.067 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev37) (5.3.0) 2024-06-04 12:47:37.068 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev37) (2.4.1) 2024-06-04 12:47:37.069 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev37) (5.2.4) 2024-06-04 12:47:37.070 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev37) (0.7.0) 2024-06-04 12:47:37.081 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev37) (3.1.2) 2024-06-04 12:47:37.082 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev37) (4.0.1) 2024-06-04 12:47:37.084 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev37) (4.0.1) 2024-06-04 12:47:37.104 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev37) (1.0.5) 2024-06-04 12:47:37.128 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev37) (2023.3) 2024-06-04 12:47:37.144 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev37) (1.4.0) 2024-06-04 12:47:37.145 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev37) (4.0.1) 2024-06-04 12:47:37.156 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev37) (3.7.0) 2024-06-04 12:47:37.168 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev37) (0.11.0) 2024-06-04 12:47:37.198 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev37) (0.7.1) 2024-06-04 12:47:37.225 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev37) 2024-06-04 12:47:37.227 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2024-06-04 12:47:37.228 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev37) (1.26.15) 2024-06-04 12:47:37.318 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev37) 2024-06-04 12:47:37.320 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2024-06-04 12:47:37.338 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev37) (69.1.1) 2024-06-04 12:47:37.402 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev37) (4.3.0) 2024-06-04 12:47:37.420 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev37) (23.1.1) 2024-06-04 12:47:37.443 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev37) 2024-06-04 12:47:37.445 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2024-06-04 12:47:37.446 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev37) (1.15.0) 2024-06-04 12:47:37.529 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev37) (3.1.0) 2024-06-04 12:47:37.530 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev37) (3.4) 2024-06-04 12:47:37.531 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev37) (2024.6.2) 2024-06-04 12:47:37.548 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev37) (0.7) 2024-06-04 12:47:37.584 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev37) 2024-06-04 12:47:37.586 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2024-06-04 12:47:37.734 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev37) (3.2.0) 2024-06-04 12:47:37.736 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev37) (3.1) 2024-06-04 12:47:37.737 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev37) (1.4.2) 2024-06-04 12:47:37.827 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev37) 2024-06-04 12:47:37.829 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2024-06-04 12:47:37.888 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev37) (1.2.4) 2024-06-04 12:47:37.905 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev37) (5.0.0) 2024-06-04 12:47:38.041 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev37) (2.21) 2024-06-04 12:47:38.079 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev37) (0.5.1) 2024-06-04 12:47:38.080 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev37) (2.4.3) 2024-06-04 12:47:38.270 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev37) 2024-06-04 12:47:38.272 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2024-06-04 12:47:38.274 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev37) (4.22.3) 2024-06-04 12:47:38.386 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev37) (2.1.2) 2024-06-04 12:47:38.589 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev37) (1.1.8) 2024-06-04 12:47:38.616 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev37) (0.16.0) 2024-06-04 12:47:38.641 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev37) (0.2.6) 2024-06-04 12:47:39.315 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev37) (2.6.0) 2024-06-04 12:47:39.439 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev37) (1.32) 2024-06-04 12:47:39.644 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev37) (1.8.2) 2024-06-04 12:47:39.719 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev37) (2.3) 2024-06-04 12:47:39.986 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2024-06-04 12:47:39.990 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2024-06-04 12:47:40.037 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-06-04 12:47:40.073 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-06-04 12:47:40.076 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2024-06-04 12:47:40.079 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2024-06-04 12:47:40.084 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2024-06-04 12:47:40.087 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2024-06-04 12:47:40.091 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2024-06-04 12:47:40.095 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2024-06-04 12:47:40.098 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-06-04 12:47:40.101 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2024-06-04 12:47:40.103 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-06-04 12:47:40.115 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2024-06-04 12:47:40.168 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2024-06-04 12:47:40.171 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2024-06-04 12:47:40.179 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-06-04 12:47:40.181 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2024-06-04 12:47:40.184 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2024-06-04 12:47:40.198 | 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-06-04 12:47:40.204 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2024-06-04 12:47:40.207 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-06-04 12:47:40.211 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-06-04 12:47:40.220 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-06-04 12:47:40.226 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-06-04 12:47:40.228 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-06-04 12:47:40.230 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-06-04 12:47:40.233 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2024-06-04 12:47:40.766 | Installing collected packages: zstd, voluptuous, pyasn1, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-06-04 12:47:43.735 | Running setup.py develop for cinder 2024-06-04 12:47:45.175 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev37 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2024-06-04 12:47:45.455 | + inc/python:pip_install:222 : result=0 2024-06-04 12:47:45.457 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:47:45.459 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:45.460 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:45.462 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:45.464 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:45.466 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:45.467 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:47:45.469 | + functions-common:time_stop:2407 : start_time=1717505252871 2024-06-04 12:47:45.471 | + functions-common:time_stop:2409 : [[ -z 1717505252871 ]] 2024-06-04 12:47:45.473 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:45.476 | + functions-common:time_stop:2412 : end_time=1717505265474 2024-06-04 12:47:45.478 | + functions-common:time_stop:2413 : elapsed_time=12603 2024-06-04 12:47:45.480 | + functions-common:time_stop:2414 : total=46063 2024-06-04 12:47:45.481 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:45.483 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=58666 2024-06-04 12:47:45.485 | + inc/python:pip_install:225 : return 0 2024-06-04 12:47:45.487 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-06-04 12:47:45.489 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:47:45.490 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2024-06-04 12:47:45.492 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2024-06-04 12:47:45.494 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:47:45.496 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:47:45.498 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-06-04 12:47:45.500 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:47:45.502 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2024-06-04 12:47:45.504 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2024-06-04 12:47:45.505 | + lib/cinder:install_cinder:521 : is_ubuntu 2024-06-04 12:47:45.507 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:45.509 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:45.511 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2024-06-04 12:47:45.520 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2024-06-04 12:47:45.522 | + functions-common:install_package:1421 : update_package_repo 2024-06-04 12:47:45.524 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:47:45.525 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-06-04 12:47:45.527 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:47:45.529 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:47:45.531 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:47:45.533 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:45.534 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:45.536 | + functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:47:45.538 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-06-04 12:47:45.540 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-06-04 12:47:45.542 | + functions-common:apt_get_update:1150 : return 2024-06-04 12:47:45.544 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2024-06-04 12:47:45.546 | + functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:47:45.547 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:45.549 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:45.551 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2024-06-04 12:47:45.567 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-06-04 12:47:45.625 | Reading package lists... 2024-06-04 12:47:45.815 | Building dependency tree... 2024-06-04 12:47:45.816 | Reading state information... 2024-06-04 12:47:46.007 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-06-04 12:47:46.007 | The following packages were automatically installed and are no longer required: 2024-06-04 12:47:46.007 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:47:46.008 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:47:46.008 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:47:46.029 | 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:47:46.033 | + functions-common:apt_get:1194 : result=0 2024-06-04 12:47:46.035 | + functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:47:46.038 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:46.040 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:46.042 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:46.044 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:46.046 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:46.048 | + functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:47:46.050 | + functions-common:time_stop:2407 : start_time=1717505265565 2024-06-04 12:47:46.052 | + functions-common:time_stop:2409 : [[ -z 1717505265565 ]] 2024-06-04 12:47:46.054 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:46.057 | + functions-common:time_stop:2412 : end_time=1717505266055 2024-06-04 12:47:46.059 | + functions-common:time_stop:2413 : elapsed_time=490 2024-06-04 12:47:46.061 | + functions-common:time_stop:2414 : total=7099 2024-06-04 12:47:46.063 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:46.065 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7589 2024-06-04 12:47:46.067 | + functions-common:apt_get:1198 : return 0 2024-06-04 12:47:46.069 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-04 12:47:46.071 | + stack.sh:main:963 : configure_cinder 2024-06-04 12:47:46.073 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2024-06-04 12:47:46.083 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2024-06-04 12:47:46.086 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2024-06-04 12:47:46.088 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-06-04 12:47:46.090 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-06-04 12:47:46.092 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-06-04 12:47:46.092 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-06-04 12:47:46.096 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-06-04 12:47:46.097 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-06-04 12:47:46.099 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-06-04 12:47:46.101 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-06-04 12:47:46.102 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-06-04 12:47:46.104 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-06-04 12:47:46.105 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2024-06-04 12:47:46.107 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-06-04 12:47:46.116 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-06-04 12:47:46.124 | + 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-06-04 12:47:46.133 | + 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-06-04 12:47:46.142 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-06-04 12:47:46.152 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2024-06-04 12:47:46.161 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-06-04 12:47:46.163 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-06-04 12:47:46.166 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.H3QDISNuSZ 2024-06-04 12:47:46.168 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-06-04 12:47:46.170 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-06-04 12:47:46.171 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2024-06-04 12:47:46.173 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.H3QDISNuSZ 2024-06-04 12:47:46.176 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.H3QDISNuSZ 2024-06-04 12:47:46.185 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.H3QDISNuSZ /etc/sudoers.d/cinder-rootwrap 2024-06-04 12:47:46.194 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2024-06-04 12:47:46.197 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-06-04 12:47:46.199 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-06-04 12:47:46.201 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-06-04 12:47:46.202 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-06-04 12:47:46.204 | + 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-06-04 12:47:46.206 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2024-06-04 12:47:46.208 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2024-06-04 12:47:46.208 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-06-04 12:47:46.214 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-06-04 12:47:46.217 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-06-04 12:47:46.226 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-06-04 12:47:46.234 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-06-04 12:47:46.236 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-06-04 12:47:46.239 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-06-04 12:47:46.242 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-06-04 12:47:46.257 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-06-04 12:47:46.272 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-06-04 12:47:46.286 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-06-04 12:47:46.301 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-06-04 12:47:46.314 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-06-04 12:47:46.328 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-06-04 12:47:46.343 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-06-04 12:47:46.357 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-06-04 12:47:46.359 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-06-04 12:47:46.361 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-06-04 12:47:46.363 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-04 12:47:46.365 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-06-04 12:47:46.389 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-06-04 12:47:46.411 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-04 12:47:46.434 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-06-04 12:47:46.456 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-06-04 12:47:46.478 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-06-04 12:47:46.501 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-06-04 12:47:46.523 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-06-04 12:47:46.545 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:47:46.566 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-06-04 12:47:46.591 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-06-04 12:47:46.616 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-06-04 12:47:46.640 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2024-06-04 12:47:46.642 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-06-04 12:47:46.644 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-06-04 12:47:46.646 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2024-06-04 12:47:46.648 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:47:46.649 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:47:46.652 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:47:46.664 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:46.666 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:47:46.667 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-06-04 12:47:46.670 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-06-04 12:47:46.694 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-06-04 12:47:46.717 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-06-04 12:47:46.740 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-06-04 12:47:46.762 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-06-04 12:47:46.785 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-06-04 12:47:46.808 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-06-04 12:47:46.833 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-06-04 12:47:46.856 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-06-04 12:47:46.881 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2024-06-04 12:47:46.899 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 8abde8abe1ac7986c69db39d4f304430 2024-06-04 12:47:46.922 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2024-06-04 12:47:46.924 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-06-04 12:47:46.947 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-06-04 12:47:46.970 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-06-04 12:47:46.992 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-06-04 12:47:47.015 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2024-06-04 12:47:47.038 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2024-06-04 12:47:47.060 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2024-06-04 12:47:47.073 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:47.075 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2024-06-04 12:47:47.077 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2024-06-04 12:47:47.078 | + lib/cinder:configure_cinder:338 : local default_name= 2024-06-04 12:47:47.080 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2024-06-04 12:47:47.082 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-06-04 12:47:47.084 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2024-06-04 12:47:47.086 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2024-06-04 12:47:47.087 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2024-06-04 12:47:47.089 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2024-06-04 12:47:47.091 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-06-04 12:47:47.093 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-06-04 12:47:47.117 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-06-04 12:47:47.139 | + 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-06-04 12:47:47.162 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-06-04 12:47:47.184 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-06-04 12:47:47.206 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2024-06-04 12:47:47.208 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2024-06-04 12:47:47.210 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2024-06-04 12:47:47.211 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-06-04 12:47:47.234 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2024-06-04 12:47:47.236 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-06-04 12:47:47.258 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2024-06-04 12:47:47.259 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-06-04 12:47:47.261 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2024-06-04 12:47:47.263 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-06-04 12:47:47.285 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2024-06-04 12:47:47.287 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2024-06-04 12:47:47.289 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2024-06-04 12:47:47.301 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:47.303 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2024-06-04 12:47:47.315 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:47.317 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2024-06-04 12:47:47.329 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:47.331 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2024-06-04 12:47:47.333 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-06-04 12:47:47.335 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2024-06-04 12:47:47.337 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2024-06-04 12:47:47.339 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-06-04 12:47:47.340 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-06-04 12:47:47.342 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-06-04 12:47:47.354 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:47.356 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-06-04 12:47:47.358 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-06-04 12:47:47.360 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-06-04 12:47:47.373 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:47.375 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:47:47.377 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:47:47.399 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-06-04 12:47:47.401 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-06-04 12:47:47.403 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2024-06-04 12:47:47.405 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-06-04 12:47:47.407 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-06-04 12:47:47.409 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-04 12:47:47.422 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-04 12:47:47.424 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-04 12:47:47.425 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-04 12:47:47.427 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-04 12:47:47.429 | + 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-06-04 12:47:47.452 | + 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-06-04 12:47:47.474 | + 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-06-04 12:47:47.496 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-04 12:47:47.520 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2024-06-04 12:47:47.532 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:47.534 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2024-06-04 12:47:47.536 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-06-04 12:47:47.537 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2024-06-04 12:47:47.539 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2024-06-04 12:47:47.541 | + lib/apache:write_uwsgi_config:244 : local http= 2024-06-04 12:47:47.543 | + lib/apache:write_uwsgi_config:245 : local name= 2024-06-04 12:47:47.545 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2024-06-04 12:47:47.548 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2024-06-04 12:47:47.550 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-06-04 12:47:47.551 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-04 12:47:47.561 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-04 12:47:47.561 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:47:47.567 | d /var/run/uwsgi 0755 stack root 2024-06-04 12:47:47.570 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:47:47.578 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-06-04 12:47:47.582 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-06-04 12:47:47.583 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-06-04 12:47:47.586 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2024-06-04 12:47:47.609 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-06-04 12:47:47.631 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-06-04 12:47:47.652 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-06-04 12:47:47.674 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-06-04 12:47:47.696 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-04 12:47:47.718 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-06-04 12:47:47.741 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-06-04 12:47:47.763 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-06-04 12:47:47.786 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-06-04 12:47:47.808 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-06-04 12:47:47.831 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-04 12:47:47.853 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-06-04 12:47:47.875 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-06-04 12:47:47.876 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-06-04 12:47:47.878 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2024-06-04 12:47:47.880 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2024-06-04 12:47:47.882 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-06-04 12:47:47.884 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:47.886 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:47.888 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-06-04 12:47:47.890 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-06-04 12:47:47.892 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-06-04 12:47:47.914 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-06-04 12:47:47.937 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2024-06-04 12:47:47.937 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-06-04 12:47:47.943 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2024-06-04 12:47:47.946 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2024-06-04 12:47:47.948 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2024-06-04 12:47:47.950 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-06-04 12:47:47.952 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-06-04 12:47:47.953 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:47:47.955 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:47.957 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:47.959 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-04 12:47:47.961 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-06-04 12:47:47.962 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:47:47.964 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:47:47.966 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2024-06-04 12:47:47.997 | Enabling site cinder-wsgi. 2024-06-04 12:47:48.000 | To activate the new configuration, you need to run: 2024-06-04 12:47:48.000 | systemctl reload apache2 2024-06-04 12:47:48.004 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-06-04 12:47:48.005 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-06-04 12:47:48.007 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:47:48.009 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-06-04 12:47:48.132 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-06-04 12:47:48.134 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2024-06-04 12:47:48.136 | + 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-06-04 12:47:48.159 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-06-04 12:47:48.182 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-06-04 12:47:48.205 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-06-04 12:47:48.227 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-06-04 12:47:48.250 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-06-04 12:47:48.273 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2024-06-04 12:47:48.285 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:47:48.287 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-06-04 12:47:48.289 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-06-04 12:47:48.291 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-06-04 12:47:48.293 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-06-04 12:47:48.294 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-06-04 12:47:48.318 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-06-04 12:47:48.341 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-06-04 12:47:48.364 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-06-04 12:47:48.387 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-06-04 12:47:48.409 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-06-04 12:47:48.432 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-06-04 12:47:48.455 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-06-04 12:47:48.477 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:47:48.499 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-06-04 12:47:48.522 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-06-04 12:47:48.544 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-06-04 12:47:48.567 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2024-06-04 12:47:48.569 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2024-06-04 12:47:48.581 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:48.583 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2024-06-04 12:47:48.607 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-06-04 12:47:48.608 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-06-04 12:47:48.610 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-06-04 12:47:48.635 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-06-04 12:47:48.658 | + stack.sh:main:966 : is_service_enabled neutron 2024-06-04 12:47:48.672 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:47:48.673 | + stack.sh:main:968 : stack_install_service neutron 2024-06-04 12:47:48.675 | + lib/stack:stack_install_service:20 : local service=neutron 2024-06-04 12:47:48.677 | + lib/stack:stack_install_service:21 : type install_neutron 2024-06-04 12:47:48.679 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-04 12:47:48.681 | + lib/stack:stack_install_service:32 : install_neutron 2024-06-04 12:47:48.683 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2024-06-04 12:47:48.685 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2024-06-04 12:47:48.687 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:47:48.689 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:47:48.691 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2024-06-04 12:47:48.693 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:47:48.695 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2024-06-04 12:47:48.697 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2024-06-04 12:47:48.699 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2024-06-04 12:47:48.701 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-06-04 12:47:48.702 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:47:48.704 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:47:48.707 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:47:48.709 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:47:48.711 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:47:48.724 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:47:48.726 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:47:48.728 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:47:48.730 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:47:48.732 | + functions-common:git_clone:593 : echo stable/2023.2 2024-06-04 12:47:48.732 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:47:48.736 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2024-06-04 12:47:48.738 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:47:48.740 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-06-04 12:47:48.742 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:48.744 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:48.745 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:48.747 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:48.749 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:48.751 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:48.752 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:48.754 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:48.756 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:48.759 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505268757 2024-06-04 12:47:48.761 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-06-04 12:47:48.763 | Cloning into '/opt/stack//neutron'... 2024-06-04 12:47:52.130 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:52.132 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:52.135 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:52.136 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:52.138 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:52.140 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:52.142 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:52.144 | + functions-common:time_stop:2407 : start_time=1717505268757 2024-06-04 12:47:52.146 | + functions-common:time_stop:2409 : [[ -z 1717505268757 ]] 2024-06-04 12:47:52.148 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:52.151 | + functions-common:time_stop:2412 : end_time=1717505272149 2024-06-04 12:47:52.153 | + functions-common:time_stop:2413 : elapsed_time=3392 2024-06-04 12:47:52.155 | + functions-common:time_stop:2414 : total=19855 2024-06-04 12:47:52.157 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:52.158 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=23247 2024-06-04 12:47:52.160 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2024-06-04 12:47:52.162 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-06-04 12:47:52.164 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:52.166 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:52.168 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:52.169 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:52.171 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:52.173 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:52.175 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:52.177 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:52.179 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:52.182 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505272180 2024-06-04 12:47:52.184 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-06-04 12:47:54.714 | From https://opendev.org/openstack/neutron 2024-06-04 12:47:54.714 | * branch stable/2023.2 -> FETCH_HEAD 2024-06-04 12:47:54.719 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:54.721 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:54.722 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:54.724 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:54.726 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:54.728 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:54.730 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:54.731 | + functions-common:time_stop:2407 : start_time=1717505272180 2024-06-04 12:47:54.733 | + functions-common:time_stop:2409 : [[ -z 1717505272180 ]] 2024-06-04 12:47:54.736 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:54.739 | + functions-common:time_stop:2412 : end_time=1717505274737 2024-06-04 12:47:54.741 | + functions-common:time_stop:2413 : elapsed_time=2557 2024-06-04 12:47:54.742 | + functions-common:time_stop:2414 : total=23247 2024-06-04 12:47:54.744 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:54.746 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=25804 2024-06-04 12:47:54.748 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:47:54.750 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:47:54.752 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:47:54.754 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:47:54.756 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:47:54.757 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:47:54.759 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:47:54.761 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:47:54.763 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:47:54.765 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:47:54.768 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505274766 2024-06-04 12:47:54.771 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:47:55.021 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:47:55.021 | 2024-06-04 12:47:55.021 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:47:55.021 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:47:55.021 | state without impacting any branches by switching back to a branch. 2024-06-04 12:47:55.021 | 2024-06-04 12:47:55.021 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:47:55.021 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:47:55.021 | 2024-06-04 12:47:55.021 | git switch -c 2024-06-04 12:47:55.021 | 2024-06-04 12:47:55.021 | Or undo this operation with: 2024-06-04 12:47:55.021 | 2024-06-04 12:47:55.021 | git switch - 2024-06-04 12:47:55.021 | 2024-06-04 12:47:55.021 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:47:55.021 | 2024-06-04 12:47:55.021 | HEAD is now at 72b6401 [ML2/OVN] Add gateway_port support for FIP 2024-06-04 12:47:55.025 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:47:55.027 | + functions-common:time_stop:2400 : local name 2024-06-04 12:47:55.029 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:47:55.031 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:47:55.033 | + functions-common:time_stop:2403 : local total 2024-06-04 12:47:55.035 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:47:55.037 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:47:55.038 | + functions-common:time_stop:2407 : start_time=1717505274766 2024-06-04 12:47:55.040 | + functions-common:time_stop:2409 : [[ -z 1717505274766 ]] 2024-06-04 12:47:55.042 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:47:55.045 | + functions-common:time_stop:2412 : end_time=1717505275043 2024-06-04 12:47:55.047 | + functions-common:time_stop:2413 : elapsed_time=277 2024-06-04 12:47:55.049 | + functions-common:time_stop:2414 : total=25804 2024-06-04 12:47:55.051 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:47:55.053 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=26081 2024-06-04 12:47:55.055 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-06-04 12:47:55.066 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2024-06-04 12:47:55.068 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:47:55.069 | + functions-common:git_clone:656 : head -1 2024-06-04 12:47:55.072 | 72b6401 [ML2/OVN] Add gateway_port support for FIP 2024-06-04 12:47:55.077 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:47:55.079 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2024-06-04 12:47:55.081 | + inc/python:setup_develop:360 : local bindep 2024-06-04 12:47:55.083 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-06-04 12:47:55.085 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2024-06-04 12:47:55.087 | + inc/python:setup_develop:366 : local extras= 2024-06-04 12:47:55.089 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-06-04 12:47:55.091 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-06-04 12:47:55.093 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2024-06-04 12:47:55.094 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2024-06-04 12:47:55.096 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-06-04 12:47:55.098 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-06-04 12:47:55.101 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2024-06-04 12:47:55.103 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-06-04 12:47:55.105 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2024-06-04 12:47:55.107 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-06-04 12:47:55.109 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-06-04 12:47:55.111 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-06-04 12:47:55.116 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2024-06-04 12:47:55.118 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-06-04 12:47:55.434 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2024-06-04 12:47:55.436 | + inc/python:setup_package:440 : local bindep=0 2024-06-04 12:47:55.438 | + inc/python:setup_package:441 : local bindep_flag= 2024-06-04 12:47:55.440 | + inc/python:setup_package:442 : local bindep_profiles= 2024-06-04 12:47:55.442 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2024-06-04 12:47:55.444 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2024-06-04 12:47:55.446 | + inc/python:setup_package:449 : local flags=-e 2024-06-04 12:47:55.448 | + inc/python:setup_package:450 : local extras= 2024-06-04 12:47:55.450 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-06-04 12:47:55.452 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-06-04 12:47:55.454 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-06-04 12:47:55.455 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-06-04 12:47:55.457 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-06-04 12:47:55.459 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2024-06-04 12:47:55.475 | Using python 3.10 to install /opt/stack/neutron 2024-06-04 12:47:55.477 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-06-04 12:47:56.300 | Obtaining file:///opt/stack/neutron 2024-06-04 12:47:56.301 | Preparing metadata (setup.py): started 2024-06-04 12:47:56.897 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:47:56.969 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.11.1) 2024-06-04 12:47:56.970 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.5.2) 2024-06-04 12:47:56.970 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.0.1) 2024-06-04 12:47:56.971 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.5.1) 2024-06-04 12:47:56.972 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.5.0) 2024-06-04 12:47:56.973 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.1.1) 2024-06-04 12:47:56.974 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.33.3) 2024-06-04 12:47:57.161 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.161 | Using cached pecan-1.4.2-py3-none-any.whl 2024-06-04 12:47:57.168 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.22.0) 2024-06-04 12:47:57.169 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.28.2) 2024-06-04 12:47:57.170 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.1.2) 2024-06-04 12:47:57.171 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (10.4.1) 2024-06-04 12:47:57.172 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.8.0) 2024-06-04 12:47:57.173 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.11.0) 2024-06-04 12:47:57.303 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.306 | Using cached neutron_lib-3.8.1-py3-none-any.whl.metadata (2.3 kB) 2024-06-04 12:47:57.342 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.344 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2024-06-04 12:47:57.346 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (6.3.1) 2024-06-04 12:47:57.346 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.4.41) 2024-06-04 12:47:57.347 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.8.7) 2024-06-04 12:47:57.348 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.3.0) 2024-06-04 12:47:57.349 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.9.4) 2024-06-04 12:47:57.350 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.1.0) 2024-06-04 12:47:57.350 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.5.0) 2024-06-04 12:47:57.351 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.0) 2024-06-04 12:47:57.352 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (9.2.0) 2024-06-04 12:47:57.353 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.0) 2024-06-04 12:47:57.354 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (14.1.0) 2024-06-04 12:47:57.354 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (6.1.0) 2024-06-04 12:47:57.356 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.3.1) 2024-06-04 12:47:57.356 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (14.4.1) 2024-06-04 12:47:57.357 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.0) 2024-06-04 12:47:57.358 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (4.2.1) 2024-06-04 12:47:57.359 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.2.0) 2024-06-04 12:47:57.360 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.1.0) 2024-06-04 12:47:57.360 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (7.1.0) 2024-06-04 12:47:57.361 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.0) 2024-06-04 12:47:57.362 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.2.0) 2024-06-04 12:47:57.363 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.2.0) 2024-06-04 12:47:57.363 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (6.2.1) 2024-06-04 12:47:57.364 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.2.0) 2024-06-04 12:47:57.365 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (4.1.0) 2024-06-04 12:47:57.481 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.483 | Using cached os_ken-2.7.0-py3-none-any.whl.metadata (1.6 kB) 2024-06-04 12:47:57.505 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.507 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2024-06-04 12:47:57.530 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.531 | Using cached ovs-2.17.7-py3-none-any.whl 2024-06-04 12:47:57.573 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.575 | Using cached ovsdbapp-2.4.1-py3-none-any.whl.metadata (1.4 kB) 2024-06-04 12:47:57.576 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (23.1) 2024-06-04 12:47:57.577 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.9.5) 2024-06-04 12:47:57.608 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.610 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2024-06-04 12:47:57.612 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (23.1.1) 2024-06-04 12:47:57.613 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (18.4.0) 2024-06-04 12:47:57.613 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.5.0) 2024-06-04 12:47:57.641 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.643 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2024-06-04 12:47:57.675 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev14) 2024-06-04 12:47:57.676 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2024-06-04 12:47:57.678 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.4.1) 2024-06-04 12:47:57.679 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (4.2.0) 2024-06-04 12:47:57.685 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev14) (1.2.4) 2024-06-04 12:47:57.689 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev14) (1.15.0) 2024-06-04 12:47:57.694 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev14) (2.3.0) 2024-06-04 12:47:57.695 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev14) (2.0.2) 2024-06-04 12:47:57.696 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev14) (1.16.0) 2024-06-04 12:47:57.703 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev14) (3.0.9) 2024-06-04 12:47:57.707 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev14) (2.1.2) 2024-06-04 12:47:57.733 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev14) (1.1.0) 2024-06-04 12:47:57.734 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev14) (1.7.0) 2024-06-04 12:47:57.758 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev14) (3.1.1) 2024-06-04 12:47:57.759 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev14) (5.2.0) 2024-06-04 12:47:57.808 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev14) 2024-06-04 12:47:57.817 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2024-06-04 12:47:57.878 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev14) 2024-06-04 12:47:57.883 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.8 kB) 2024-06-04 12:47:57.895 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev14) (6.0) 2024-06-04 12:47:57.896 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev14) (1.4.4) 2024-06-04 12:47:57.897 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev14) (40.0.2) 2024-06-04 12:47:57.897 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev14) (1.1.8) 2024-06-04 12:47:57.898 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev14) (1.0.1) 2024-06-04 12:47:57.899 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev14) (1.32) 2024-06-04 12:47:57.900 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev14) (1.4.0) 2024-06-04 12:47:57.908 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev14) (1.0.5) 2024-06-04 12:47:57.934 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev14) 2024-06-04 12:47:57.934 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-06-04 12:47:58.010 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev14) (0.18) 2024-06-04 12:47:58.029 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev14) (2.0.0) 2024-06-04 12:47:58.056 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev14) (2.0.1) 2024-06-04 12:47:58.057 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev14) (0.5.0) 2024-06-04 12:47:58.082 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev14) (2.8.2) 2024-06-04 12:47:58.084 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev14) (0.9.6) 2024-06-04 12:47:58.108 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev14) (5.1.1) 2024-06-04 12:47:58.109 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev14) (5.3.0) 2024-06-04 12:47:58.110 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev14) (5.2.4) 2024-06-04 12:47:58.111 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev14) (0.7.0) 2024-06-04 12:47:58.122 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev14) (4.0.1) 2024-06-04 12:47:58.123 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev14) (4.0.1) 2024-06-04 12:47:58.143 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev14) (1.15.1) 2024-06-04 12:47:58.167 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev14) (2023.3) 2024-06-04 12:47:58.168 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev14) (2023.3) 2024-06-04 12:47:58.181 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev14) (1.4.0) 2024-06-04 12:47:58.182 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev14) (4.0.1) 2024-06-04 12:47:58.193 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev14) (3.7.0) 2024-06-04 12:47:58.278 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev14) 2024-06-04 12:47:58.280 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-06-04 12:47:58.312 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev14) (69.1.1) 2024-06-04 12:47:58.370 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev14) 2024-06-04 12:47:58.370 | Using cached logutils-0.3.5-py3-none-any.whl 2024-06-04 12:47:58.429 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev14) (4.3.0) 2024-06-04 12:47:58.430 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev14) (4.17.3) 2024-06-04 12:47:58.462 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev14) 2024-06-04 12:47:58.464 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2024-06-04 12:47:58.515 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev14) 2024-06-04 12:47:58.517 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-06-04 12:47:58.620 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev14) 2024-06-04 12:47:58.622 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2024-06-04 12:47:58.657 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev14) (3.1.0) 2024-06-04 12:47:58.658 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev14) (3.4) 2024-06-04 12:47:58.658 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev14) (1.26.15) 2024-06-04 12:47:58.659 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev14) (2024.6.2) 2024-06-04 12:47:58.707 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev14) (0.7) 2024-06-04 12:47:58.845 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev14) (0.13.1) 2024-06-04 12:47:58.878 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev14) (5.0.0) 2024-06-04 12:47:58.949 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev14) (2.21) 2024-06-04 12:47:58.981 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev14) (0.5.1) 2024-06-04 12:47:58.981 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev14) (2.4.3) 2024-06-04 12:47:58.982 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev14) (6.0.1) 2024-06-04 12:47:59.165 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev14) (2.3) 2024-06-04 12:47:59.197 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev14) (23.1.0) 2024-06-04 12:47:59.197 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev14) (0.19.3) 2024-06-04 12:47:59.314 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev14) (3.1.0) 2024-06-04 12:47:59.315 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev14) (4.9.2) 2024-06-04 12:47:59.410 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev14) (0.16.0) 2024-06-04 12:47:59.431 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev14) (0.2.6) 2024-06-04 12:47:59.807 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev14) (2.6.0) 2024-06-04 12:48:00.037 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev14) (1.8.2) 2024-06-04 12:48:00.077 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev14) (3.15.0) 2024-06-04 12:48:00.150 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev14) (1.5.0) 2024-06-04 12:48:00.383 | Using cached neutron_lib-3.8.1-py3-none-any.whl (601 kB) 2024-06-04 12:48:00.389 | Using cached os_ken-2.7.0-py3-none-any.whl (2.0 MB) 2024-06-04 12:48:00.413 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-06-04 12:48:00.416 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2024-06-04 12:48:00.419 | Using cached ovsdbapp-2.4.1-py3-none-any.whl (138 kB) 2024-06-04 12:48:00.423 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2024-06-04 12:48:00.429 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2024-06-04 12:48:00.431 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2024-06-04 12:48:00.435 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-06-04 12:48:00.438 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2024-06-04 12:48:00.441 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2024-06-04 12:48:00.443 | 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-06-04 12:48:00.446 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2024-06-04 12:48:00.449 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-06-04 12:48:00.867 | 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-06-04 12:48:03.572 | Running setup.py develop for neutron 2024-06-04 12:48:05.004 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev14 neutron-lib-3.8.1 os-client-config-2.1.0 os-ken-2.7.0 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.1 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2024-06-04 12:48:05.160 | + inc/python:pip_install:222 : result=0 2024-06-04 12:48:05.162 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:48:05.164 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:05.166 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:05.168 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:05.169 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:05.171 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:05.173 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:48:05.174 | + functions-common:time_stop:2407 : start_time=1717505275471 2024-06-04 12:48:05.176 | + functions-common:time_stop:2409 : [[ -z 1717505275471 ]] 2024-06-04 12:48:05.178 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:05.181 | + functions-common:time_stop:2412 : end_time=1717505285179 2024-06-04 12:48:05.183 | + functions-common:time_stop:2413 : elapsed_time=9708 2024-06-04 12:48:05.184 | + functions-common:time_stop:2414 : total=58666 2024-06-04 12:48:05.186 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:05.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68374 2024-06-04 12:48:05.189 | + inc/python:pip_install:225 : return 0 2024-06-04 12:48:05.191 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-06-04 12:48:05.193 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:48:05.195 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2024-06-04 12:48:05.196 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2024-06-04 12:48:05.198 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:48:05.200 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:48:05.202 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-06-04 12:48:05.204 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:48:05.205 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2024-06-04 12:48:05.207 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-04 12:48:05.209 | + stack.sh:main:971 : is_service_enabled nova 2024-06-04 12:48:05.222 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:05.224 | + stack.sh:main:973 : stack_install_service nova 2024-06-04 12:48:05.225 | + lib/stack:stack_install_service:20 : local service=nova 2024-06-04 12:48:05.227 | + lib/stack:stack_install_service:21 : type install_nova 2024-06-04 12:48:05.229 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-04 12:48:05.231 | + lib/stack:stack_install_service:32 : install_nova 2024-06-04 12:48:05.233 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2024-06-04 12:48:05.234 | + inc/python:use_library_from_git:272 : local name=os-vif 2024-06-04 12:48:05.236 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:48:05.238 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:48:05.240 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2024-06-04 12:48:05.241 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:48:05.243 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2024-06-04 12:48:05.255 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:05.257 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2024-06-04 12:48:05.269 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:05.270 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2024-06-04 12:48:05.282 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:05.284 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/40/900840/1 2024-06-04 12:48:05.285 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2024-06-04 12:48:05.287 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2024-06-04 12:48:05.289 | + functions-common:git_clone:574 : local git_ref=refs/changes/40/900840/1 2024-06-04 12:48:05.290 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:48:05.292 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:48:05.294 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:48:05.296 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:48:05.298 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:48:05.310 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:48:05.311 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:48:05.313 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:48:05.315 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:48:05.317 | + functions-common:git_clone:593 : echo refs/changes/40/900840/1 2024-06-04 12:48:05.317 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:48:05.321 | + functions-common:git_clone:595 : [[ ! -d /opt/stack//nova ]] 2024-06-04 12:48:05.323 | + functions-common:git_clone:596 : [[ False = \T\r\u\e ]] 2024-06-04 12:48:05.324 | + functions-common:git_clone:601 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-06-04 12:48:05.326 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:48:05.327 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:48:05.329 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:48:05.330 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:48:05.332 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:48:05.334 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:48:05.335 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:05.337 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:05.338 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:05.341 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505285339 2024-06-04 12:48:05.343 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-06-04 12:48:05.345 | Cloning into '/opt/stack//nova'... 2024-06-04 12:48:09.498 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:48:09.500 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:09.502 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:09.503 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:09.505 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:09.507 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:09.508 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:48:09.510 | + functions-common:time_stop:2407 : start_time=1717505285339 2024-06-04 12:48:09.512 | + functions-common:time_stop:2409 : [[ -z 1717505285339 ]] 2024-06-04 12:48:09.513 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:09.517 | + functions-common:time_stop:2412 : end_time=1717505289515 2024-06-04 12:48:09.518 | + functions-common:time_stop:2413 : elapsed_time=4176 2024-06-04 12:48:09.520 | + functions-common:time_stop:2414 : total=26081 2024-06-04 12:48:09.521 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:09.523 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=30257 2024-06-04 12:48:09.524 | + functions-common:git_clone:603 : cd /opt/stack//nova 2024-06-04 12:48:09.526 | + functions-common:git_clone:604 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/40/900840/1 2024-06-04 12:48:09.527 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:48:09.529 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:48:09.530 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:48:09.532 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:48:09.534 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:48:09.535 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:48:09.537 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:09.538 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:09.540 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:09.543 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505289541 2024-06-04 12:48:09.545 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/40/900840/1 2024-06-04 12:48:11.031 | From https://opendev.org/openstack/nova 2024-06-04 12:48:11.031 | * branch refs/changes/40/900840/1 -> FETCH_HEAD 2024-06-04 12:48:11.036 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:48:11.037 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:11.039 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:11.041 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:11.042 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:11.044 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:11.045 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:48:11.047 | + functions-common:time_stop:2407 : start_time=1717505289541 2024-06-04 12:48:11.049 | + functions-common:time_stop:2409 : [[ -z 1717505289541 ]] 2024-06-04 12:48:11.050 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:11.054 | + functions-common:time_stop:2412 : end_time=1717505291052 2024-06-04 12:48:11.055 | + functions-common:time_stop:2413 : elapsed_time=1511 2024-06-04 12:48:11.057 | + functions-common:time_stop:2414 : total=30257 2024-06-04 12:48:11.059 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:11.061 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=31768 2024-06-04 12:48:11.062 | + functions-common:git_clone:604 : git checkout FETCH_HEAD 2024-06-04 12:48:11.366 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:48:11.366 | 2024-06-04 12:48:11.366 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:48:11.366 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:48:11.366 | state without impacting any branches by switching back to a branch. 2024-06-04 12:48:11.366 | 2024-06-04 12:48:11.366 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:48:11.366 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:48:11.366 | 2024-06-04 12:48:11.366 | git switch -c 2024-06-04 12:48:11.366 | 2024-06-04 12:48:11.366 | Or undo this operation with: 2024-06-04 12:48:11.366 | 2024-06-04 12:48:11.366 | git switch - 2024-06-04 12:48:11.366 | 2024-06-04 12:48:11.366 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:48:11.366 | 2024-06-04 12:48:11.366 | HEAD is now at 0d970bf Improve logging at '_numa_cells_support_network_metadata' 2024-06-04 12:48:11.372 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2024-06-04 12:48:11.383 | + functions-common:git_clone:655 : cd /opt/stack//nova 2024-06-04 12:48:11.385 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:48:11.385 | + functions-common:git_clone:656 : head -1 2024-06-04 12:48:11.389 | 0d970bf Improve logging at '_numa_cells_support_network_metadata' 2024-06-04 12:48:11.391 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:48:11.393 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2024-06-04 12:48:11.395 | + inc/python:setup_develop:360 : local bindep 2024-06-04 12:48:11.396 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2024-06-04 12:48:11.398 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2024-06-04 12:48:11.400 | + inc/python:setup_develop:366 : local extras= 2024-06-04 12:48:11.402 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-06-04 12:48:11.403 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-06-04 12:48:11.405 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2024-06-04 12:48:11.407 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2024-06-04 12:48:11.408 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-06-04 12:48:11.410 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-06-04 12:48:11.412 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2024-06-04 12:48:11.414 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-06-04 12:48:11.416 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2024-06-04 12:48:11.418 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-06-04 12:48:11.420 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-06-04 12:48:11.422 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-06-04 12:48:11.426 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2024-06-04 12:48:11.428 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-06-04 12:48:11.756 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2024-06-04 12:48:11.758 | + inc/python:setup_package:440 : local bindep=0 2024-06-04 12:48:11.759 | + inc/python:setup_package:441 : local bindep_flag= 2024-06-04 12:48:11.761 | + inc/python:setup_package:442 : local bindep_profiles= 2024-06-04 12:48:11.763 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2024-06-04 12:48:11.765 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2024-06-04 12:48:11.766 | + inc/python:setup_package:449 : local flags=-e 2024-06-04 12:48:11.768 | + inc/python:setup_package:450 : local extras= 2024-06-04 12:48:11.770 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-06-04 12:48:11.772 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-06-04 12:48:11.773 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-06-04 12:48:11.775 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-06-04 12:48:11.777 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-06-04 12:48:11.779 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2024-06-04 12:48:11.794 | Using python 3.10 to install /opt/stack/nova 2024-06-04 12:48:11.795 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-06-04 12:48:12.616 | Obtaining file:///opt/stack/nova 2024-06-04 12:48:12.617 | Preparing metadata (setup.py): started 2024-06-04 12:48:13.222 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:48:13.309 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.11.1) 2024-06-04 12:48:13.310 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.4.41) 2024-06-04 12:48:13.311 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.1.1) 2024-06-04 12:48:13.311 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (0.33.3) 2024-06-04 12:48:13.312 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.1.2) 2024-06-04 12:48:13.313 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (10.4.1) 2024-06-04 12:48:13.314 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (4.9.2) 2024-06-04 12:48:13.314 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.5.1) 2024-06-04 12:48:13.315 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (40.0.2) 2024-06-04 12:48:13.316 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.8.7) 2024-06-04 12:48:13.316 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.0.2) 2024-06-04 12:48:13.317 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.0.1) 2024-06-04 12:48:13.318 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.5.2) 2024-06-04 12:48:13.319 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.7.0) 2024-06-04 12:48:13.319 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.9.4) 2024-06-04 12:48:13.320 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (0.8.0) 2024-06-04 12:48:13.321 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (0.11.0) 2024-06-04 12:48:13.321 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.1.0) 2024-06-04 12:48:13.322 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.1.0) 2024-06-04 12:48:13.323 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (4.17.3) 2024-06-04 12:48:13.323 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (9.4.0) 2024-06-04 12:48:13.324 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.3.0) 2024-06-04 12:48:13.325 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (11.0.0) 2024-06-04 12:48:13.326 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (4.4.1) 2024-06-04 12:48:13.326 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.28.2) 2024-06-04 12:48:13.327 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.1.0) 2024-06-04 12:48:13.421 | Collecting websockify>=0.9.0 (from nova==28.0.1.dev5) 2024-06-04 12:48:13.421 | Using cached websockify-0.10.0-py3-none-any.whl 2024-06-04 12:48:13.427 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.5.0) 2024-06-04 12:48:13.428 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.2.0) 2024-06-04 12:48:13.429 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (9.2.0) 2024-06-04 12:48:13.430 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.2.0) 2024-06-04 12:48:13.431 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.3.1) 2024-06-04 12:48:13.432 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.2.0) 2024-06-04 12:48:13.432 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.1.0) 2024-06-04 12:48:13.433 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.2.0) 2024-06-04 12:48:13.434 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.2.0) 2024-06-04 12:48:13.435 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (6.2.1) 2024-06-04 12:48:13.435 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (14.1.0) 2024-06-04 12:48:13.436 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (7.1.0) 2024-06-04 12:48:13.437 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (14.4.1) 2024-06-04 12:48:13.437 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (4.2.1) 2024-06-04 12:48:13.438 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.2.0) 2024-06-04 12:48:13.439 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (6.1.0) 2024-06-04 12:48:13.440 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.2.0) 2024-06-04 12:48:13.441 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.0.0) 2024-06-04 12:48:13.441 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.2.0) 2024-06-04 12:48:13.442 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (5.9.5) 2024-06-04 12:48:13.443 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.2.0) 2024-06-04 12:48:13.444 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (6.4.1) 2024-06-04 12:48:13.444 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.1.0) 2024-06-04 12:48:13.445 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.0.0) 2024-06-04 12:48:13.446 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (3.2.0) 2024-06-04 12:48:13.446 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (4.3.0) 2024-06-04 12:48:13.468 | Collecting microversion-parse>=0.2.1 (from nova==28.0.1.dev5) 2024-06-04 12:48:13.470 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-06-04 12:48:13.472 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (4.2.0) 2024-06-04 12:48:13.472 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (0.2.3) 2024-06-04 12:48:13.473 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.3.4) 2024-06-04 12:48:13.474 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.7.0) 2024-06-04 12:48:13.475 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.8.2) 2024-06-04 12:48:13.475 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (2.4.1) 2024-06-04 12:48:13.476 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (1.5.0) 2024-06-04 12:48:13.476 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (6.0) 2024-06-04 12:48:13.477 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==28.0.1.dev5) (23.1) 2024-06-04 12:48:13.483 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==28.0.1.dev5) (1.2.4) 2024-06-04 12:48:13.493 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==28.0.1.dev5) (5.6.1) 2024-06-04 12:48:13.511 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==28.0.1.dev5) (1.15.1) 2024-06-04 12:48:13.525 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==28.0.1.dev5) (2.3.0) 2024-06-04 12:48:13.525 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==28.0.1.dev5) (1.16.0) 2024-06-04 12:48:13.537 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==28.0.1.dev5) (2.1.2) 2024-06-04 12:48:13.556 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==28.0.1.dev5) (23.1.0) 2024-06-04 12:48:13.557 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==28.0.1.dev5) (0.19.3) 2024-06-04 12:48:13.605 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==28.0.1.dev5) (3.1.1) 2024-06-04 12:48:13.605 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==28.0.1.dev5) (5.2.0) 2024-06-04 12:48:13.631 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==28.0.1.dev5) (1.4.4) 2024-06-04 12:48:13.632 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==28.0.1.dev5) (1.1.8) 2024-06-04 12:48:13.633 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==28.0.1.dev5) (1.0.1) 2024-06-04 12:48:13.634 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==28.0.1.dev5) (1.32) 2024-06-04 12:48:13.635 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==28.0.1.dev5) (1.4.0) 2024-06-04 12:48:13.645 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==28.0.1.dev5) (5.9.0) 2024-06-04 12:48:13.648 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==28.0.1.dev5) (6.3.1) 2024-06-04 12:48:13.669 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==28.0.1.dev5) (2.5.0) 2024-06-04 12:48:13.671 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==28.0.1.dev5) (2.4.1) 2024-06-04 12:48:13.673 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==28.0.1.dev5) (0.7.7) 2024-06-04 12:48:13.698 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==28.0.1.dev5) (0.18) 2024-06-04 12:48:13.747 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==28.0.1.dev5) (2.0.1) 2024-06-04 12:48:13.748 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==28.0.1.dev5) (0.5.0) 2024-06-04 12:48:13.807 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==28.0.1.dev5) (0.9.6) 2024-06-04 12:48:13.834 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==28.0.1.dev5) (5.1.1) 2024-06-04 12:48:13.835 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==28.0.1.dev5) (5.3.0) 2024-06-04 12:48:13.836 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==28.0.1.dev5) (5.2.4) 2024-06-04 12:48:13.837 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==28.0.1.dev5) (0.7.0) 2024-06-04 12:48:13.850 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==28.0.1.dev5) (4.0.1) 2024-06-04 12:48:13.852 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==28.0.1.dev5) (4.0.1) 2024-06-04 12:48:13.874 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==28.0.1.dev5) (1.0.5) 2024-06-04 12:48:13.901 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==28.0.1.dev5) (2023.3) 2024-06-04 12:48:13.901 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==28.0.1.dev5) (2023.3) 2024-06-04 12:48:13.916 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==28.0.1.dev5) (1.4.0) 2024-06-04 12:48:13.917 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==28.0.1.dev5) (4.0.1) 2024-06-04 12:48:13.941 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==28.0.1.dev5) (3.0.9) 2024-06-04 12:48:13.985 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==28.0.1.dev5) (1.5.0) 2024-06-04 12:48:13.997 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==28.0.1.dev5) (69.1.1) 2024-06-04 12:48:14.035 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==28.0.1.dev5) (0.2.6) 2024-06-04 12:48:14.098 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==28.0.1.dev5) (23.1.1) 2024-06-04 12:48:14.099 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==28.0.1.dev5) (2.0.1) 2024-06-04 12:48:14.100 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==28.0.1.dev5) (1.15.0) 2024-06-04 12:48:14.120 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==28.0.1.dev5) (4.3.0) 2024-06-04 12:48:14.121 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==28.0.1.dev5) (2.1.0) 2024-06-04 12:48:14.122 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==28.0.1.dev5) (2.8.1) 2024-06-04 12:48:14.124 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==28.0.1.dev5) (3.19.1) 2024-06-04 12:48:14.154 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==28.0.1.dev5) (3.1.0) 2024-06-04 12:48:14.155 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==28.0.1.dev5) (3.4) 2024-06-04 12:48:14.155 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==28.0.1.dev5) (1.26.15) 2024-06-04 12:48:14.156 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==28.0.1.dev5) (2024.6.2) 2024-06-04 12:48:14.201 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==28.0.1.dev5) (0.7) 2024-06-04 12:48:14.328 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==28.0.1.dev5) (0.13.1) 2024-06-04 12:48:14.595 | Collecting numpy (from websockify>=0.9.0->nova==28.0.1.dev5) 2024-06-04 12:48:14.598 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2024-06-04 12:48:14.617 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==28.0.1.dev5) (5.0.0) 2024-06-04 12:48:14.722 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==28.0.1.dev5) (2.21) 2024-06-04 12:48:14.757 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==28.0.1.dev5) (0.5.1) 2024-06-04 12:48:14.757 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==28.0.1.dev5) (2.4.3) 2024-06-04 12:48:14.758 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==28.0.1.dev5) (6.0.1) 2024-06-04 12:48:14.901 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==28.0.1.dev5) (2.3) 2024-06-04 12:48:15.049 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==28.0.1.dev5) (0.16.0) 2024-06-04 12:48:15.071 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==28.0.1.dev5) (2.17.7) 2024-06-04 12:48:15.454 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==28.0.1.dev5) (2.6.0) 2024-06-04 12:48:15.773 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==28.0.1.dev5) (1.8.2) 2024-06-04 12:48:15.813 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==28.0.1.dev5) (3.15.0) 2024-06-04 12:48:15.856 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==28.0.1.dev5) (2.4.0) 2024-06-04 12:48:16.046 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-06-04 12:48:16.049 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2024-06-04 12:48:16.625 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-06-04 12:48:18.726 | Running setup.py develop for nova 2024-06-04 12:48:20.204 | Successfully installed microversion-parse-1.0.1 nova-28.0.1.dev5 numpy-1.24.2 websockify-0.10.0 2024-06-04 12:48:20.341 | + inc/python:pip_install:222 : result=0 2024-06-04 12:48:20.343 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:48:20.345 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:20.347 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:20.348 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:20.350 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:20.351 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:20.353 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:48:20.354 | + functions-common:time_stop:2407 : start_time=1717505291790 2024-06-04 12:48:20.356 | + functions-common:time_stop:2409 : [[ -z 1717505291790 ]] 2024-06-04 12:48:20.358 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:20.361 | + functions-common:time_stop:2412 : end_time=1717505300359 2024-06-04 12:48:20.362 | + functions-common:time_stop:2413 : elapsed_time=8569 2024-06-04 12:48:20.364 | + functions-common:time_stop:2414 : total=68374 2024-06-04 12:48:20.365 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:20.367 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=76943 2024-06-04 12:48:20.369 | + inc/python:pip_install:225 : return 0 2024-06-04 12:48:20.370 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-06-04 12:48:20.372 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:48:20.374 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2024-06-04 12:48:20.376 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2024-06-04 12:48:20.377 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:48:20.379 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:48:20.381 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-06-04 12:48:20.383 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:48:20.385 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-06-04 12:48:20.395 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-04 12:48:20.397 | + stack.sh:main:974 : configure_nova 2024-06-04 12:48:20.398 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2024-06-04 12:48:20.408 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2024-06-04 12:48:20.410 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-06-04 12:48:20.411 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-06-04 12:48:20.414 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-06-04 12:48:20.414 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-06-04 12:48:20.418 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-06-04 12:48:20.420 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-06-04 12:48:20.421 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-06-04 12:48:20.423 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-06-04 12:48:20.425 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-06-04 12:48:20.426 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-06-04 12:48:20.428 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2024-06-04 12:48:20.430 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-06-04 12:48:20.438 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-06-04 12:48:20.448 | + 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-06-04 12:48:20.456 | + 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-06-04 12:48:20.465 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-06-04 12:48:20.475 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2024-06-04 12:48:20.484 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-06-04 12:48:20.486 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-06-04 12:48:20.490 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.z7P9SYIfHc 2024-06-04 12:48:20.491 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-06-04 12:48:20.493 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-06-04 12:48:20.495 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2024-06-04 12:48:20.497 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-06-04 12:48:20.498 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-06-04 12:48:20.500 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.z7P9SYIfHc 2024-06-04 12:48:20.503 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.z7P9SYIfHc 2024-06-04 12:48:20.511 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.z7P9SYIfHc /etc/sudoers.d/nova-rootwrap 2024-06-04 12:48:20.520 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2024-06-04 12:48:20.524 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-06-04 12:48:20.526 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-06-04 12:48:20.527 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-06-04 12:48:20.529 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-06-04 12:48:20.531 | + 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-06-04 12:48:20.533 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2024-06-04 12:48:20.535 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2024-06-04 12:48:20.535 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-06-04 12:48:20.541 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-06-04 12:48:20.544 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-06-04 12:48:20.553 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-06-04 12:48:20.563 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-06-04 12:48:20.565 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-06-04 12:48:20.568 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2024-06-04 12:48:20.580 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:20.582 | + lib/nova:configure_nova:361 : create_nova_conf 2024-06-04 12:48:20.584 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2024-06-04 12:48:20.587 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2024-06-04 12:48:20.589 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-06-04 12:48:20.612 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2024-06-04 12:48:20.614 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-06-04 12:48:20.635 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-06-04 12:48:20.658 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-06-04 12:48:20.685 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-06-04 12:48:20.709 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2024-06-04 12:48:20.732 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-06-04 12:48:20.756 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-06-04 12:48:20.779 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-06-04 12:48:20.801 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-06-04 12:48:20.824 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-06-04 12:48:20.847 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-06-04 12:48:20.869 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-06-04 12:48:20.893 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2024-06-04 12:48:20.915 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2024-06-04 12:48:20.936 | + lib/nova:create_nova_conf:459 : is_fedora 2024-06-04 12:48:20.938 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-06-04 12:48:20.939 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-06-04 12:48:20.941 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-06-04 12:48:20.943 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-06-04 12:48:20.944 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-04 12:48:20.946 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-04 12:48:20.948 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-06-04 12:48:20.950 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-06-04 12:48:20.951 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-06-04 12:48:20.953 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-06-04 12:48:20.955 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-06-04 12:48:20.956 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-06-04 12:48:20.958 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-06-04 12:48:20.960 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2024-06-04 12:48:20.973 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:20.975 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:48:20.976 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2024-06-04 12:48:20.979 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2024-06-04 12:48:20.981 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-06-04 12:48:20.982 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-06-04 12:48:20.984 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-06-04 12:48:20.986 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:48:20.988 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:20.990 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:48:21.002 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:21.004 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:48:21.005 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:21.008 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:21.031 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2024-06-04 12:48:21.033 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-06-04 12:48:21.035 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-06-04 12:48:21.037 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2024-06-04 12:48:21.038 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:48:21.040 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:21.042 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:48:21.053 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:21.055 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:48:21.057 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:21.059 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:21.083 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2024-06-04 12:48:21.107 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-06-04 12:48:21.128 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-06-04 12:48:21.151 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2024-06-04 12:48:21.163 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:21.165 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2024-06-04 12:48:21.177 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:21.180 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2024-06-04 12:48:21.180 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2024-06-04 12:48:21.183 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2024-06-04 12:48:21.185 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-06-04 12:48:21.206 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:21.208 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2024-06-04 12:48:21.231 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2024-06-04 12:48:21.253 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2024-06-04 12:48:21.265 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:21.267 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-06-04 12:48:21.268 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-06-04 12:48:21.270 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-06-04 12:48:21.272 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-04 12:48:21.274 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-06-04 12:48:21.297 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-06-04 12:48:21.318 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-04 12:48:21.340 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-06-04 12:48:21.362 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-06-04 12:48:21.384 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-06-04 12:48:21.405 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-06-04 12:48:21.427 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-06-04 12:48:21.450 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:48:21.471 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-06-04 12:48:21.493 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2024-06-04 12:48:21.505 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:21.507 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2024-06-04 12:48:21.508 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-06-04 12:48:21.532 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2024-06-04 12:48:21.553 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-06-04 12:48:21.575 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2024-06-04 12:48:21.596 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-06-04 12:48:21.618 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-06-04 12:48:21.640 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2024-06-04 12:48:21.662 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-06-04 12:48:21.683 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2024-06-04 12:48:21.695 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:21.697 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2024-06-04 12:48:21.699 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-06-04 12:48:21.721 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-06-04 12:48:21.745 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2024-06-04 12:48:21.747 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-06-04 12:48:21.769 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2024-06-04 12:48:21.770 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2024-06-04 12:48:21.772 | + lib/nova:create_nova_conf:534 : is_fedora 2024-06-04 12:48:21.774 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-06-04 12:48:21.776 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-06-04 12:48:21.778 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-06-04 12:48:21.779 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-06-04 12:48:21.781 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-04 12:48:21.783 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-04 12:48:21.785 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-06-04 12:48:21.787 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-06-04 12:48:21.788 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-06-04 12:48:21.790 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-06-04 12:48:21.792 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-06-04 12:48:21.793 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-06-04 12:48:21.795 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-06-04 12:48:21.797 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2024-06-04 12:48:21.799 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-06-04 12:48:21.801 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-06-04 12:48:21.803 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-04 12:48:21.816 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-04 12:48:21.818 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-04 12:48:21.820 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-04 12:48:21.822 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-04 12:48:21.823 | + 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-06-04 12:48:21.846 | + 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-06-04 12:48:21.868 | + 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-06-04 12:48:21.890 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-04 12:48:21.913 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-06-04 12:48:21.937 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2024-06-04 12:48:21.949 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:21.951 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2024-06-04 12:48:21.953 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2024-06-04 12:48:21.954 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2024-06-04 12:48:21.956 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2024-06-04 12:48:21.958 | + lib/apache:write_uwsgi_config:244 : local http= 2024-06-04 12:48:21.960 | + lib/apache:write_uwsgi_config:245 : local name= 2024-06-04 12:48:21.962 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2024-06-04 12:48:21.965 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2024-06-04 12:48:21.967 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-06-04 12:48:21.968 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-04 12:48:21.978 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-04 12:48:21.978 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:48:21.985 | d /var/run/uwsgi 0755 stack root 2024-06-04 12:48:21.988 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:48:21.996 | /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-06-04 12:48:21.999 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-06-04 12:48:22.001 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-06-04 12:48:22.004 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2024-06-04 12:48:22.028 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-06-04 12:48:22.049 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-06-04 12:48:22.071 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-06-04 12:48:22.093 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-06-04 12:48:22.115 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-04 12:48:22.136 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-06-04 12:48:22.158 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-06-04 12:48:22.179 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-06-04 12:48:22.201 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-06-04 12:48:22.223 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-06-04 12:48:22.245 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-04 12:48:22.267 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-06-04 12:48:22.288 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-06-04 12:48:22.290 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-06-04 12:48:22.292 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2024-06-04 12:48:22.294 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2024-06-04 12:48:22.296 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-06-04 12:48:22.298 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:22.300 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:22.301 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-06-04 12:48:22.304 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-06-04 12:48:22.306 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-06-04 12:48:22.327 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-06-04 12:48:22.349 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2024-06-04 12:48:22.349 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-06-04 12:48:22.356 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2024-06-04 12:48:22.359 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2024-06-04 12:48:22.360 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2024-06-04 12:48:22.362 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-06-04 12:48:22.364 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-06-04 12:48:22.366 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:48:22.367 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:22.369 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:22.371 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-04 12:48:22.373 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-06-04 12:48:22.374 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:22.376 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:22.378 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2024-06-04 12:48:22.409 | Enabling site nova-api-wsgi. 2024-06-04 12:48:22.413 | To activate the new configuration, you need to run: 2024-06-04 12:48:22.413 | systemctl reload apache2 2024-06-04 12:48:22.417 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-06-04 12:48:22.419 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-06-04 12:48:22.420 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:48:22.422 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-06-04 12:48:22.512 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2024-06-04 12:48:22.525 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:22.527 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-06-04 12:48:22.529 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-06-04 12:48:22.531 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2024-06-04 12:48:22.532 | + lib/apache:write_uwsgi_config:243 : local url= 2024-06-04 12:48:22.534 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2024-06-04 12:48:22.536 | + lib/apache:write_uwsgi_config:245 : local name= 2024-06-04 12:48:22.538 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2024-06-04 12:48:22.541 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2024-06-04 12:48:22.542 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-06-04 12:48:22.544 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-04 12:48:22.553 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-04 12:48:22.554 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:48:22.561 | d /var/run/uwsgi 0755 stack root 2024-06-04 12:48:22.564 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:48:22.572 | /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-06-04 12:48:22.575 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-06-04 12:48:22.577 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-06-04 12:48:22.580 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2024-06-04 12:48:22.603 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-06-04 12:48:22.625 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-06-04 12:48:22.647 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-06-04 12:48:22.669 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-06-04 12:48:22.690 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-04 12:48:22.712 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-06-04 12:48:22.734 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-06-04 12:48:22.756 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-06-04 12:48:22.779 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-06-04 12:48:22.801 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-06-04 12:48:22.823 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-04 12:48:22.844 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-06-04 12:48:22.866 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2024-06-04 12:48:22.868 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-06-04 12:48:22.890 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2024-06-04 12:48:22.902 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:22.904 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-06-04 12:48:22.928 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2024-06-04 12:48:22.930 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2024-06-04 12:48:22.931 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2024-06-04 12:48:22.944 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:22.946 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:48:22.948 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:48:22.970 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-06-04 12:48:22.994 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-06-04 12:48:22.996 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-06-04 12:48:22.998 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2024-06-04 12:48:22.999 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-06-04 12:48:23.001 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-06-04 12:48:23.003 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-06-04 12:48:23.015 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:23.017 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-06-04 12:48:23.019 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-06-04 12:48:23.021 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-06-04 12:48:23.033 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:23.035 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:48:23.037 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:48:23.060 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-06-04 12:48:23.063 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-06-04 12:48:23.064 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-06-04 12:48:23.087 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-06-04 12:48:23.109 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2024-06-04 12:48:23.133 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2024-06-04 12:48:23.146 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:23.148 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-06-04 12:48:23.170 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2024-06-04 12:48:23.172 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2024-06-04 12:48:23.174 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-06-04 12:48:23.198 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2024-06-04 12:48:23.220 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-06-04 12:48:23.243 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2024-06-04 12:48:23.265 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-06-04 12:48:23.287 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-06-04 12:48:23.310 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2024-06-04 12:48:23.332 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-06-04 12:48:23.355 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-06-04 12:48:23.379 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2024-06-04 12:48:23.391 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:23.393 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2024-06-04 12:48:23.397 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-06-04 12:48:23.398 | + lib/nova:create_nova_conf:582 : local conf 2024-06-04 12:48:23.400 | + lib/nova:create_nova_conf:583 : local vhost 2024-06-04 12:48:23.402 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2024-06-04 12:48:23.404 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-06-04 12:48:23.406 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-06-04 12:48:23.409 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2024-06-04 12:48:23.411 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2024-06-04 12:48:23.413 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2024-06-04 12:48:23.416 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2024-06-04 12:48:23.418 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-06-04 12:48:23.420 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-06-04 12:48:23.422 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-06-04 12:48:23.424 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:48:23.426 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:23.428 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:48:23.441 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:23.442 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:48:23.444 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:23.446 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:23.471 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-06-04 12:48:23.496 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-06-04 12:48:23.520 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:48:23.522 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-06-04 12:48:23.523 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-06-04 12:48:23.525 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2024-06-04 12:48:23.527 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-06-04 12:48:23.529 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-06-04 12:48:23.530 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-06-04 12:48:23.543 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:23.545 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-06-04 12:48:23.547 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-06-04 12:48:23.549 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-06-04 12:48:23.562 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:23.563 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:48:23.566 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:48:23.589 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-06-04 12:48:23.591 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-06-04 12:48:23.593 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2024-06-04 12:48:23.594 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-06-04 12:48:23.596 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-06-04 12:48:23.598 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-04 12:48:23.612 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-04 12:48:23.614 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-04 12:48:23.616 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-04 12:48:23.618 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-04 12:48:23.620 | + 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-06-04 12:48:23.643 | + 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-06-04 12:48:23.666 | + 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-06-04 12:48:23.689 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-04 12:48:23.712 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:48:23.714 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2024-06-04 12:48:23.716 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2024-06-04 12:48:23.718 | + lib/nova:configure_console_proxies:728 : local offset=0 2024-06-04 12:48:23.719 | + lib/nova:configure_console_proxies:732 : offset=0 2024-06-04 12:48:23.721 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2024-06-04 12:48:23.735 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:23.736 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2024-06-04 12:48:23.738 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2024-06-04 12:48:23.751 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:23.753 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2024-06-04 12:48:23.765 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:23.767 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2024-06-04 12:48:23.782 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:23.784 | + stack.sh:main:977 : is_service_enabled placement 2024-06-04 12:48:23.798 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:23.800 | + stack.sh:main:979 : stack_install_service placement 2024-06-04 12:48:23.802 | + lib/stack:stack_install_service:20 : local service=placement 2024-06-04 12:48:23.804 | + lib/stack:stack_install_service:21 : type install_placement 2024-06-04 12:48:23.806 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-06-04 12:48:23.808 | + lib/stack:stack_install_service:32 : install_placement 2024-06-04 12:48:23.810 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-06-04 12:48:23.812 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2024-06-04 12:48:23.814 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:23.817 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:23.819 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2024-06-04 12:48:23.821 | + functions-common:install_package:1421 : update_package_repo 2024-06-04 12:48:23.823 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:48:23.825 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-06-04 12:48:23.827 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:48:23.829 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:48:23.831 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:48:23.833 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:23.835 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:23.837 | + functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:48:23.839 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:23.841 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-06-04 12:48:23.843 | + functions-common:apt_get_update:1150 : return 2024-06-04 12:48:23.845 | + functions-common:install_package:1422 : real_install_package apache2 2024-06-04 12:48:23.847 | + functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:48:23.849 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:23.851 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:23.853 | + functions-common:real_install_package:1410 : apt_get install apache2 2024-06-04 12:48:23.869 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-06-04 12:48:23.927 | Reading package lists... 2024-06-04 12:48:24.117 | Building dependency tree... 2024-06-04 12:48:24.118 | Reading state information... 2024-06-04 12:48:24.297 | apache2 is already the newest version (2.4.52-1ubuntu4.9). 2024-06-04 12:48:24.297 | The following packages were automatically installed and are no longer required: 2024-06-04 12:48:24.297 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:48:24.297 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:48:24.297 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:48:24.318 | 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:48:24.322 | + functions-common:apt_get:1194 : result=0 2024-06-04 12:48:24.324 | + functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:48:24.326 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:24.328 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:24.330 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:24.332 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:24.334 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:24.336 | + functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:48:24.338 | + functions-common:time_stop:2407 : start_time=1717505303867 2024-06-04 12:48:24.339 | + functions-common:time_stop:2409 : [[ -z 1717505303867 ]] 2024-06-04 12:48:24.342 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:24.345 | + functions-common:time_stop:2412 : end_time=1717505304343 2024-06-04 12:48:24.347 | + functions-common:time_stop:2413 : elapsed_time=476 2024-06-04 12:48:24.349 | + functions-common:time_stop:2414 : total=7589 2024-06-04 12:48:24.351 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:24.353 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8065 2024-06-04 12:48:24.355 | + functions-common:apt_get:1198 : return 0 2024-06-04 12:48:24.357 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2024-06-04 12:48:24.359 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2024-06-04 12:48:24.361 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2024-06-04 12:48:24.363 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2024-06-04 12:48:24.365 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2024-06-04 12:48:24.379 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2024-06-04 12:48:24.381 | + functions-common:install_package:1421 : update_package_repo 2024-06-04 12:48:24.383 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-06-04 12:48:24.385 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-06-04 12:48:24.387 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-06-04 12:48:24.389 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-06-04 12:48:24.391 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-06-04 12:48:24.393 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:24.395 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:24.397 | + functions-common:update_package_repo:1404 : apt_get_update 2024-06-04 12:48:24.399 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:24.401 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-06-04 12:48:24.403 | + functions-common:apt_get_update:1150 : return 2024-06-04 12:48:24.405 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2024-06-04 12:48:24.407 | + functions-common:real_install_package:1409 : is_ubuntu 2024-06-04 12:48:24.409 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:24.411 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:24.413 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2024-06-04 12:48:24.430 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-06-04 12:48:24.488 | Reading package lists... 2024-06-04 12:48:24.675 | Building dependency tree... 2024-06-04 12:48:24.676 | Reading state information... 2024-06-04 12:48:24.859 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-06-04 12:48:24.859 | The following packages were automatically installed and are no longer required: 2024-06-04 12:48:24.859 | linux-headers-6.5.0-21-generic linux-hwe-6.5-headers-6.5.0-21 2024-06-04 12:48:24.859 | linux-image-6.5.0-21-generic linux-modules-6.5.0-21-generic 2024-06-04 12:48:24.859 | Use 'sudo apt autoremove' to remove them. 2024-06-04 12:48:24.880 | 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2024-06-04 12:48:24.884 | + functions-common:apt_get:1194 : result=0 2024-06-04 12:48:24.887 | + functions-common:apt_get:1197 : time_stop apt-get 2024-06-04 12:48:24.889 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:24.891 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:24.893 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:24.895 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:24.897 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:24.899 | + functions-common:time_stop:2406 : name=apt-get 2024-06-04 12:48:24.901 | + functions-common:time_stop:2407 : start_time=1717505304428 2024-06-04 12:48:24.903 | + functions-common:time_stop:2409 : [[ -z 1717505304428 ]] 2024-06-04 12:48:24.905 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:24.908 | + functions-common:time_stop:2412 : end_time=1717505304906 2024-06-04 12:48:24.910 | + functions-common:time_stop:2413 : elapsed_time=478 2024-06-04 12:48:24.912 | + functions-common:time_stop:2414 : total=8065 2024-06-04 12:48:24.914 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:24.916 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8543 2024-06-04 12:48:24.918 | + functions-common:apt_get:1198 : return 0 2024-06-04 12:48:24.920 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2024-06-04 12:48:24.922 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2024-06-04 12:48:24.924 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:48:24.926 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:24.928 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:24.930 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-06-04 12:48:24.932 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2024-06-04 12:48:24.960 | wsgi (enabled by maintainer script) 2024-06-04 12:48:24.963 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-06-04 12:48:24.965 | + inc/python:pip_install_gr:94 : local name=osc-placement 2024-06-04 12:48:24.967 | + inc/python:pip_install_gr:95 : local clean_name 2024-06-04 12:48:24.970 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2024-06-04 12:48:24.972 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2024-06-04 12:48:24.974 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-06-04 12:48:24.977 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-06-04 12:48:24.978 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-06-04 12:48:24.982 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2024-06-04 12:48:24.983 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2024-06-04 12:48:24.985 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2024-06-04 12:48:24.988 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2024-06-04 12:48:24.990 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2024-06-04 12:48:25.007 | Using python 3.10 to install osc-placement 2024-06-04 12:48:25.009 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-06-04 12:48:26.017 | Collecting osc-placement 2024-06-04 12:48:26.019 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-06-04 12:48:26.025 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2024-06-04 12:48:26.025 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2024-06-04 12:48:26.027 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2024-06-04 12:48:26.028 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2024-06-04 12:48:26.029 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2024-06-04 12:48:26.074 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-06-04 12:48:26.075 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-06-04 12:48:26.076 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2024-06-04 12:48:26.077 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2024-06-04 12:48:26.083 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2024-06-04 12:48:26.084 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.0) 2024-06-04 12:48:26.084 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.0) 2024-06-04 12:48:26.091 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-06-04 12:48:26.092 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-06-04 12:48:26.093 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-06-04 12:48:26.094 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-06-04 12:48:26.095 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-06-04 12:48:26.096 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2024-06-04 12:48:26.096 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2024-06-04 12:48:26.104 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2024-06-04 12:48:26.105 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-06-04 12:48:26.105 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-06-04 12:48:26.106 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2024-06-04 12:48:26.107 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2024-06-04 12:48:26.111 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2024-06-04 12:48:26.127 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-06-04 12:48:26.128 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2024-06-04 12:48:26.129 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-06-04 12:48:26.130 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-06-04 12:48:26.130 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-06-04 12:48:26.131 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-06-04 12:48:26.133 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-06-04 12:48:26.154 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2024-06-04 12:48:26.155 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-06-04 12:48:26.156 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2024-06-04 12:48:26.157 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2024.6.2) 2024-06-04 12:48:26.196 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2024-06-04 12:48:26.197 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-06-04 12:48:26.198 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2024-06-04 12:48:26.218 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-06-04 12:48:26.251 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2024-06-04 12:48:26.259 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2024-06-04 12:48:26.316 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-06-04 12:48:26.356 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2024-06-04 12:48:27.162 | Installing collected packages: osc-placement 2024-06-04 12:48:27.235 | Successfully installed osc-placement-4.2.0 2024-06-04 12:48:27.333 | + inc/python:pip_install:222 : result=0 2024-06-04 12:48:27.335 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:48:27.337 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:27.339 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:27.341 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:27.343 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:27.345 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:27.347 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:48:27.349 | + functions-common:time_stop:2407 : start_time=1717505305003 2024-06-04 12:48:27.351 | + functions-common:time_stop:2409 : [[ -z 1717505305003 ]] 2024-06-04 12:48:27.353 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:27.357 | + functions-common:time_stop:2412 : end_time=1717505307355 2024-06-04 12:48:27.359 | + functions-common:time_stop:2413 : elapsed_time=2352 2024-06-04 12:48:27.361 | + functions-common:time_stop:2414 : total=76943 2024-06-04 12:48:27.363 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:27.365 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79295 2024-06-04 12:48:27.367 | + inc/python:pip_install:225 : return 0 2024-06-04 12:48:27.369 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2024-06-04 12:48:27.371 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2024-06-04 12:48:27.373 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2024-06-04 12:48:27.375 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-06-04 12:48:27.377 | + functions-common:git_clone:575 : local orig_dir 2024-06-04 12:48:27.379 | ++ functions-common:git_clone:576 : pwd 2024-06-04 12:48:27.381 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:48:27.383 | + functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:48:27.385 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:48:27.399 | + functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:48:27.401 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:48:27.402 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:48:27.405 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:48:27.407 | + functions-common:git_clone:593 : echo stable/2023.2 2024-06-04 12:48:27.408 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:48:27.411 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2024-06-04 12:48:27.413 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:48:27.415 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-06-04 12:48:27.417 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:48:27.419 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:48:27.421 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:48:27.422 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:48:27.424 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:48:27.426 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:48:27.428 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:27.430 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:27.432 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:27.436 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505307433 2024-06-04 12:48:27.437 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-06-04 12:48:27.439 | Cloning into '/opt/stack//placement'... 2024-06-04 12:48:29.126 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:48:29.128 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:29.129 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:29.131 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:29.133 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:29.135 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:29.137 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:48:29.139 | + functions-common:time_stop:2407 : start_time=1717505307433 2024-06-04 12:48:29.141 | + functions-common:time_stop:2409 : [[ -z 1717505307433 ]] 2024-06-04 12:48:29.143 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:29.146 | + functions-common:time_stop:2412 : end_time=1717505309144 2024-06-04 12:48:29.148 | + functions-common:time_stop:2413 : elapsed_time=1711 2024-06-04 12:48:29.150 | + functions-common:time_stop:2414 : total=31768 2024-06-04 12:48:29.152 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:29.154 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=33479 2024-06-04 12:48:29.156 | + functions-common:git_clone:614 : cd /opt/stack//placement 2024-06-04 12:48:29.158 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-06-04 12:48:29.159 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:48:29.161 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:48:29.163 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:48:29.165 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:48:29.167 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:48:29.169 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:48:29.171 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:29.172 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:29.175 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:29.178 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505309176 2024-06-04 12:48:29.180 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-06-04 12:48:30.590 | From https://opendev.org/openstack/placement 2024-06-04 12:48:30.590 | * branch stable/2023.2 -> FETCH_HEAD 2024-06-04 12:48:30.594 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:48:30.596 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:30.598 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:30.600 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:30.602 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:30.604 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:30.605 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:48:30.607 | + functions-common:time_stop:2407 : start_time=1717505309176 2024-06-04 12:48:30.609 | + functions-common:time_stop:2409 : [[ -z 1717505309176 ]] 2024-06-04 12:48:30.611 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:30.614 | + functions-common:time_stop:2412 : end_time=1717505310612 2024-06-04 12:48:30.616 | + functions-common:time_stop:2413 : elapsed_time=1436 2024-06-04 12:48:30.618 | + functions-common:time_stop:2414 : total=33479 2024-06-04 12:48:30.620 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:30.622 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34915 2024-06-04 12:48:30.624 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:48:30.626 | + functions-common:git_timed:680 : local count=0 2024-06-04 12:48:30.627 | + functions-common:git_timed:681 : local timeout=0 2024-06-04 12:48:30.629 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:48:30.631 | + functions-common:git_timed:684 : timeout=0 2024-06-04 12:48:30.633 | + functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:48:30.635 | + functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:48:30.637 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:30.639 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:30.641 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:30.644 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505310642 2024-06-04 12:48:30.646 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:48:30.673 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:48:30.673 | 2024-06-04 12:48:30.673 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:48:30.673 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:48:30.673 | state without impacting any branches by switching back to a branch. 2024-06-04 12:48:30.673 | 2024-06-04 12:48:30.673 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:48:30.673 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:48:30.673 | 2024-06-04 12:48:30.673 | git switch -c 2024-06-04 12:48:30.673 | 2024-06-04 12:48:30.673 | Or undo this operation with: 2024-06-04 12:48:30.673 | 2024-06-04 12:48:30.673 | git switch - 2024-06-04 12:48:30.673 | 2024-06-04 12:48:30.673 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:48:30.673 | 2024-06-04 12:48:30.673 | HEAD is now at a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-06-04 12:48:30.676 | + functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:48:30.677 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:30.679 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:30.681 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:30.683 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:30.685 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:30.687 | + functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:48:30.689 | + functions-common:time_stop:2407 : start_time=1717505310642 2024-06-04 12:48:30.690 | + functions-common:time_stop:2409 : [[ -z 1717505310642 ]] 2024-06-04 12:48:30.692 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:30.696 | + functions-common:time_stop:2412 : end_time=1717505310693 2024-06-04 12:48:30.698 | + functions-common:time_stop:2413 : elapsed_time=51 2024-06-04 12:48:30.699 | + functions-common:time_stop:2414 : total=34915 2024-06-04 12:48:30.701 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:30.703 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34966 2024-06-04 12:48:30.705 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2024-06-04 12:48:30.716 | + functions-common:git_clone:655 : cd /opt/stack//placement 2024-06-04 12:48:30.718 | + functions-common:git_clone:656 : git show --oneline 2024-06-04 12:48:30.718 | + functions-common:git_clone:656 : head -1 2024-06-04 12:48:30.720 | a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-06-04 12:48:30.722 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:48:30.724 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-06-04 12:48:30.726 | + inc/python:setup_develop:360 : local bindep 2024-06-04 12:48:30.728 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2024-06-04 12:48:30.730 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2024-06-04 12:48:30.732 | + inc/python:setup_develop:366 : local extras= 2024-06-04 12:48:30.734 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-06-04 12:48:30.736 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-06-04 12:48:30.738 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2024-06-04 12:48:30.740 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2024-06-04 12:48:30.742 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-06-04 12:48:30.744 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-06-04 12:48:30.746 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2024-06-04 12:48:30.748 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-06-04 12:48:30.751 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2024-06-04 12:48:30.753 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-06-04 12:48:30.755 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-06-04 12:48:30.757 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-06-04 12:48:30.762 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2024-06-04 12:48:30.764 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-06-04 12:48:31.085 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2024-06-04 12:48:31.087 | + inc/python:setup_package:440 : local bindep=0 2024-06-04 12:48:31.089 | + inc/python:setup_package:441 : local bindep_flag= 2024-06-04 12:48:31.092 | + inc/python:setup_package:442 : local bindep_profiles= 2024-06-04 12:48:31.094 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2024-06-04 12:48:31.095 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2024-06-04 12:48:31.097 | + inc/python:setup_package:449 : local flags=-e 2024-06-04 12:48:31.099 | + inc/python:setup_package:450 : local extras= 2024-06-04 12:48:31.101 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-06-04 12:48:31.103 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-06-04 12:48:31.105 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-06-04 12:48:31.107 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-06-04 12:48:31.109 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-06-04 12:48:31.111 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2024-06-04 12:48:31.128 | Using python 3.10 to install /opt/stack/placement 2024-06-04 12:48:31.129 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-06-04 12:48:31.945 | Obtaining file:///opt/stack/placement 2024-06-04 12:48:31.946 | Preparing metadata (setup.py): started 2024-06-04 12:48:32.361 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:48:32.416 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.11.1) 2024-06-04 12:48:32.417 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.4.41) 2024-06-04 12:48:32.418 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (10.4.1) 2024-06-04 12:48:32.419 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.5.1) 2024-06-04 12:48:32.420 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.8.7) 2024-06-04 12:48:32.421 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (4.17.3) 2024-06-04 12:48:32.421 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.28.2) 2024-06-04 12:48:32.423 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (69.1.1) 2024-06-04 12:48:32.423 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-06-04 12:48:32.424 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (9.2.0) 2024-06-04 12:48:32.425 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-06-04 12:48:32.426 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.3.1) 2024-06-04 12:48:32.427 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-06-04 12:48:32.427 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (6.2.1) 2024-06-04 12:48:32.428 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (14.1.0) 2024-06-04 12:48:32.429 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (4.2.1) 2024-06-04 12:48:32.430 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-06-04 12:48:32.431 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.2.0) 2024-06-04 12:48:32.431 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.1.0) 2024-06-04 12:48:32.432 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (3.0.0) 2024-06-04 12:48:32.433 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.0.1) 2024-06-04 12:48:32.451 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==10.0.1.dev2) (23.1.0) 2024-06-04 12:48:32.452 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==10.0.1.dev2) (0.19.3) 2024-06-04 12:48:32.475 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.3.0) 2024-06-04 12:48:32.476 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (3.5.0) 2024-06-04 12:48:32.477 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (6.1.0) 2024-06-04 12:48:32.478 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (3.1.1) 2024-06-04 12:48:32.479 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.2.0) 2024-06-04 12:48:32.488 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==10.0.1.dev2) (0.18) 2024-06-04 12:48:32.506 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (6.0) 2024-06-04 12:48:32.507 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (2.5.0) 2024-06-04 12:48:32.507 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (0.8.0) 2024-06-04 12:48:32.508 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (2.0.0) 2024-06-04 12:48:32.509 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (5.1.0) 2024-06-04 12:48:32.530 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (1.9.4) 2024-06-04 12:48:32.532 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (2.0.1) 2024-06-04 12:48:32.533 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (0.5.0) 2024-06-04 12:48:32.551 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==10.0.1.dev2) (2.8.2) 2024-06-04 12:48:32.553 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==10.0.1.dev2) (0.9.6) 2024-06-04 12:48:32.560 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (3.1.2) 2024-06-04 12:48:32.561 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-06-04 12:48:32.563 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-06-04 12:48:32.574 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (1.0.5) 2024-06-04 12:48:32.575 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (2023.3) 2024-06-04 12:48:32.576 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (2023.3) 2024-06-04 12:48:32.582 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==10.0.1.dev2) (3.7.0) 2024-06-04 12:48:32.590 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (1.1.0) 2024-06-04 12:48:32.591 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (0.11.0) 2024-06-04 12:48:32.591 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (23.1) 2024-06-04 12:48:32.592 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (3.0.9) 2024-06-04 12:48:32.604 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (3.1.0) 2024-06-04 12:48:32.605 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (3.4) 2024-06-04 12:48:32.606 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (1.26.15) 2024-06-04 12:48:32.607 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (2024.6.2) 2024-06-04 12:48:32.614 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==10.0.1.dev2) (1.16.0) 2024-06-04 12:48:32.615 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==10.0.1.dev2) (0.7) 2024-06-04 12:48:32.720 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==10.0.1.dev2) (2.0.2) 2024-06-04 12:48:32.738 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (1.2.4) 2024-06-04 12:48:32.783 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (1.15.0) 2024-06-04 12:48:32.814 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (2.1.2) 2024-06-04 12:48:32.841 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (1.7.0) 2024-06-04 12:48:32.881 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (1.1.8) 2024-06-04 12:48:32.905 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==10.0.1.dev2) (0.2.6) 2024-06-04 12:48:33.036 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (2.6.0) 2024-06-04 12:48:33.101 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.1.1) 2024-06-04 12:48:33.152 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-06-04 12:48:33.828 | Installing collected packages: openstack-placement 2024-06-04 12:48:33.829 | Running setup.py develop for openstack-placement 2024-06-04 12:48:34.761 | Successfully installed openstack-placement-10.0.1.dev2 2024-06-04 12:48:34.871 | + inc/python:pip_install:222 : result=0 2024-06-04 12:48:34.873 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:48:34.875 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:34.877 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:34.879 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:34.881 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:34.883 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:34.884 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:48:34.886 | + functions-common:time_stop:2407 : start_time=1717505311123 2024-06-04 12:48:34.888 | + functions-common:time_stop:2409 : [[ -z 1717505311123 ]] 2024-06-04 12:48:34.890 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:34.894 | + functions-common:time_stop:2412 : end_time=1717505314891 2024-06-04 12:48:34.896 | + functions-common:time_stop:2413 : elapsed_time=3768 2024-06-04 12:48:34.897 | + functions-common:time_stop:2414 : total=79295 2024-06-04 12:48:34.899 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:34.901 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83063 2024-06-04 12:48:34.903 | + inc/python:pip_install:225 : return 0 2024-06-04 12:48:34.905 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-06-04 12:48:34.907 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:48:34.909 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2024-06-04 12:48:34.911 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2024-06-04 12:48:34.913 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:48:34.915 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:48:34.917 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-06-04 12:48:34.919 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:48:34.921 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-06-04 12:48:34.923 | + stack.sh:main:980 : configure_placement 2024-06-04 12:48:34.925 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-06-04 12:48:34.935 | + lib/placement:configure_placement:113 : create_placement_conf 2024-06-04 12:48:34.937 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-06-04 12:48:34.940 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-06-04 12:48:34.942 | ++ lib/database:database_connection_url:134 : local db=placement 2024-06-04 12:48:34.944 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-06-04 12:48:34.947 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2024-06-04 12:48:34.949 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:48:34.951 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:34.953 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:48:34.967 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:34.969 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:48:34.971 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:34.974 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-06-04 12:48:35.002 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-06-04 12:48:35.029 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-06-04 12:48:35.055 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-06-04 12:48:35.057 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-06-04 12:48:35.059 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-06-04 12:48:35.061 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-04 12:48:35.063 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-06-04 12:48:35.090 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-06-04 12:48:35.114 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-04 12:48:35.139 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-06-04 12:48:35.164 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-06-04 12:48:35.188 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-06-04 12:48:35.212 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-06-04 12:48:35.236 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-06-04 12:48:35.261 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:48:35.286 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-06-04 12:48:35.311 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-06-04 12:48:35.313 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-06-04 12:48:35.315 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-06-04 12:48:35.318 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-04 12:48:35.332 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-04 12:48:35.334 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-04 12:48:35.336 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-04 12:48:35.338 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-04 12:48:35.340 | + 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-06-04 12:48:35.364 | + 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-06-04 12:48:35.389 | + 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-06-04 12:48:35.413 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-04 12:48:35.438 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-06-04 12:48:35.440 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2024-06-04 12:48:35.442 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2024-06-04 12:48:35.444 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2024-06-04 12:48:35.446 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2024-06-04 12:48:35.448 | + lib/apache:write_uwsgi_config:244 : local http= 2024-06-04 12:48:35.450 | + lib/apache:write_uwsgi_config:245 : local name= 2024-06-04 12:48:35.452 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2024-06-04 12:48:35.456 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2024-06-04 12:48:35.458 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-06-04 12:48:35.459 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-06-04 12:48:35.469 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-06-04 12:48:35.469 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:48:35.476 | d /var/run/uwsgi 0755 stack root 2024-06-04 12:48:35.479 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-06-04 12:48:35.487 | /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-06-04 12:48:35.490 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2024-06-04 12:48:35.492 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2024-06-04 12:48:35.495 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2024-06-04 12:48:35.521 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-06-04 12:48:35.545 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-06-04 12:48:35.568 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-06-04 12:48:35.596 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-06-04 12:48:35.620 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-06-04 12:48:35.644 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-06-04 12:48:35.667 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-06-04 12:48:35.691 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-06-04 12:48:35.715 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-06-04 12:48:35.739 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-06-04 12:48:35.764 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-06-04 12:48:35.789 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-06-04 12:48:35.812 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-06-04 12:48:35.814 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-06-04 12:48:35.817 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2024-06-04 12:48:35.820 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2024-06-04 12:48:35.822 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-06-04 12:48:35.824 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:35.827 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:35.829 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2024-06-04 12:48:35.831 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-06-04 12:48:35.833 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-06-04 12:48:35.857 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-06-04 12:48:35.882 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2024-06-04 12:48:35.882 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-06-04 12:48:35.889 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2024-06-04 12:48:35.892 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2024-06-04 12:48:35.894 | + lib/apache:enable_apache_site:190 : local site=placement-api 2024-06-04 12:48:35.896 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-06-04 12:48:35.898 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-06-04 12:48:35.900 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-06-04 12:48:35.902 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:35.904 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:35.906 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-06-04 12:48:35.908 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-06-04 12:48:35.910 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:35.912 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:35.914 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2024-06-04 12:48:35.946 | Enabling site placement-api. 2024-06-04 12:48:35.949 | To activate the new configuration, you need to run: 2024-06-04 12:48:35.949 | systemctl reload apache2 2024-06-04 12:48:35.953 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-06-04 12:48:35.956 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-06-04 12:48:35.958 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:48:35.960 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-06-04 12:48:36.084 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-06-04 12:48:36.086 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-06-04 12:48:36.088 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-06-04 12:48:36.115 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-06-04 12:48:36.139 | + stack.sh:main:987 : is_service_enabled placement placement-client 2024-06-04 12:48:36.153 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:36.155 | + stack.sh:main:988 : is_service_enabled n-cpu 2024-06-04 12:48:36.169 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:36.171 | + stack.sh:main:988 : is_service_enabled n-sch 2024-06-04 12:48:36.185 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:36.187 | + stack.sh:main:989 : configure_placement_nova_compute 2024-06-04 12:48:36.189 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2024-06-04 12:48:36.191 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2024-06-04 12:48:36.217 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-06-04 12:48:36.241 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2024-06-04 12:48:36.266 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-06-04 12:48:36.292 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-06-04 12:48:36.317 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2024-06-04 12:48:36.342 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-06-04 12:48:36.366 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-06-04 12:48:36.392 | + stack.sh:main:993 : is_service_enabled horizon 2024-06-04 12:48:36.407 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:36.409 | + stack.sh:main:998 : is_service_enabled tls-proxy 2024-06-04 12:48:36.423 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:36.425 | + stack.sh:main:1006 : run_phase stack install 2024-06-04 12:48:36.427 | + functions-common:run_phase:1828 : local mode=stack 2024-06-04 12:48:36.429 | + functions-common:run_phase:1829 : local phase=install 2024-06-04 12:48:36.431 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-04 12:48:36.433 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-06-04 12:48:36.435 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-04 12:48:36.437 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-06-04 12:48:36.439 | + functions-common:run_phase:1838 : local extra 2024-06-04 12:48:36.442 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-04 12:48:36.445 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-06-04 12:48:36.447 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-04 12:48:36.449 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-04 12:48:36.452 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-06-04 12:48:36.454 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-04 12:48:36.466 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:36.468 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:48:36.470 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:48:36.472 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-06-04 12:48:36.474 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-06-04 12:48:36.476 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:48:36.477 | ++ stack.sh:echo_summary:470 : echo -e Installing Tempest 2024-06-04 12:48:36.479 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-06-04 12:48:36.481 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-06-04 12:48:36.528 | ++ inc/async:async_inner:63 : install_tempest 2024-06-04 12:48:36.556 | [3441 Async install_tempest:26968]: running: install_tempest 2024-06-04 12:48:36.558 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-04 12:48:36.560 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-04 12:48:36.563 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:48:36.565 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-04 12:48:36.567 | + functions-common:run_phase:1855 : run_plugins stack install 2024-06-04 12:48:36.570 | + functions-common:run_plugins:1814 : local mode=stack 2024-06-04 12:48:36.572 | + functions-common:run_plugins:1815 : local phase=install 2024-06-04 12:48:36.574 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-06-04 12:48:36.577 | + functions-common:run_plugins:1818 : local plugin 2024-06-04 12:48:36.579 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-06-04 12:48:36.581 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:48:36.583 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-04 12:48:36.585 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-06-04 12:48:36.587 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:48:36.590 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:48:36.592 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-06-04 12:48:36.594 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-06-04 12:48:36.596 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:48:36.598 | ++ stack.sh:echo_summary:470 : echo -e Installing Networking-NSX-T 2024-06-04 12:48:36.601 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-06-04 12:48:36.603 | ++ inc/python:setup_develop:360 : local bindep 2024-06-04 12:48:36.604 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-06-04 12:48:36.607 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2024-06-04 12:48:36.608 | ++ inc/python:setup_develop:366 : local extras= 2024-06-04 12:48:36.611 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-06-04 12:48:36.613 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-06-04 12:48:36.615 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-06-04 12:48:36.617 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2024-06-04 12:48:36.619 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-06-04 12:48:36.621 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-06-04 12:48:36.623 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2024-06-04 12:48:36.625 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-06-04 12:48:36.628 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2024-06-04 12:48:36.630 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-06-04 12:48:36.632 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2024-06-04 12:48:36.634 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-06-04 12:48:36.639 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2024-06-04 12:48:36.641 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-06-04 12:48:36.958 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2024-06-04 12:48:36.960 | ++ inc/python:setup_package:440 : local bindep=0 2024-06-04 12:48:36.963 | ++ inc/python:setup_package:441 : local bindep_flag= 2024-06-04 12:48:36.965 | ++ inc/python:setup_package:442 : local bindep_profiles= 2024-06-04 12:48:36.966 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-06-04 12:48:36.968 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2024-06-04 12:48:36.970 | ++ inc/python:setup_package:449 : local flags=-e 2024-06-04 12:48:36.972 | ++ inc/python:setup_package:450 : local extras= 2024-06-04 12:48:36.974 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2024-06-04 12:48:36.976 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2024-06-04 12:48:36.978 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-06-04 12:48:36.980 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2024-06-04 12:48:36.982 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-06-04 12:48:36.984 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2024-06-04 12:48:36.999 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-06-04 12:48:37.001 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-06-04 12:48:37.830 | Obtaining file:///opt/stack/networking-nsx-t 2024-06-04 12:48:37.831 | Preparing metadata (setup.py): started 2024-06-04 12:48:38.270 | Preparing metadata (setup.py): finished with status 'done' 2024-06-04 12:48:38.323 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.11.1) 2024-06-04 12:48:38.431 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev22) 2024-06-04 12:48:38.434 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2024-06-04 12:48:38.436 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (3.8.1) 2024-06-04 12:48:38.436 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (9.2.0) 2024-06-04 12:48:38.437 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (6.1.0) 2024-06-04 12:48:38.438 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.3.1) 2024-06-04 12:48:38.439 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-06-04 12:48:38.440 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (6.2.1) 2024-06-04 12:48:38.441 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (3.2.0) 2024-06-04 12:48:38.441 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (11.0.0) 2024-06-04 12:48:38.467 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev22) 2024-06-04 12:48:38.470 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2024-06-04 12:48:38.471 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (0.8.0) 2024-06-04 12:48:38.472 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (4.2.0) 2024-06-04 12:48:38.495 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev22) 2024-06-04 12:48:38.498 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2024-06-04 12:48:38.499 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (0.16.0) 2024-06-04 12:48:38.500 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (23.1.0) 2024-06-04 12:48:38.520 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.4.41) 2024-06-04 12:48:38.521 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.8.7) 2024-06-04 12:48:38.522 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-06-04 12:48:38.523 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.7.0) 2024-06-04 12:48:38.524 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.0.0) 2024-06-04 12:48:38.524 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-06-04 12:48:38.525 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-06-04 12:48:38.526 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (14.1.0) 2024-06-04 12:48:38.527 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (14.4.1) 2024-06-04 12:48:38.528 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.2.1) 2024-06-04 12:48:38.529 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.2.0) 2024-06-04 12:48:38.530 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.1.0) 2024-06-04 12:48:38.531 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.4.2) 2024-06-04 12:48:38.532 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.3.2) 2024-06-04 12:48:38.533 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.1.0) 2024-06-04 12:48:38.553 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (6.0) 2024-06-04 12:48:38.554 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.5.0) 2024-06-04 12:48:38.555 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.28.2) 2024-06-04 12:48:38.556 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.0.0) 2024-06-04 12:48:38.578 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev22) (2.8.2) 2024-06-04 12:48:38.580 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev22) (0.9.6) 2024-06-04 12:48:38.586 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (1.0.5) 2024-06-04 12:48:38.587 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (2023.3) 2024-06-04 12:48:38.588 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (2023.3) 2024-06-04 12:48:38.598 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (3.5.2) 2024-06-04 12:48:38.599 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (3.0.1) 2024-06-04 12:48:38.600 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.5.1) 2024-06-04 12:48:38.601 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (1.4.0) 2024-06-04 12:48:38.602 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (0.33.3) 2024-06-04 12:48:38.603 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-06-04 12:48:38.603 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.0.2) 2024-06-04 12:48:38.614 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (1.1.0) 2024-06-04 12:48:38.615 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (0.11.0) 2024-06-04 12:48:38.617 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (23.1) 2024-06-04 12:48:38.617 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (3.0.9) 2024-06-04 12:48:38.659 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (4.3.0) 2024-06-04 12:48:38.660 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.5.0) 2024-06-04 12:48:38.661 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.1.0) 2024-06-04 12:48:38.662 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.8.1) 2024-06-04 12:48:38.664 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-06-04 12:48:38.665 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.19.1) 2024-06-04 12:48:38.698 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (0.18) 2024-06-04 12:48:38.699 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (2.4.1) 2024-06-04 12:48:38.701 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (6.3.1) 2024-06-04 12:48:38.701 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (0.13.1) 2024-06-04 12:48:38.710 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.7.0) 2024-06-04 12:48:38.711 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (0.5.1) 2024-06-04 12:48:38.712 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.4.3) 2024-06-04 12:48:38.713 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (6.0.1) 2024-06-04 12:48:38.719 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (1.15.0) 2024-06-04 12:48:38.726 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.3.0) 2024-06-04 12:48:38.727 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (1.16.0) 2024-06-04 12:48:38.794 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.7.0) 2024-06-04 12:48:38.832 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.4.4) 2024-06-04 12:48:38.833 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (40.0.2) 2024-06-04 12:48:38.835 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (5.1.1) 2024-06-04 12:48:38.836 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.1.8) 2024-06-04 12:48:38.837 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.0.1) 2024-06-04 12:48:38.838 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.32) 2024-06-04 12:48:38.840 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.4.0) 2024-06-04 12:48:38.867 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.6.13) 2024-06-04 12:48:38.869 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.17.7) 2024-06-04 12:48:38.950 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.9.4) 2024-06-04 12:48:38.953 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.0.1) 2024-06-04 12:48:38.954 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.5.0) 2024-06-04 12:48:38.981 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.1.1) 2024-06-04 12:48:38.982 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-06-04 12:48:38.984 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.4) 2024-06-04 12:48:38.985 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.7.0) 2024-06-04 12:48:38.985 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-06-04 12:48:39.110 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (69.1.1) 2024-06-04 12:48:39.145 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.2.4) 2024-06-04 12:48:39.147 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.3.5) 2024-06-04 12:48:39.222 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (3.1.0) 2024-06-04 12:48:39.223 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (3.4) 2024-06-04 12:48:39.224 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (1.26.15) 2024-06-04 12:48:39.225 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2024.6.2) 2024-06-04 12:48:39.248 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (0.7) 2024-06-04 12:48:39.433 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.0.0) 2024-06-04 12:48:39.520 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.8.2) 2024-06-04 12:48:39.520 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (0.2.6) 2024-06-04 12:48:39.549 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.15.1) 2024-06-04 12:48:39.637 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.15.0) 2024-06-04 12:48:39.661 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.3) 2024-06-04 12:48:39.717 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.1.2) 2024-06-04 12:48:39.733 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.1.0) 2024-06-04 12:48:39.734 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.9.2) 2024-06-04 12:48:39.782 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.1.2) 2024-06-04 12:48:39.783 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-06-04 12:48:39.785 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-06-04 12:48:39.800 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.4.0) 2024-06-04 12:48:39.941 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.6.0) 2024-06-04 12:48:40.010 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.21) 2024-06-04 12:48:40.093 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.5.0) 2024-06-04 12:48:40.259 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2024-06-04 12:48:40.322 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-06-04 12:48:40.326 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-06-04 12:48:40.843 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2024-06-04 12:48:41.280 | Running setup.py develop for networking_nsxv3 2024-06-04 12:48:42.460 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev22 ratelimiter-1.2.0.post0 2024-06-04 12:48:42.583 | ++ inc/python:pip_install:222 : result=0 2024-06-04 12:48:42.585 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:48:42.587 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:48:42.589 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:42.591 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:42.593 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:48:42.594 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:42.596 | ++ functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:48:42.598 | ++ functions-common:time_stop:2407 : start_time=1717505316995 2024-06-04 12:48:42.600 | ++ functions-common:time_stop:2409 : [[ -z 1717505316995 ]] 2024-06-04 12:48:42.602 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:42.605 | ++ functions-common:time_stop:2412 : end_time=1717505322603 2024-06-04 12:48:42.607 | ++ functions-common:time_stop:2413 : elapsed_time=5608 2024-06-04 12:48:42.609 | ++ functions-common:time_stop:2414 : total=83063 2024-06-04 12:48:42.611 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:42.612 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88671 2024-06-04 12:48:42.614 | ++ inc/python:pip_install:225 : return 0 2024-06-04 12:48:42.616 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-06-04 12:48:42.618 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:48:42.620 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2024-06-04 12:48:42.622 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2024-06-04 12:48:42.624 | ++ inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:48:42.626 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:48:42.628 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-06-04 12:48:42.630 | ++ inc/python:use_library_from_git:275 : return 1 2024-06-04 12:48:42.632 | + stack.sh:main:1009 : use_library_from_git python-openstackclient 2024-06-04 12:48:42.634 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2024-06-04 12:48:42.636 | + inc/python:use_library_from_git:273 : local enabled=1 2024-06-04 12:48:42.638 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-06-04 12:48:42.640 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2024-06-04 12:48:42.642 | + inc/python:use_library_from_git:275 : return 1 2024-06-04 12:48:42.644 | + stack.sh:main:1013 : pip_install_gr python-openstackclient 2024-06-04 12:48:42.646 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2024-06-04 12:48:42.648 | + inc/python:pip_install_gr:95 : local clean_name 2024-06-04 12:48:42.650 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2024-06-04 12:48:42.652 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2024-06-04 12:48:42.655 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-06-04 12:48:42.658 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-06-04 12:48:42.658 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-06-04 12:48:42.662 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2024-06-04 12:48:42.665 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2024-06-04 12:48:42.666 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2024-06-04 12:48:42.669 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2024-06-04 12:48:42.671 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2024-06-04 12:48:42.688 | Using python 3.10 to install python-openstackclient 2024-06-04 12:48:42.690 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-06-04 12:48:44.008 | Collecting python-openstackclient 2024-06-04 12:48:44.011 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-06-04 12:48:44.042 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2024-06-04 12:48:44.043 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2024-06-04 12:48:44.044 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2024-06-04 12:48:44.044 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.0) 2024-06-04 12:48:44.045 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2024-06-04 12:48:44.046 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.0) 2024-06-04 12:48:44.047 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2024-06-04 12:48:44.048 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2024-06-04 12:48:44.048 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2024-06-04 12:48:44.049 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2024-06-04 12:48:44.050 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2024-06-04 12:48:44.051 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2024-06-04 12:48:44.056 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2024-06-04 12:48:44.057 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-06-04 12:48:44.057 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-06-04 12:48:44.058 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2024-06-04 12:48:44.059 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2024-06-04 12:48:44.078 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2024-06-04 12:48:44.089 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2024-06-04 12:48:44.091 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2024-06-04 12:48:44.091 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2024-06-04 12:48:44.092 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2024-06-04 12:48:44.093 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2024-06-04 12:48:44.094 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2024-06-04 12:48:44.095 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2024-06-04 12:48:44.095 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2024-06-04 12:48:44.096 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2024-06-04 12:48:44.103 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2024-06-04 12:48:44.112 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-06-04 12:48:44.113 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-06-04 12:48:44.114 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-06-04 12:48:44.115 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-06-04 12:48:44.115 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2024-06-04 12:48:44.116 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2024-06-04 12:48:44.125 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2024-06-04 12:48:44.136 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2024-06-04 12:48:44.137 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.0) 2024-06-04 12:48:44.138 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-06-04 12:48:44.158 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2024-06-04 12:48:44.182 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2024-06-04 12:48:44.183 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-06-04 12:48:44.183 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2024-06-04 12:48:44.189 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2024-06-04 12:48:44.220 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2024-06-04 12:48:44.229 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2024-06-04 12:48:44.291 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2024-06-04 12:48:44.298 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2024-06-04 12:48:44.339 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2024-06-04 12:48:44.340 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-06-04 12:48:44.341 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2024-06-04 12:48:44.341 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2024.6.2) 2024-06-04 12:48:44.492 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2024-06-04 12:48:45.398 | Installing collected packages: python-openstackclient 2024-06-04 12:48:46.282 | Successfully installed python-openstackclient-6.3.0 2024-06-04 12:48:46.402 | + inc/python:pip_install:222 : result=0 2024-06-04 12:48:46.404 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:48:46.406 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:46.408 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:46.410 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:46.412 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:46.414 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:46.416 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:48:46.418 | + functions-common:time_stop:2407 : start_time=1717505322684 2024-06-04 12:48:46.420 | + functions-common:time_stop:2409 : [[ -z 1717505322684 ]] 2024-06-04 12:48:46.424 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:46.427 | + functions-common:time_stop:2412 : end_time=1717505326424 2024-06-04 12:48:46.429 | + functions-common:time_stop:2413 : elapsed_time=3740 2024-06-04 12:48:46.431 | + functions-common:time_stop:2414 : total=88671 2024-06-04 12:48:46.432 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:46.434 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92411 2024-06-04 12:48:46.436 | + inc/python:pip_install:225 : return 0 2024-06-04 12:48:46.438 | + stack.sh:main:1018 : install_oscwrap 2024-06-04 12:48:46.441 | ++ functions-common:install_oscwrap:2445 : mktemp 2024-06-04 12:48:46.445 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.rpSBMJJUvS 2024-06-04 12:48:46.447 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2024-06-04 12:48:46.449 | + functions-common:install_oscwrap:2451 : unalias -a 2024-06-04 12:48:46.451 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2024-06-04 12:48:46.454 | + stack.sh:main:1023 : [[ False != \F\a\l\s\e ]] 2024-06-04 12:48:46.456 | + stack.sh:main:1063 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-06-04 12:48:46.458 | + stack.sh:main:1071 : is_service_enabled mysql postgresql 2024-06-04 12:48:46.472 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:46.474 | + stack.sh:main:1072 : configure_database 2024-06-04 12:48:46.476 | + lib/database:configure_database:128 : configure_database_mysql 2024-06-04 12:48:46.478 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2024-06-04 12:48:46.480 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2024-06-04 12:48:46.482 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:48:46.483 | + stack.sh:echo_summary:470 : echo -e Configuring and starting MySQL 2024-06-04 12:48:46.485 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2024-06-04 12:48:46.487 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:46.489 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:46.491 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2024-06-04 12:48:46.492 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2024-06-04 12:48:46.494 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:46.496 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:46.498 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2024-06-04 12:48:46.500 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2024-06-04 12:48:46.501 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2024-06-04 12:48:46.503 | + functions-common:is_fips_enabled:2516 : fips= 2024-06-04 12:48:46.505 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2024-06-04 12:48:46.507 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2024-06-04 12:48:46.510 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-06-04 12:48:46.511 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-06-04 12:48:46.514 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-06-04 12:48:46.565 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2024-06-04 12:48:46.567 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-06-04 12:48:46.568 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-06-04 12:48:46.570 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-06-04 12:48:46.572 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-06-04 12:48:46.574 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-06-04 12:48:46.576 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-06-04 12:48:46.578 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-06-04 12:48:46.579 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-06-04 12:48:46.581 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-06-04 12:48:46.583 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-06-04 12:48:46.585 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-06-04 12:48:46.586 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-06-04 12:48:46.589 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-06-04 12:48:46.590 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2024-06-04 12:48:46.592 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:46.594 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:46.596 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2024-06-04 12:48:46.598 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:48:46.599 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-06-04 12:48:47.076 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2024-06-04 12:48:47.079 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:47.081 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:47.083 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2024-06-04 12:48:47.085 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2024-06-04 12:48:47.087 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2024-06-04 12:48:47.089 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:47.092 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:47.093 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2024-06-04 12:48:47.095 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2024-06-04 12:48:47.097 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2024-06-04 12:48:47.099 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:47.101 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:47.103 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2024-06-04 12:48:47.105 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2024-06-04 12:48:47.106 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2024-06-04 12:48:47.108 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-06-04 12:48:47.124 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2024-06-04 12:48:47.126 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:48:47.128 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:48:47.130 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2024-06-04 12:48:47.132 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2024-06-04 12:48:47.134 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-06-04 12:48:47.177 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-06-04 12:48:47.224 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-06-04 12:48:47.267 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2024-06-04 12:48:47.269 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:47.271 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2024-06-04 12:48:47.271 | enabling MySQL performance counting 2024-06-04 12:48:47.273 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2024-06-04 12:48:47.290 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-06-04 12:48:47.292 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2024-06-04 12:48:48.145 | Processing ./tools/dbcounter 2024-06-04 12:48:48.148 | Installing build dependencies: started 2024-06-04 12:48:52.373 | Installing build dependencies: finished with status 'done' 2024-06-04 12:48:52.375 | Getting requirements to build wheel: started 2024-06-04 12:48:52.554 | Getting requirements to build wheel: finished with status 'done' 2024-06-04 12:48:52.556 | Installing backend dependencies: started 2024-06-04 12:48:54.292 | Installing backend dependencies: finished with status 'done' 2024-06-04 12:48:54.292 | Preparing metadata (pyproject.toml): started 2024-06-04 12:48:54.483 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-06-04 12:48:54.483 | Building wheels for collected packages: dbcounter 2024-06-04 12:48:54.483 | Building wheel for dbcounter (pyproject.toml): started 2024-06-04 12:48:54.687 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-06-04 12:48:54.688 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3227 sha256=9c59895d091f6c627dbd8bf33ced8ed4064a3c02aade660d787c4f5265c17247 2024-06-04 12:48:54.688 | Stored in directory: /tmp/pip-ephem-wheel-cache-ph3rmyxs/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-06-04 12:48:54.690 | Successfully built dbcounter 2024-06-04 12:48:55.726 | Installing collected packages: dbcounter 2024-06-04 12:48:55.769 | Successfully installed dbcounter-0.1 2024-06-04 12:48:55.883 | + inc/python:pip_install:222 : result=0 2024-06-04 12:48:55.885 | + inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:48:55.887 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:55.889 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:55.891 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:55.892 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:55.894 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:55.896 | + functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:48:55.898 | + functions-common:time_stop:2407 : start_time=1717505327286 2024-06-04 12:48:55.899 | + functions-common:time_stop:2409 : [[ -z 1717505327286 ]] 2024-06-04 12:48:55.902 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:55.905 | + functions-common:time_stop:2412 : end_time=1717505335903 2024-06-04 12:48:55.907 | + functions-common:time_stop:2413 : elapsed_time=8617 2024-06-04 12:48:55.909 | + functions-common:time_stop:2414 : total=92411 2024-06-04 12:48:55.911 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:55.912 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=101028 2024-06-04 12:48:55.914 | + inc/python:pip_install:225 : return 0 2024-06-04 12:48:55.916 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2024-06-04 12:48:55.918 | + lib/database:recreate_database:112 : local db=stats 2024-06-04 12:48:55.920 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-06-04 12:48:55.922 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2024-06-04 12:48:55.924 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-06-04 12:48:55.932 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-06-04 12:48:55.941 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2024-06-04 12:48:55.941 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-06-04 12:48:55.965 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2024-06-04 12:48:55.967 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2024-06-04 12:48:56.010 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2024-06-04 12:48:56.054 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2024-06-04 12:48:56.096 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2024-06-04 12:48:56.138 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2024-06-04 12:48:56.180 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2024-06-04 12:48:56.221 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2024-06-04 12:48:56.265 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2024-06-04 12:48:56.267 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:48:56.269 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-06-04 12:48:56.781 | + stack.sh:main:1076 : save_stackenv 1076 2024-06-04 12:48:56.783 | + functions-common:save_stackenv:60 : local tag=1076 2024-06-04 12:48:56.786 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-06-04 12:48:56.789 | + functions-common:save_stackenv:62 : time_stamp=2024-06-04-124856 2024-06-04 12:48:56.791 | + functions-common:save_stackenv:63 : echo '# 2024-06-04-124856 1076' 2024-06-04 12:48:56.793 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.795 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-04 12:48:56.797 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.799 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-06-04 12:48:56.801 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.803 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-06-04 12:48:56.804 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.807 | + 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-06-04 12:48:56.809 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.810 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-06-04 12:48:56.812 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.814 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-06-04 12:48:56.816 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.818 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-06-04-124553 2024-06-04 12:48:56.820 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.822 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-06-04 12:48:56.823 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.825 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-06-04 12:48:56.827 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.829 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-06-04 12:48:56.831 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.833 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-06-04 12:48:56.835 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.836 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-06-04 12:48:56.838 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.840 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-06-04 12:48:56.842 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.844 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-06-04 12:48:56.846 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:48:56.848 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-06-04 12:48:56.850 | + stack.sh:main:1088 : [[ False == \T\r\u\e ]] 2024-06-04 12:48:56.851 | + stack.sh:main:1102 : start_dstat 2024-06-04 12:48:56.853 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-06-04 12:48:56.855 | + functions-common:run_process:1654 : local service=dstat 2024-06-04 12:48:56.857 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-06-04 12:48:56.859 | + functions-common:run_process:1656 : local group= 2024-06-04 12:48:56.861 | + functions-common:run_process:1657 : local user= 2024-06-04 12:48:56.863 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:48:56.865 | + functions-common:run_process:1660 : local name=dstat 2024-06-04 12:48:56.867 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:48:56.869 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:48:56.871 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:56.873 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:56.876 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:56.879 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505336876 2024-06-04 12:48:56.881 | + functions-common:run_process:1663 : is_service_enabled dstat 2024-06-04 12:48:56.894 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:56.896 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:48:56.898 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:56.900 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:56.902 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:56.904 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:56.906 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:56.908 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:48:56.910 | + functions-common:time_stop:2407 : start_time=1717505336876 2024-06-04 12:48:56.912 | + functions-common:time_stop:2409 : [[ -z 1717505336876 ]] 2024-06-04 12:48:56.914 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:56.917 | + functions-common:time_stop:2412 : end_time=1717505336915 2024-06-04 12:48:56.920 | + functions-common:time_stop:2413 : elapsed_time=39 2024-06-04 12:48:56.922 | + functions-common:time_stop:2414 : total=0 2024-06-04 12:48:56.924 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:56.926 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39 2024-06-04 12:48:56.928 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-06-04 12:48:56.930 | + functions-common:run_process:1654 : local service=memory_tracker 2024-06-04 12:48:56.932 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-06-04 12:48:56.934 | + functions-common:run_process:1656 : local group= 2024-06-04 12:48:56.936 | + functions-common:run_process:1657 : local user=root 2024-06-04 12:48:56.938 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:48:56.940 | + functions-common:run_process:1660 : local name=memory_tracker 2024-06-04 12:48:56.941 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:48:56.943 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:48:56.945 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:56.947 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:56.950 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:56.953 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505336951 2024-06-04 12:48:56.955 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2024-06-04 12:48:56.969 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:56.971 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:48:56.973 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:56.976 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:56.978 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:56.980 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:56.982 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:56.984 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:48:56.986 | + functions-common:time_stop:2407 : start_time=1717505336951 2024-06-04 12:48:56.988 | + functions-common:time_stop:2409 : [[ -z 1717505336951 ]] 2024-06-04 12:48:56.991 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:56.995 | + functions-common:time_stop:2412 : end_time=1717505336992 2024-06-04 12:48:56.997 | + functions-common:time_stop:2413 : elapsed_time=41 2024-06-04 12:48:56.999 | + functions-common:time_stop:2414 : total=39 2024-06-04 12:48:57.001 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:57.003 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80 2024-06-04 12:48:57.005 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-06-04 12:48:57.019 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:57.021 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-06-04 12:48:57.024 | + functions-common:run_process:1654 : local service=file_tracker 2024-06-04 12:48:57.026 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-06-04 12:48:57.028 | + functions-common:run_process:1656 : local group= 2024-06-04 12:48:57.030 | + functions-common:run_process:1657 : local user= 2024-06-04 12:48:57.032 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:48:57.034 | + functions-common:run_process:1660 : local name=file_tracker 2024-06-04 12:48:57.037 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:48:57.039 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:48:57.041 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:48:57.043 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:48:57.046 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:48:57.050 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505337047 2024-06-04 12:48:57.052 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2024-06-04 12:48:57.066 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:57.068 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:48:57.071 | + functions-common:time_stop:2400 : local name 2024-06-04 12:48:57.073 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:48:57.075 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:48:57.077 | + functions-common:time_stop:2403 : local total 2024-06-04 12:48:57.079 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:48:57.081 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:48:57.083 | + functions-common:time_stop:2407 : start_time=1717505337047 2024-06-04 12:48:57.085 | + functions-common:time_stop:2409 : [[ -z 1717505337047 ]] 2024-06-04 12:48:57.088 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:48:57.092 | + functions-common:time_stop:2412 : end_time=1717505337089 2024-06-04 12:48:57.094 | + functions-common:time_stop:2413 : elapsed_time=42 2024-06-04 12:48:57.096 | + functions-common:time_stop:2414 : total=80 2024-06-04 12:48:57.098 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:48:57.100 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=122 2024-06-04 12:48:57.102 | + stack.sh:main:1106 : is_service_enabled tcpdump 2024-06-04 12:48:57.117 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:57.119 | + stack.sh:main:1114 : is_service_enabled etcd3 2024-06-04 12:48:57.133 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:48:57.135 | + stack.sh:main:1115 : start_etcd3 2024-06-04 12:48:57.137 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-06-04 12:48:57.140 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-06-04 12:48:57.142 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-06-04 12:48:57.144 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-06-04 12:48:57.146 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-06-04 12:48:57.148 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-06-04 12:48:57.150 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-06-04 12:48:57.152 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-06-04 12:48:57.155 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-06-04 12:48:57.157 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-06-04 12:48:57.159 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-06-04 12:48:57.161 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-06-04 12:48:57.163 | + 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-06-04 12:48:57.165 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2024-06-04 12:48:57.167 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-06-04 12:48:57.168 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:48:57.170 | + functions-common:write_user_unit_file:1521 : local user=root 2024-06-04 12:48:57.172 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:48:57.174 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:48:57.176 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:48:57.177 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-06-04 12:48:57.179 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:48:57.182 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-06-04 12:48:57.231 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:48:57.280 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-06-04 12:48:57.323 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-06-04 12:48:57.363 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-06-04 12:48:57.405 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-06-04 12:48:57.450 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:48:57.492 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:48:57.494 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:48:57.496 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-06-04 12:48:57.548 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:48:57.548 | ++ inc/async:async_inner:64 : rc=0 2024-06-04 12:48:57.566 | [26968 Async install_tempest:26968]: finished successfully 2024-06-04 12:48:57.952 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-06-04 12:48:57.996 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-06-04 12:48:58.038 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-06-04 12:48:58.081 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-06-04 12:48:58.123 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-06-04 12:48:58.125 | ++ functions-common:is_arch:497 : uname -m 2024-06-04 12:48:58.129 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-06-04 12:48:58.130 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-06-04 12:48:58.450 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-06-04 12:48:58.459 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-06-04 12:48:58.785 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-06-04 12:48:59.573 | + stack.sh:main:1121 : is_service_enabled tls-proxy 2024-06-04 12:48:59.587 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:48:59.589 | + stack.sh:main:1126 : write_clouds_yaml 2024-06-04 12:48:59.591 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-06-04 12:48:59.594 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-06-04 12:48:59.597 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-06-04 12:48:59.607 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-06-04 12:48:59.616 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-06-04 12:48:59.618 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-06-04 12:48:59.620 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-06-04 12:48:59.666 | The user clouds.yaml file didn't exist. 2024-06-04 12:48:59.673 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-06-04 12:48:59.729 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-06-04 12:48:59.794 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-06-04 12:48:59.854 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-06-04 12:48:59.915 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-06-04 12:48:59.978 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-06-04 12:49:00.041 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-06-04 12:49:00.110 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-06-04 12:49:00.177 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-06-04 12:49:00.244 | + functions-common:write_clouds_yaml:198 : cat 2024-06-04 12:49:00.248 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-06-04 12:49:00.251 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-06-04 12:49:00.253 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-06-04 12:49:00.257 | + stack.sh:main:1127 : export OS_CLOUD=devstack-admin 2024-06-04 12:49:00.259 | + stack.sh:main:1127 : OS_CLOUD=devstack-admin 2024-06-04 12:49:00.262 | + stack.sh:main:1129 : is_service_enabled keystone 2024-06-04 12:49:00.275 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:49:00.277 | + stack.sh:main:1130 : echo_summary 'Starting Keystone' 2024-06-04 12:49:00.279 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:49:00.281 | + stack.sh:echo_summary:470 : echo -e Starting Keystone 2024-06-04 12:49:00.283 | + stack.sh:main:1132 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-06-04 12:49:00.285 | + stack.sh:main:1133 : init_keystone 2024-06-04 12:49:00.288 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-06-04 12:49:00.300 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:49:00.302 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-06-04 12:49:00.304 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-06-04 12:49:00.306 | + lib/database:recreate_database:112 : local db=keystone 2024-06-04 12:49:00.308 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-06-04 12:49:00.310 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2024-06-04 12:49:00.312 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-06-04 12:49:00.320 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-06-04 12:49:00.328 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-06-04 12:49:00.330 | + functions-common:time_start:2386 : local name=dbsync 2024-06-04 12:49:00.333 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:49:00.335 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:49:00.337 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:49:00.340 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505340338 2024-06-04 12:49:00.342 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-06-04 12:49:02.012 | INFO dbcounter [-] Registered counter for database keystone 2024-06-04 12:49:02.020 | 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=29648) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:49:02.023 | DEBUG dbcounter [-] [29648] Writer thread running {{(pid=29648) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:49:02.028 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:49:02.028 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:49:02.058 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-06-04 12:49:02.667 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29648) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:49:02.668 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-06-04 12:49:02.668 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29648) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:49:02.670 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2024-06-04 12:49:02.685 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=29648) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:49:02.686 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2024-06-04 12:49:02.694 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=29648) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:49:02.695 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-06-04 12:49:02.695 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29648) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:49:02.696 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2024-06-04 12:49:02.705 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=29648) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:49:02.706 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2024-06-04 12:49:02.713 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=29648) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:49:02.953 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-06-04 12:49:02.955 | + functions-common:time_stop:2400 : local name 2024-06-04 12:49:02.957 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:49:02.959 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:49:02.961 | + functions-common:time_stop:2403 : local total 2024-06-04 12:49:02.963 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:49:02.965 | + functions-common:time_stop:2406 : name=dbsync 2024-06-04 12:49:02.967 | + functions-common:time_stop:2407 : start_time=1717505340338 2024-06-04 12:49:02.969 | + functions-common:time_stop:2409 : [[ -z 1717505340338 ]] 2024-06-04 12:49:02.972 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:49:02.975 | + functions-common:time_stop:2412 : end_time=1717505342973 2024-06-04 12:49:02.977 | + functions-common:time_stop:2413 : elapsed_time=2635 2024-06-04 12:49:02.979 | + functions-common:time_stop:2414 : total=0 2024-06-04 12:49:02.981 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:49:02.983 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2635 2024-06-04 12:49:02.985 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-06-04 12:49:02.987 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-06-04 12:49:02.990 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-06-04 12:49:04.444 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-06-04 12:49:04.445 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-06-04 12:49:04.445 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-06-04 12:49:04.445 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-06-04 12:49:04.445 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-06-04 12:49:04.446 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-06-04 12:49:04.446 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-06-04 12:49:04.446 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-06-04 12:49:04.446 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-06-04 12:49:04.651 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-06-04 12:49:04.654 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-06-04 12:49:06.114 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-06-04 12:49:06.114 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-06-04 12:49:06.115 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-06-04 12:49:06.115 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-06-04 12:49:06.115 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-06-04 12:49:06.115 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-06-04 12:49:06.116 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-06-04 12:49:06.116 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-06-04 12:49:06.116 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-06-04 12:49:06.330 | + stack.sh:main:1134 : start_keystone 2024-06-04 12:49:06.333 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-06-04 12:49:06.334 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-06-04 12:49:06.337 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-06-04 12:49:06.349 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:49:06.351 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-06-04 12:49:06.353 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-06-04 12:49:06.357 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-06-04 12:49:06.358 | + functions-common:run_process:1654 : local service=keystone 2024-06-04 12:49:06.360 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-04 12:49:06.362 | + functions-common:run_process:1656 : local group= 2024-06-04 12:49:06.364 | + functions-common:run_process:1657 : local user= 2024-06-04 12:49:06.366 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:49:06.367 | + functions-common:run_process:1660 : local name=keystone 2024-06-04 12:49:06.369 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:49:06.371 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:49:06.373 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:49:06.375 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:49:06.377 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:49:06.381 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505346378 2024-06-04 12:49:06.382 | + functions-common:run_process:1663 : is_service_enabled keystone 2024-06-04 12:49:06.394 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:49:06.396 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-06-04 12:49:06.398 | + functions-common:_run_under_systemd:1611 : local service=keystone 2024-06-04 12:49:06.400 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-04 12:49:06.401 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-04 12:49:06.403 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-04 12:49:06.405 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-06-04 12:49:06.406 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-06-04 12:49:06.409 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-06-04 12:49:06.410 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2024-06-04 12:49:06.412 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:49:06.415 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:49:06.417 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:49:06.419 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:49:06.421 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-06-04 12:49:06.423 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-06-04 12:49:06.425 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-06-04 12:49:06.427 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2024-06-04 12:49:06.430 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2024-06-04 12:49:06.431 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-06-04 12:49:06.433 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-06-04 12:49:06.435 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-06-04 12:49:06.436 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-06-04 12:49:06.438 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-06-04 12:49:06.440 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-06-04 12:49:06.443 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-06-04 12:49:06.492 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:49:06.541 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-06-04 12:49:06.580 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-06-04 12:49:06.620 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-06-04 12:49:06.660 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:49:06.699 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-06-04 12:49:06.739 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-06-04 12:49:06.780 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-06-04 12:49:06.822 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-06-04 12:49:06.864 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-06-04 12:49:06.903 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-06-04 12:49:06.905 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-06-04 12:49:06.907 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-06-04 12:49:06.954 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-06-04 12:49:07.251 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2024-06-04 12:49:07.260 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-06-04 12:49:07.570 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2024-06-04 12:49:07.672 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:49:07.674 | + functions-common:time_stop:2400 : local name 2024-06-04 12:49:07.676 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:49:07.678 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:49:07.680 | + functions-common:time_stop:2403 : local total 2024-06-04 12:49:07.682 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:49:07.684 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:49:07.687 | + functions-common:time_stop:2407 : start_time=1717505346378 2024-06-04 12:49:07.688 | + functions-common:time_stop:2409 : [[ -z 1717505346378 ]] 2024-06-04 12:49:07.691 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:49:07.694 | + functions-common:time_stop:2412 : end_time=1717505347692 2024-06-04 12:49:07.696 | + functions-common:time_stop:2413 : elapsed_time=1314 2024-06-04 12:49:07.698 | + functions-common:time_stop:2414 : total=122 2024-06-04 12:49:07.700 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:49:07.702 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1436 2024-06-04 12:49:07.704 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-06-04 12:49:07.704 | Waiting for keystone to start... 2024-06-04 12:49:07.706 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-06-04 12:49:07.708 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-06-04 12:49:07.710 | + functions:wait_for_service:468 : local timeout=60 2024-06-04 12:49:07.712 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-06-04 12:49:07.713 | + functions:wait_for_service:470 : local rval=0 2024-06-04 12:49:07.715 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-04 12:49:07.717 | + functions-common:time_start:2386 : local name=wait_for_service 2024-06-04 12:49:07.719 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:49:07.721 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:49:07.723 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:49:07.727 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505347725 2024-06-04 12:49:07.729 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-04 12:49:07.732 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-06-04 12:49:09.966 | + :: : [[ 200 == 503 ]] 2024-06-04 12:49:09.967 | + :: : [[ 0 -eq 7 ]] 2024-06-04 12:49:09.970 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-04 12:49:09.972 | + functions-common:time_stop:2400 : local name 2024-06-04 12:49:09.974 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:49:09.976 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:49:09.978 | + functions-common:time_stop:2403 : local total 2024-06-04 12:49:09.980 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:49:09.982 | + functions-common:time_stop:2406 : name=wait_for_service 2024-06-04 12:49:09.984 | + functions-common:time_stop:2407 : start_time=1717505347725 2024-06-04 12:49:09.985 | + functions-common:time_stop:2409 : [[ -z 1717505347725 ]] 2024-06-04 12:49:09.988 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:49:09.991 | + functions-common:time_stop:2412 : end_time=1717505349989 2024-06-04 12:49:09.993 | + functions-common:time_stop:2413 : elapsed_time=2264 2024-06-04 12:49:09.995 | + functions-common:time_stop:2414 : total=0 2024-06-04 12:49:09.997 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:49:09.999 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2264 2024-06-04 12:49:10.001 | + functions:wait_for_service:478 : return 0 2024-06-04 12:49:10.003 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-06-04 12:49:10.017 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:49:10.018 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-06-04 12:49:10.020 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-06-04 12:49:10.022 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2024-06-04 12:49:10.944 | + stack.sh:main:1135 : bootstrap_keystone 2024-06-04 12:49:10.946 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-06-04 12:49:12.466 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.466 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.467 | 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=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.470 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.478 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.478 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.494 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.509 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.509 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.549 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.550 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.550 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.550 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.550 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.550 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.556 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.556 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.556 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.557 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.557 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.557 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.557 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.560 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.562 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.562 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.562 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.562 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.562 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.562 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.562 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30375) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-06-04 12:49:12.588 | INFO dbcounter [-] Registered counter for database keystone 2024-06-04 12:49:12.596 | 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=30375) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:49:12.599 | DEBUG dbcounter [-] [30375] Writer thread running {{(pid=30375) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:49:12.754 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created domain default 2024-06-04 12:49:12.778 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created project admin 2024-06-04 12:49:12.792 | WARNING keystone.common.password_hashing [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-06-04 12:49:12.792 | DEBUG passlib.handlers.bcrypt [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=30375) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2024-06-04 12:49:12.792 | DEBUG passlib.handlers.bcrypt [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30375) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2024-06-04 12:49:12.838 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created user admin 2024-06-04 12:49:12.844 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created role reader 2024-06-04 12:49:12.849 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created role member 2024-06-04 12:49:12.861 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created implied role where 49a352ed929b4e0aaf33822a6794861c implies 23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:12.865 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created role manager 2024-06-04 12:49:12.874 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created implied role where bb9113ab671e46ffbed4451ec885be88 implies 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:12.879 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created role admin 2024-06-04 12:49:12.886 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created implied role where 52ae0641541d4f3cb4f5791e5775f3ba implies bb9113ab671e46ffbed4451ec885be88 2024-06-04 12:49:12.892 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created role service 2024-06-04 12:49:12.897 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Granted role admin on project admin to user admin. 2024-06-04 12:49:12.900 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Granted role admin on the system to user admin. 2024-06-04 12:49:12.905 | WARNING py.warnings [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-06-04 12:49:12.905 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-06-04 12:49:12.905 |  2024-06-04 12:49:12.907 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created region RegionOne 2024-06-04 12:49:12.922 | INFO keystone.cmd.bootstrap [None req-6d8851f4-7ed4-45de-908f-6758a2a9ecaf None None] Created public endpoint http://10.180.1.21/identity 2024-06-04 12:49:13.200 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-06-04 12:49:13.202 | + stack.sh:main:1138 : create_keystone_accounts 2024-06-04 12:49:13.204 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-06-04 12:49:13.207 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-06-04 12:49:14.649 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:14.651 | + lib/keystone:create_keystone_accounts:315 : admin_project=cfa5ed1b97bb42538f9e118222fb52d5 2024-06-04 12:49:14.653 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-06-04 12:49:14.656 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-06-04 12:49:15.725 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:15.727 | + lib/keystone:create_keystone_accounts:317 : admin_user=615f957b921d4e5b96697ad15e48599c 2024-06-04 12:49:15.729 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-06-04 12:49:15.731 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-06-04 12:49:15.733 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-06-04 12:49:15.734 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 615f957b921d4e5b96697ad15e48599c default 2024-06-04 12:49:15.780 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 615f957b921d4e5b96697ad15e48599c default 2024-06-04 12:49:15.808 | [3441 Async ks-domain-role:30497]: running: get_or_add_user_domain_role admin 615f957b921d4e5b96697ad15e48599c default 2024-06-04 12:49:15.810 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-06-04 12:49:15.811 | + functions-common:get_or_create_domain:855 : local domain_id 2024-06-04 12:49:15.813 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-06-04 12:49:17.252 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:17.254 | + functions-common:get_or_create_domain:860 : domain_id=default 2024-06-04 12:49:17.256 | + functions-common:get_or_create_domain:861 : echo default 2024-06-04 12:49:17.256 | default 2024-06-04 12:49:17.258 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-06-04 12:49:17.306 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-06-04 12:49:17.334 | [3441 Async ks-project:30627]: running: get_or_create_project service Default 2024-06-04 12:49:17.336 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-06-04 12:49:17.380 | + inc/async:async_inner:63 : get_or_create_role service 2024-06-04 12:49:17.410 | [3441 Async ks-service:30721]: running: get_or_create_role service 2024-06-04 12:49:17.412 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-06-04 12:49:17.458 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-06-04 12:49:17.486 | [3441 Async ks-reseller:30817]: running: get_or_create_role ResellerAdmin 2024-06-04 12:49:17.488 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-06-04 12:49:17.490 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-06-04 12:49:17.536 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-06-04 12:49:17.588 | [3441 Async ks-anotherrole:30914]: running: get_or_create_role anotherrole 2024-06-04 12:49:17.590 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-06-04 12:49:17.592 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-06-04 12:49:17.595 | ++ functions-common:get_or_create_project:905 : local project_id 2024-06-04 12:49:17.597 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-06-04 12:49:18.872 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:18.892 | [30817 Async ks-reseller:30817]: finished successfully 2024-06-04 12:49:18.965 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:18.986 | [30627 Async ks-project:30627]: finished successfully 2024-06-04 12:49:19.014 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:19.046 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:19.048 | [30721 Async ks-service:30721]: finished successfully 2024-06-04 12:49:19.065 | [30497 Async ks-domain-role:30497]: finished successfully 2024-06-04 12:49:19.103 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:19.122 | [30914 Async ks-anotherrole:30914]: finished successfully 2024-06-04 12:49:19.175 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:19.177 | ++ functions-common:get_or_create_project:911 : project_id=44ab30611059418baef992cb8584045e 2024-06-04 12:49:19.179 | ++ functions-common:get_or_create_project:912 : echo 44ab30611059418baef992cb8584045e 2024-06-04 12:49:19.182 | + lib/keystone:create_keystone_accounts:345 : invis_project=44ab30611059418baef992cb8584045e 2024-06-04 12:49:19.183 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-06-04 12:49:19.186 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-06-04 12:49:19.188 | ++ functions-common:get_or_create_project:905 : local project_id 2024-06-04 12:49:19.191 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-06-04 12:49:20.397 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:20.399 | ++ functions-common:get_or_create_project:911 : project_id=a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:20.401 | ++ functions-common:get_or_create_project:912 : echo a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:20.404 | + lib/keystone:create_keystone_accounts:349 : demo_project=a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:20.405 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-06-04 12:49:20.408 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-06-04 12:49:20.410 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:49:20.412 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2024-06-04 12:49:20.414 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2024-06-04 12:49:20.416 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-06-04 12:49:21.616 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:21.619 | ++ functions-common:get_or_create_user:898 : user_id=5bb7e7cff1d344f08ffa2ee89ff5e2ed 2024-06-04 12:49:21.621 | ++ functions-common:get_or_create_user:899 : echo 5bb7e7cff1d344f08ffa2ee89ff5e2ed 2024-06-04 12:49:21.624 | + lib/keystone:create_keystone_accounts:352 : demo_user=5bb7e7cff1d344f08ffa2ee89ff5e2ed 2024-06-04 12:49:21.626 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-06-04 12:49:21.662 | [3441 Async ks-domain-role:30497]: Waiting for completion of get_or_add_user_domain_role admin 615f957b921d4e5b96697ad15e48599c default running on PID 30497 (6 other jobs running) 2024-06-04 12:49:21.679 | [3441 Async ks-domain-role:30497]: Signaling child to exit 2024-06-04 12:49:21.679 | WAKEUP 2024-06-04 12:49:21.695 | [3441 Async ks-domain-role:30497]: Signaled 2024-06-04 12:49:21.696 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2024-06-04 12:49:21.696 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 615f957b921d4e5b96697ad15e48599c --domain default 2024-06-04 12:49:21.696 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 615f957b921d4e5b96697ad15e48599c --domain default -c Role -f value 2024-06-04 12:49:21.696 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:21.696 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:21.696 | + functions-common:get_or_add_user_domain_role:982 : echo 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:21.696 | 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:21.726 | [3441 Async ks-domain-role:30497]: finished get_or_add_user_domain_role admin 615f957b921d4e5b96697ad15e48599c default with result 0 in 3 seconds 2024-06-04 12:49:21.731 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-06-04 12:49:21.755 | [3441 Async ks-project:30627]: Waiting for completion of get_or_create_project service Default running on PID 30627 (5 other jobs running) 2024-06-04 12:49:21.773 | [3441 Async ks-project:30627]: Signaling child to exit 2024-06-04 12:49:21.773 | WAKEUP 2024-06-04 12:49:21.789 | [3441 Async ks-project:30627]: Signaled 2024-06-04 12:49:21.790 | + functions-common:get_or_create_project:905 : local project_id 2024-06-04 12:49:21.790 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-06-04 12:49:21.790 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:21.790 | + functions-common:get_or_create_project:911 : project_id=0b13f6b2b7b947329e65acdf1b564082 2024-06-04 12:49:21.790 | + functions-common:get_or_create_project:912 : echo 0b13f6b2b7b947329e65acdf1b564082 2024-06-04 12:49:21.790 | 0b13f6b2b7b947329e65acdf1b564082 2024-06-04 12:49:21.820 | [3441 Async ks-project:30627]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-06-04 12:49:21.845 | [3441 Async ks-service:30721]: Waiting for completion of get_or_create_role service running on PID 30721 (4 other jobs running) 2024-06-04 12:49:21.862 | [3441 Async ks-service:30721]: Signaling child to exit 2024-06-04 12:49:21.862 | WAKEUP 2024-06-04 12:49:21.877 | [3441 Async ks-service:30721]: Signaled 2024-06-04 12:49:21.878 | + functions-common:get_or_create_role:918 : local role_id 2024-06-04 12:49:21.878 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-06-04 12:49:21.878 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:21.878 | + functions-common:get_or_create_role:923 : role_id=b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:49:21.878 | + functions-common:get_or_create_role:924 : echo b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:49:21.878 | b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:49:21.908 | [3441 Async ks-service:30721]: finished get_or_create_role service with result 0 in 1 seconds 2024-06-04 12:49:21.933 | [3441 Async ks-reseller:30817]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30817 (3 other jobs running) 2024-06-04 12:49:21.951 | [3441 Async ks-reseller:30817]: Signaling child to exit 2024-06-04 12:49:21.951 | WAKEUP 2024-06-04 12:49:21.966 | [3441 Async ks-reseller:30817]: Signaled 2024-06-04 12:49:21.967 | + functions-common:get_or_create_role:918 : local role_id 2024-06-04 12:49:21.967 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-06-04 12:49:21.967 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:21.967 | + functions-common:get_or_create_role:923 : role_id=71a7e1bd8f714119a4aed32d93b5637b 2024-06-04 12:49:21.967 | + functions-common:get_or_create_role:924 : echo 71a7e1bd8f714119a4aed32d93b5637b 2024-06-04 12:49:21.967 | 71a7e1bd8f714119a4aed32d93b5637b 2024-06-04 12:49:21.998 | [3441 Async ks-reseller:30817]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-06-04 12:49:22.023 | [3441 Async ks-anotherrole:30914]: Waiting for completion of get_or_create_role anotherrole running on PID 30914 (2 other jobs running) 2024-06-04 12:49:22.039 | [3441 Async ks-anotherrole:30914]: Signaling child to exit 2024-06-04 12:49:22.040 | WAKEUP 2024-06-04 12:49:22.055 | [3441 Async ks-anotherrole:30914]: Signaled 2024-06-04 12:49:22.056 | + functions-common:get_or_create_role:918 : local role_id 2024-06-04 12:49:22.056 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-06-04 12:49:22.056 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:22.056 | + functions-common:get_or_create_role:923 : role_id=8230377317e74245b9c366187285125e 2024-06-04 12:49:22.056 | + functions-common:get_or_create_role:924 : echo 8230377317e74245b9c366187285125e 2024-06-04 12:49:22.056 | 8230377317e74245b9c366187285125e 2024-06-04 12:49:22.086 | [3441 Async ks-anotherrole:30914]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-06-04 12:49:22.089 | + inc/async:async_wait:197 : return 0 2024-06-04 12:49:22.091 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.137 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.165 | [3441 Async ks-demo-member:31755]: running: get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.167 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 615f957b921d4e5b96697ad15e48599c a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.213 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 615f957b921d4e5b96697ad15e48599c a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.242 | [3441 Async ks-demo-admin:31851]: running: get_or_add_user_project_role admin 615f957b921d4e5b96697ad15e48599c a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.244 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.289 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.318 | [3441 Async ks-demo-another:31948]: running: get_or_add_user_project_role anotherrole 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:22.320 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed 44ab30611059418baef992cb8584045e 2024-06-04 12:49:22.391 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed 44ab30611059418baef992cb8584045e 2024-06-04 12:49:22.431 | [3441 Async ks-demo-invis:32045]: running: get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed 44ab30611059418baef992cb8584045e 2024-06-04 12:49:22.433 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-06-04 12:49:22.436 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-06-04 12:49:22.441 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:49:22.443 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2024-06-04 12:49:22.448 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2024-06-04 12:49:22.451 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-06-04 12:49:24.020 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:24.023 | ++ functions-common:get_or_create_user:898 : user_id=1d22fc0e418a479a9e8382b253d4f8c1 2024-06-04 12:49:24.025 | ++ functions-common:get_or_create_user:899 : echo 1d22fc0e418a479a9e8382b253d4f8c1 2024-06-04 12:49:24.027 | + lib/keystone:create_keystone_accounts:365 : demo_reader=1d22fc0e418a479a9e8382b253d4f8c1 2024-06-04 12:49:24.029 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 1d22fc0e418a479a9e8382b253d4f8c1 a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:24.078 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 1d22fc0e418a479a9e8382b253d4f8c1 a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:24.109 | [3441 Async ks-demo-reader:32238]: running: get_or_add_user_project_role reader 1d22fc0e418a479a9e8382b253d4f8c1 a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:24.111 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-06-04 12:49:24.113 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-06-04 12:49:24.115 | ++ functions-common:get_or_create_project:905 : local project_id 2024-06-04 12:49:24.118 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-06-04 12:49:25.353 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:25.372 | [31755 Async ks-demo-member:31755]: finished successfully 2024-06-04 12:49:25.622 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:25.625 | ++ functions-common:get_or_create_project:911 : project_id=d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:25.627 | ++ functions-common:get_or_create_project:912 : echo d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:25.629 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:25.631 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-06-04 12:49:25.634 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-06-04 12:49:25.636 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:49:25.638 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2024-06-04 12:49:25.640 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2024-06-04 12:49:25.643 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-06-04 12:49:25.812 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:25.831 | [31851 Async ks-demo-admin:31851]: finished successfully 2024-06-04 12:49:25.992 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:26.013 | [31948 Async ks-demo-another:31948]: finished successfully 2024-06-04 12:49:26.173 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:26.191 | [32045 Async ks-demo-invis:32045]: finished successfully 2024-06-04 12:49:26.898 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:26.900 | ++ functions-common:get_or_create_user:898 : user_id=d609cafa08cd4815a06bfff901bea412 2024-06-04 12:49:26.902 | ++ functions-common:get_or_create_user:899 : echo d609cafa08cd4815a06bfff901bea412 2024-06-04 12:49:26.904 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=d609cafa08cd4815a06bfff901bea412 2024-06-04 12:49:26.906 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:26.957 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:26.993 | [3441 Async ks-alt-admin:32610]: running: get_or_add_user_project_role admin d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:26.995 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:27.042 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:27.072 | [3441 Async ks-alt-another:32706]: running: get_or_add_user_project_role anotherrole d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:27.074 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-06-04 12:49:27.076 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-06-04 12:49:27.079 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:49:27.081 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2024-06-04 12:49:27.083 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2024-06-04 12:49:27.086 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-06-04 12:49:27.654 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:27.673 | [32238 Async ks-demo-reader:32238]: finished successfully 2024-06-04 12:49:28.376 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:28.378 | ++ functions-common:get_or_create_user:898 : user_id=927542926d3445fd948d1f8405c261ea 2024-06-04 12:49:28.381 | ++ functions-common:get_or_create_user:899 : echo 927542926d3445fd948d1f8405c261ea 2024-06-04 12:49:28.383 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=927542926d3445fd948d1f8405c261ea 2024-06-04 12:49:28.385 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 927542926d3445fd948d1f8405c261ea d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:28.434 | + inc/async:async_inner:63 : get_or_add_user_project_role member 927542926d3445fd948d1f8405c261ea d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:28.465 | [3441 Async ks-alt-member-user:32883]: running: get_or_add_user_project_role member 927542926d3445fd948d1f8405c261ea d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:28.467 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-06-04 12:49:28.470 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-06-04 12:49:28.472 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:49:28.474 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2024-06-04 12:49:28.476 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2024-06-04 12:49:28.479 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-06-04 12:49:29.793 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:29.795 | ++ functions-common:get_or_create_user:898 : user_id=6580c1dba1d44840bf6a2b8392f4f89b 2024-06-04 12:49:29.797 | ++ functions-common:get_or_create_user:899 : echo 6580c1dba1d44840bf6a2b8392f4f89b 2024-06-04 12:49:29.799 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=6580c1dba1d44840bf6a2b8392f4f89b 2024-06-04 12:49:29.801 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 6580c1dba1d44840bf6a2b8392f4f89b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:29.850 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 6580c1dba1d44840bf6a2b8392f4f89b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:29.883 | [3441 Async ks-alt-reader-user:33057]: running: get_or_add_user_project_role reader 6580c1dba1d44840bf6a2b8392f4f89b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:29.886 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-06-04 12:49:29.888 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:49:29.890 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2024-06-04 12:49:29.892 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2024-06-04 12:49:29.895 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-06-04 12:49:30.305 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:30.309 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:30.324 | [32610 Async ks-alt-admin:32610]: finished successfully 2024-06-04 12:49:30.329 | [32706 Async ks-alt-another:32706]: finished successfully 2024-06-04 12:49:31.179 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:31.181 | ++ functions-common:get_or_create_user:898 : user_id=aa3e8b59713a4613a94c7515668c1161 2024-06-04 12:49:31.184 | ++ functions-common:get_or_create_user:899 : echo aa3e8b59713a4613a94c7515668c1161 2024-06-04 12:49:31.186 | + lib/keystone:create_keystone_accounts:397 : system_member_user=aa3e8b59713a4613a94c7515668c1161 2024-06-04 12:49:31.188 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member aa3e8b59713a4613a94c7515668c1161 all 2024-06-04 12:49:31.239 | + inc/async:async_inner:63 : get_or_add_user_system_role member aa3e8b59713a4613a94c7515668c1161 all 2024-06-04 12:49:31.272 | [3441 Async ks-system-member:33290]: running: get_or_add_user_system_role member aa3e8b59713a4613a94c7515668c1161 all 2024-06-04 12:49:31.275 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-06-04 12:49:31.277 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:49:31.280 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2024-06-04 12:49:31.282 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2024-06-04 12:49:31.285 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-06-04 12:49:31.733 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:31.752 | [32883 Async ks-alt-member-user:32883]: finished successfully 2024-06-04 12:49:32.577 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:32.580 | ++ functions-common:get_or_create_user:898 : user_id=95d31a01295544f988f04158fe688a34 2024-06-04 12:49:32.581 | ++ functions-common:get_or_create_user:899 : echo 95d31a01295544f988f04158fe688a34 2024-06-04 12:49:32.584 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=95d31a01295544f988f04158fe688a34 2024-06-04 12:49:32.586 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 95d31a01295544f988f04158fe688a34 all 2024-06-04 12:49:32.635 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 95d31a01295544f988f04158fe688a34 all 2024-06-04 12:49:32.667 | [3441 Async ks-system-reader:33498]: running: get_or_add_user_system_role reader 95d31a01295544f988f04158fe688a34 all 2024-06-04 12:49:32.670 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-06-04 12:49:32.672 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-06-04 12:49:32.674 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2024-06-04 12:49:32.676 | ++ functions-common:get_or_create_group:868 : local group_id 2024-06-04 12:49:32.679 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-06-04 12:49:32.960 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:32.979 | [33057 Async ks-alt-reader-user:33057]: finished successfully 2024-06-04 12:49:33.988 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:33.991 | ++ functions-common:get_or_create_group:875 : group_id=d1fe984420ac43d4af24b5b6d9d32944 2024-06-04 12:49:33.993 | ++ functions-common:get_or_create_group:876 : echo d1fe984420ac43d4af24b5b6d9d32944 2024-06-04 12:49:33.995 | + lib/keystone:create_keystone_accounts:407 : admin_group=d1fe984420ac43d4af24b5b6d9d32944 2024-06-04 12:49:33.997 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-06-04 12:49:33.999 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-06-04 12:49:34.002 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2024-06-04 12:49:34.004 | ++ functions-common:get_or_create_group:868 : local group_id 2024-06-04 12:49:34.007 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-06-04 12:49:35.243 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:35.245 | ++ functions-common:get_or_create_group:875 : group_id=9dbcc874f08c43a3b1bdc5b4a702824b 2024-06-04 12:49:35.247 | ++ functions-common:get_or_create_group:876 : echo 9dbcc874f08c43a3b1bdc5b4a702824b 2024-06-04 12:49:35.250 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=9dbcc874f08c43a3b1bdc5b4a702824b 2024-06-04 12:49:35.252 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.301 | + inc/async:async_inner:63 : get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.331 | [3441 Async ks-group-memberdemo:33765]: running: get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.333 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.383 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.414 | [3441 Async ks-group-anotherdemo:33844]: running: get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.416 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:35.437 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:35.455 | [33290 Async ks-system-member:33290]: finished successfully 2024-06-04 12:49:35.470 | + inc/async:async_inner:63 : get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:35.500 | [3441 Async ks-group-memberalt:33961]: running: get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:35.503 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:35.552 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:35.579 | [3441 Async ks-group-anotheralt:34062]: running: get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:35.581 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin d1fe984420ac43d4af24b5b6d9d32944 cfa5ed1b97bb42538f9e118222fb52d5 2024-06-04 12:49:35.630 | + inc/async:async_inner:63 : get_or_add_group_project_role admin d1fe984420ac43d4af24b5b6d9d32944 cfa5ed1b97bb42538f9e118222fb52d5 2024-06-04 12:49:35.663 | [3441 Async ks-group-admin:34143]: running: get_or_add_group_project_role admin d1fe984420ac43d4af24b5b6d9d32944 cfa5ed1b97bb42538f9e118222fb52d5 2024-06-04 12:49:35.665 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-06-04 12:49:35.702 | [3441 Async ks-demo-member:31755]: Waiting for completion of get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c running on PID 31755 (17 other jobs running) 2024-06-04 12:49:35.719 | [3441 Async ks-demo-member:31755]: Signaling child to exit 2024-06-04 12:49:35.720 | WAKEUP 2024-06-04 12:49:35.739 | [3441 Async ks-demo-member:31755]: Signaled 2024-06-04 12:49:35.740 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:35.740 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:35.740 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:35.740 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:35.740 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:35.740 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:35.740 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:35.740 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:35.741 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:35.741 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 5bb7e7cff1d344f08ffa2ee89ff5e2ed --project a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.741 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5bb7e7cff1d344f08ffa2ee89ff5e2ed --project a937757e41284d7aaa10ec48fd93fa8c -c Role -f value 2024-06-04 12:49:35.741 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:35.741 | + functions-common:get_or_add_user_project_role:962 : user_role_id=49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:35.741 | + functions-common:get_or_add_user_project_role:963 : echo 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:35.741 | 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:35.772 | [3441 Async ks-demo-member:31755]: finished get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c with result 0 in 3 seconds 2024-06-04 12:49:35.798 | [3441 Async ks-demo-admin:31851]: Waiting for completion of get_or_add_user_project_role admin 615f957b921d4e5b96697ad15e48599c a937757e41284d7aaa10ec48fd93fa8c running on PID 31851 (16 other jobs running) 2024-06-04 12:49:35.815 | [3441 Async ks-demo-admin:31851]: Signaling child to exit 2024-06-04 12:49:35.816 | WAKEUP 2024-06-04 12:49:35.831 | [3441 Async ks-demo-admin:31851]: Signaled 2024-06-04 12:49:35.832 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:35.832 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:35.832 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:35.832 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:35.832 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:35.832 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:35.832 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:35.832 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:35.832 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:35.832 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 615f957b921d4e5b96697ad15e48599c --project a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.832 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 615f957b921d4e5b96697ad15e48599c --project a937757e41284d7aaa10ec48fd93fa8c -c Role -f value 2024-06-04 12:49:35.832 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:35.832 | + functions-common:get_or_add_user_project_role:962 : user_role_id=52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:35.832 | + functions-common:get_or_add_user_project_role:963 : echo 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:35.832 | 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:35.863 | [3441 Async ks-demo-admin:31851]: finished get_or_add_user_project_role admin 615f957b921d4e5b96697ad15e48599c a937757e41284d7aaa10ec48fd93fa8c with result 0 in 3 seconds 2024-06-04 12:49:35.890 | [3441 Async ks-demo-another:31948]: Waiting for completion of get_or_add_user_project_role anotherrole 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c running on PID 31948 (15 other jobs running) 2024-06-04 12:49:35.907 | [3441 Async ks-demo-another:31948]: Signaling child to exit 2024-06-04 12:49:35.907 | WAKEUP 2024-06-04 12:49:35.923 | [3441 Async ks-demo-another:31948]: Signaled 2024-06-04 12:49:35.924 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:35.925 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:35.925 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:35.925 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:35.925 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:35.925 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:35.925 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:35.925 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:35.925 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:35.925 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 5bb7e7cff1d344f08ffa2ee89ff5e2ed --project a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:35.925 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 5bb7e7cff1d344f08ffa2ee89ff5e2ed --project a937757e41284d7aaa10ec48fd93fa8c -c Role -f value 2024-06-04 12:49:35.925 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:35.925 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8230377317e74245b9c366187285125e 2024-06-04 12:49:35.925 | + functions-common:get_or_add_user_project_role:963 : echo 8230377317e74245b9c366187285125e 2024-06-04 12:49:35.925 | 8230377317e74245b9c366187285125e 2024-06-04 12:49:35.955 | [3441 Async ks-demo-another:31948]: finished get_or_add_user_project_role anotherrole 5bb7e7cff1d344f08ffa2ee89ff5e2ed a937757e41284d7aaa10ec48fd93fa8c with result 0 in 3 seconds 2024-06-04 12:49:35.981 | [3441 Async ks-demo-invis:32045]: Waiting for completion of get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed 44ab30611059418baef992cb8584045e running on PID 32045 (14 other jobs running) 2024-06-04 12:49:35.998 | [3441 Async ks-demo-invis:32045]: Signaling child to exit 2024-06-04 12:49:35.998 | WAKEUP 2024-06-04 12:49:36.014 | [3441 Async ks-demo-invis:32045]: Signaled 2024-06-04 12:49:36.015 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:36.015 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:36.015 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:36.015 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:36.015 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:36.015 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:36.015 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:36.015 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:36.015 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:36.015 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 5bb7e7cff1d344f08ffa2ee89ff5e2ed --project 44ab30611059418baef992cb8584045e 2024-06-04 12:49:36.015 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5bb7e7cff1d344f08ffa2ee89ff5e2ed --project 44ab30611059418baef992cb8584045e -c Role -f value 2024-06-04 12:49:36.015 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.015 | + functions-common:get_or_add_user_project_role:962 : user_role_id=49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:36.015 | + functions-common:get_or_add_user_project_role:963 : echo 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:36.015 | 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:36.045 | [3441 Async ks-demo-invis:32045]: finished get_or_add_user_project_role member 5bb7e7cff1d344f08ffa2ee89ff5e2ed 44ab30611059418baef992cb8584045e with result 0 in 3 seconds 2024-06-04 12:49:36.072 | [3441 Async ks-demo-reader:32238]: Waiting for completion of get_or_add_user_project_role reader 1d22fc0e418a479a9e8382b253d4f8c1 a937757e41284d7aaa10ec48fd93fa8c running on PID 32238 (13 other jobs running) 2024-06-04 12:49:36.090 | [3441 Async ks-demo-reader:32238]: Signaling child to exit 2024-06-04 12:49:36.090 | WAKEUP 2024-06-04 12:49:36.106 | [3441 Async ks-demo-reader:32238]: Signaled 2024-06-04 12:49:36.107 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:36.107 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:36.107 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:36.107 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:36.107 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:36.107 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:36.107 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:36.107 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:36.107 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:36.107 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 1d22fc0e418a479a9e8382b253d4f8c1 --project a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:36.107 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 1d22fc0e418a479a9e8382b253d4f8c1 --project a937757e41284d7aaa10ec48fd93fa8c -c Role -f value 2024-06-04 12:49:36.107 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.107 | + functions-common:get_or_add_user_project_role:962 : user_role_id=23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:36.107 | + functions-common:get_or_add_user_project_role:963 : echo 23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:36.107 | 23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:36.137 | [3441 Async ks-demo-reader:32238]: finished get_or_add_user_project_role reader 1d22fc0e418a479a9e8382b253d4f8c1 a937757e41284d7aaa10ec48fd93fa8c with result 0 in 3 seconds 2024-06-04 12:49:36.140 | + inc/async:async_wait:197 : return 0 2024-06-04 12:49:36.142 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-06-04 12:49:36.193 | [3441 Async ks-alt-admin:32610]: Waiting for completion of get_or_add_user_project_role admin d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d running on PID 32610 (12 other jobs running) 2024-06-04 12:49:36.212 | [3441 Async ks-alt-admin:32610]: Signaling child to exit 2024-06-04 12:49:36.212 | WAKEUP 2024-06-04 12:49:36.228 | [3441 Async ks-alt-admin:32610]: Signaled 2024-06-04 12:49:36.229 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:36.229 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:36.229 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:36.229 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:36.229 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:36.229 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:36.229 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:36.229 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:36.229 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:36.229 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user d609cafa08cd4815a06bfff901bea412 --project d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:36.230 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d609cafa08cd4815a06bfff901bea412 --project d7a80f908d19408cac6d8fa877b4ed8d -c Role -f value 2024-06-04 12:49:36.230 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.230 | + functions-common:get_or_add_user_project_role:962 : user_role_id=52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:36.230 | + functions-common:get_or_add_user_project_role:963 : echo 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:36.230 | 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:36.294 | [3441 Async ks-alt-admin:32610]: finished get_or_add_user_project_role admin d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d with result 0 in 3 seconds 2024-06-04 12:49:36.333 | [3441 Async ks-alt-another:32706]: Waiting for completion of get_or_add_user_project_role anotherrole d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d running on PID 32706 (11 other jobs running) 2024-06-04 12:49:36.374 | [3441 Async ks-alt-another:32706]: Signaling child to exit 2024-06-04 12:49:36.375 | WAKEUP 2024-06-04 12:49:36.393 | [3441 Async ks-alt-another:32706]: Signaled 2024-06-04 12:49:36.394 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:36.394 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:36.394 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:36.394 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:36.394 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:36.394 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:36.394 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:36.394 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:36.394 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:36.394 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user d609cafa08cd4815a06bfff901bea412 --project d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:36.394 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user d609cafa08cd4815a06bfff901bea412 --project d7a80f908d19408cac6d8fa877b4ed8d -c Role -f value 2024-06-04 12:49:36.394 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.394 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8230377317e74245b9c366187285125e 2024-06-04 12:49:36.394 | + functions-common:get_or_add_user_project_role:963 : echo 8230377317e74245b9c366187285125e 2024-06-04 12:49:36.394 | 8230377317e74245b9c366187285125e 2024-06-04 12:49:36.457 | [3441 Async ks-alt-another:32706]: finished get_or_add_user_project_role anotherrole d609cafa08cd4815a06bfff901bea412 d7a80f908d19408cac6d8fa877b4ed8d with result 0 in 3 seconds 2024-06-04 12:49:36.514 | [3441 Async ks-alt-member-user:32883]: Waiting for completion of get_or_add_user_project_role member 927542926d3445fd948d1f8405c261ea d7a80f908d19408cac6d8fa877b4ed8d running on PID 32883 (10 other jobs running) 2024-06-04 12:49:36.535 | [3441 Async ks-alt-member-user:32883]: Signaling child to exit 2024-06-04 12:49:36.535 | WAKEUP 2024-06-04 12:49:36.553 | [3441 Async ks-alt-member-user:32883]: Signaled 2024-06-04 12:49:36.555 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:36.555 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:36.555 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:36.555 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:36.555 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:36.556 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:36.556 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:36.556 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:36.556 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:36.556 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 927542926d3445fd948d1f8405c261ea --project d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:36.556 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 927542926d3445fd948d1f8405c261ea --project d7a80f908d19408cac6d8fa877b4ed8d -c Role -f value 2024-06-04 12:49:36.556 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.556 | + functions-common:get_or_add_user_project_role:962 : user_role_id=49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:36.556 | + functions-common:get_or_add_user_project_role:963 : echo 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:36.556 | 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:36.599 | [3441 Async ks-alt-member-user:32883]: finished get_or_add_user_project_role member 927542926d3445fd948d1f8405c261ea d7a80f908d19408cac6d8fa877b4ed8d with result 0 in 3 seconds 2024-06-04 12:49:36.629 | [3441 Async ks-alt-reader-user:33057]: Waiting for completion of get_or_add_user_project_role reader 6580c1dba1d44840bf6a2b8392f4f89b d7a80f908d19408cac6d8fa877b4ed8d running on PID 33057 (9 other jobs running) 2024-06-04 12:49:36.649 | [3441 Async ks-alt-reader-user:33057]: Signaling child to exit 2024-06-04 12:49:36.650 | WAKEUP 2024-06-04 12:49:36.668 | [3441 Async ks-alt-reader-user:33057]: Signaled 2024-06-04 12:49:36.669 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:49:36.669 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:49:36.669 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-06-04 12:49:36.669 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:36.669 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:36.669 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:36.669 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:36.669 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:36.669 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-06-04 12:49:36.669 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 6580c1dba1d44840bf6a2b8392f4f89b --project d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:36.669 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 6580c1dba1d44840bf6a2b8392f4f89b --project d7a80f908d19408cac6d8fa877b4ed8d -c Role -f value 2024-06-04 12:49:36.669 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.669 | + functions-common:get_or_add_user_project_role:962 : user_role_id=23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:36.669 | + functions-common:get_or_add_user_project_role:963 : echo 23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:36.669 | 23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:36.710 | [3441 Async ks-alt-reader-user:33057]: finished get_or_add_user_project_role reader 6580c1dba1d44840bf6a2b8392f4f89b d7a80f908d19408cac6d8fa877b4ed8d with result 0 in 3 seconds 2024-06-04 12:49:36.713 | + inc/async:async_wait:197 : return 0 2024-06-04 12:49:36.715 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-06-04 12:49:36.772 | [3441 Async ks-system-member:33290]: Waiting for completion of get_or_add_user_system_role member aa3e8b59713a4613a94c7515668c1161 all running on PID 33290 (8 other jobs running) 2024-06-04 12:49:36.791 | [3441 Async ks-system-member:33290]: Signaling child to exit 2024-06-04 12:49:36.792 | WAKEUP 2024-06-04 12:49:36.832 | [3441 Async ks-system-member:33290]: Signaled 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-06-04 12:49:36.833 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-06-04 12:49:36.833 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:36.833 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:36.833 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:36.833 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:36.833 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-06-04 12:49:36.833 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user aa3e8b59713a4613a94c7515668c1161 --system all -f value -c Role 2024-06-04 12:49:36.833 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user aa3e8b59713a4613a94c7515668c1161 --system all 2024-06-04 12:49:36.833 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user aa3e8b59713a4613a94c7515668c1161 --system all -f value -c Role 2024-06-04 12:49:36.833 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2024-06-04 12:49:36.833 | + functions-common:get_or_add_user_system_role:1013 : echo 2024-06-04 12:49:36.833 | 2024-06-04 12:49:36.884 | [3441 Async ks-system-member:33290]: finished get_or_add_user_system_role member aa3e8b59713a4613a94c7515668c1161 all with result 0 in 4 seconds 2024-06-04 12:49:36.913 | [3441 Async ks-system-reader:33498]: Waiting for completion of get_or_add_user_system_role reader 95d31a01295544f988f04158fe688a34 all running on PID 33498 (7 other jobs running) 2024-06-04 12:49:36.946 | [3441 Async ks-system-reader:33498]: Signaling child to exit 2024-06-04 12:49:36.979 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:36.999 | [33498 Async ks-system-reader:33498]: finished successfully 2024-06-04 12:49:37.014 | WAKEUP 2024-06-04 12:49:37.031 | [3441 Async ks-system-reader:33498]: Signaled 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-06-04 12:49:37.032 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-06-04 12:49:37.032 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:49:37.032 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:49:37.032 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-06-04 12:49:37.032 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-06-04 12:49:37.032 | ++ functions-common:_get_domain_args:940 : echo 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-06-04 12:49:37.032 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 95d31a01295544f988f04158fe688a34 --system all -f value -c Role 2024-06-04 12:49:37.032 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 95d31a01295544f988f04158fe688a34 --system all 2024-06-04 12:49:37.032 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 95d31a01295544f988f04158fe688a34 --system all -f value -c Role 2024-06-04 12:49:37.032 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:37.032 | + functions-common:get_or_add_user_system_role:1013 : echo 23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:37.032 | 23e4d0d0aef2419fa0222938dc3872b9 2024-06-04 12:49:37.062 | [3441 Async ks-system-reader:33498]: finished get_or_add_user_system_role reader 95d31a01295544f988f04158fe688a34 all with result 0 in 4 seconds 2024-06-04 12:49:37.065 | + inc/async:async_wait:197 : return 0 2024-06-04 12:49:37.067 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-06-04 12:49:37.103 | [3441 Async ks-group-memberdemo:33765]: Waiting for completion of get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c running on PID 33765 (6 other jobs running) 2024-06-04 12:49:37.120 | [3441 Async ks-group-memberdemo:33765]: Signaling child to exit 2024-06-04 12:49:38.615 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:38.635 | [33765 Async ks-group-memberdemo:33765]: finished successfully 2024-06-04 12:49:38.654 | WAKEUP 2024-06-04 12:49:38.673 | [3441 Async ks-group-memberdemo:33765]: Signaled 2024-06-04 12:49:38.674 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-06-04 12:49:38.674 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 9dbcc874f08c43a3b1bdc5b4a702824b --project a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:38.674 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 9dbcc874f08c43a3b1bdc5b4a702824b --project a937757e41284d7aaa10ec48fd93fa8c -f value -c Role 2024-06-04 12:49:38.674 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:38.674 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:38.674 | + functions-common:get_or_add_group_project_role:1032 : echo 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:38.674 | 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:38.716 | [3441 Async ks-group-memberdemo:33765]: finished get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c with result 0 in 3 seconds 2024-06-04 12:49:38.748 | [3441 Async ks-group-anotherdemo:33844]: Waiting for completion of get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c running on PID 33844 (5 other jobs running) 2024-06-04 12:49:38.769 | [3441 Async ks-group-anotherdemo:33844]: Signaling child to exit 2024-06-04 12:49:38.924 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:38.944 | [33844 Async ks-group-anotherdemo:33844]: finished successfully 2024-06-04 12:49:38.976 | WAKEUP 2024-06-04 12:49:38.994 | [3441 Async ks-group-anotherdemo:33844]: Signaled 2024-06-04 12:49:38.995 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-06-04 12:49:38.996 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 9dbcc874f08c43a3b1bdc5b4a702824b --project a937757e41284d7aaa10ec48fd93fa8c 2024-06-04 12:49:38.996 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 9dbcc874f08c43a3b1bdc5b4a702824b --project a937757e41284d7aaa10ec48fd93fa8c -f value -c Role 2024-06-04 12:49:38.996 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:38.996 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=8230377317e74245b9c366187285125e 2024-06-04 12:49:38.996 | + functions-common:get_or_add_group_project_role:1032 : echo 8230377317e74245b9c366187285125e 2024-06-04 12:49:38.996 | 8230377317e74245b9c366187285125e 2024-06-04 12:49:39.000 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:39.021 | [34062 Async ks-group-anotheralt:34062]: finished successfully 2024-06-04 12:49:39.032 | [3441 Async ks-group-anotherdemo:33844]: finished get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b a937757e41284d7aaa10ec48fd93fa8c with result 0 in 3 seconds 2024-06-04 12:49:39.060 | [3441 Async ks-group-memberalt:33961]: Waiting for completion of get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d running on PID 33961 (4 other jobs running) 2024-06-04 12:49:39.081 | [3441 Async ks-group-memberalt:33961]: Signaling child to exit 2024-06-04 12:49:39.110 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:39.131 | [33961 Async ks-group-memberalt:33961]: finished successfully 2024-06-04 12:49:39.148 | WAKEUP 2024-06-04 12:49:39.165 | [3441 Async ks-group-memberalt:33961]: Signaled 2024-06-04 12:49:39.167 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-06-04 12:49:39.167 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 9dbcc874f08c43a3b1bdc5b4a702824b --project d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:39.167 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 9dbcc874f08c43a3b1bdc5b4a702824b --project d7a80f908d19408cac6d8fa877b4ed8d -f value -c Role 2024-06-04 12:49:39.167 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:39.167 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:39.167 | + functions-common:get_or_add_group_project_role:1032 : echo 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:39.167 | 49a352ed929b4e0aaf33822a6794861c 2024-06-04 12:49:39.182 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:39.202 | [34143 Async ks-group-admin:34143]: finished successfully 2024-06-04 12:49:39.203 | [3441 Async ks-group-memberalt:33961]: finished get_or_add_group_project_role member 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d with result 0 in 3 seconds 2024-06-04 12:49:39.232 | [3441 Async ks-group-anotheralt:34062]: Waiting for completion of get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d running on PID 34062 (3 other jobs running) 2024-06-04 12:49:39.250 | [3441 Async ks-group-anotheralt:34062]: Signaling child to exit 2024-06-04 12:49:39.250 | WAKEUP 2024-06-04 12:49:39.265 | [3441 Async ks-group-anotheralt:34062]: Signaled 2024-06-04 12:49:39.266 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-06-04 12:49:39.266 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 9dbcc874f08c43a3b1bdc5b4a702824b --project d7a80f908d19408cac6d8fa877b4ed8d 2024-06-04 12:49:39.266 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 9dbcc874f08c43a3b1bdc5b4a702824b --project d7a80f908d19408cac6d8fa877b4ed8d -f value -c Role 2024-06-04 12:49:39.266 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:39.266 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=8230377317e74245b9c366187285125e 2024-06-04 12:49:39.266 | + functions-common:get_or_add_group_project_role:1032 : echo 8230377317e74245b9c366187285125e 2024-06-04 12:49:39.267 | 8230377317e74245b9c366187285125e 2024-06-04 12:49:39.297 | [3441 Async ks-group-anotheralt:34062]: finished get_or_add_group_project_role anotherrole 9dbcc874f08c43a3b1bdc5b4a702824b d7a80f908d19408cac6d8fa877b4ed8d with result 0 in 3 seconds 2024-06-04 12:49:39.323 | [3441 Async ks-group-admin:34143]: Waiting for completion of get_or_add_group_project_role admin d1fe984420ac43d4af24b5b6d9d32944 cfa5ed1b97bb42538f9e118222fb52d5 running on PID 34143 (2 other jobs running) 2024-06-04 12:49:39.340 | [3441 Async ks-group-admin:34143]: Signaling child to exit 2024-06-04 12:49:39.341 | WAKEUP 2024-06-04 12:49:39.356 | [3441 Async ks-group-admin:34143]: Signaled 2024-06-04 12:49:39.357 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-06-04 12:49:39.357 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group d1fe984420ac43d4af24b5b6d9d32944 --project cfa5ed1b97bb42538f9e118222fb52d5 2024-06-04 12:49:39.357 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group d1fe984420ac43d4af24b5b6d9d32944 --project cfa5ed1b97bb42538f9e118222fb52d5 -f value -c Role 2024-06-04 12:49:39.357 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:49:39.357 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:39.357 | + functions-common:get_or_add_group_project_role:1032 : echo 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:39.357 | 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:49:39.388 | [3441 Async ks-group-admin:34143]: finished get_or_add_group_project_role admin d1fe984420ac43d4af24b5b6d9d32944 cfa5ed1b97bb42538f9e118222fb52d5 with result 0 in 3 seconds 2024-06-04 12:49:39.391 | + inc/async:async_wait:197 : return 0 2024-06-04 12:49:39.394 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-06-04 12:49:39.407 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:49:39.409 | + stack.sh:main:1139 : is_service_enabled nova 2024-06-04 12:49:39.422 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:49:39.425 | + stack.sh:main:1140 : async_runfunc create_nova_accounts 2024-06-04 12:49:39.427 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-06-04 12:49:39.474 | + inc/async:async_inner:63 : create_nova_accounts 2024-06-04 12:49:39.505 | [3441 Async create_nova_accounts:36035]: running: create_nova_accounts 2024-06-04 12:49:39.507 | + stack.sh:main:1142 : is_service_enabled glance 2024-06-04 12:49:39.520 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:49:39.522 | + stack.sh:main:1143 : async_runfunc create_glance_accounts 2024-06-04 12:49:39.524 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-06-04 12:49:39.572 | + inc/async:async_inner:63 : create_glance_accounts 2024-06-04 12:49:39.602 | [3441 Async create_glance_accounts:36158]: running: create_glance_accounts 2024-06-04 12:49:39.604 | + stack.sh:main:1145 : is_service_enabled cinder 2024-06-04 12:49:39.619 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:49:39.621 | + stack.sh:main:1146 : async_runfunc create_cinder_accounts 2024-06-04 12:49:39.623 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-06-04 12:49:39.671 | + inc/async:async_inner:63 : create_cinder_accounts 2024-06-04 12:49:39.704 | [3441 Async create_cinder_accounts:36297]: running: create_cinder_accounts 2024-06-04 12:49:39.707 | + stack.sh:main:1148 : is_service_enabled neutron 2024-06-04 12:49:39.721 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:49:39.723 | + stack.sh:main:1149 : async_runfunc create_neutron_accounts 2024-06-04 12:49:39.725 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-06-04 12:49:39.778 | + inc/async:async_inner:63 : create_neutron_accounts 2024-06-04 12:49:39.814 | [3441 Async create_neutron_accounts:36440]: running: create_neutron_accounts 2024-06-04 12:49:39.817 | + stack.sh:main:1151 : is_service_enabled swift 2024-06-04 12:49:39.832 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:49:39.835 | + stack.sh:main:1160 : is_service_enabled horizon 2024-06-04 12:49:39.849 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:49:39.851 | + stack.sh:main:1165 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-06-04 12:49:39.889 | [3441 Async create_nova_accounts:36035]: Waiting for completion of create_nova_accounts running on PID 36035 (5 other jobs running) 2024-06-04 12:49:39.907 | [3441 Async create_nova_accounts:36035]: Signaling child to exit 2024-06-04 12:49:51.857 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:51.876 | [36440 Async create_neutron_accounts:36440]: finished successfully 2024-06-04 12:49:59.969 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:49:59.989 | [36297 Async create_cinder_accounts:36297]: finished successfully 2024-06-04 12:50:00.647 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:00.665 | [36035 Async create_nova_accounts:36035]: finished successfully 2024-06-04 12:50:00.682 | WAKEUP 2024-06-04 12:50:00.698 | [3441 Async create_nova_accounts:36035]: Signaled 2024-06-04 12:50:00.699 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-06-04 12:50:00.699 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2024-06-04 12:50:00.699 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-06-04 12:50:00.699 | + functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:50:00.699 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-06-04 12:50:00.699 | + functions-common:get_or_create_user:886 : local email= 2024-06-04 12:50:00.699 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-06-04 12:50:00.699 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.699 | + functions-common:get_or_create_user:898 : user_id=d8731047e72d4e5da88508583c97753d 2024-06-04 12:50:00.699 | + functions-common:get_or_create_user:899 : echo d8731047e72d4e5da88508583c97753d 2024-06-04 12:50:00.699 | d8731047e72d4e5da88508583c97753d 2024-06-04 12:50:00.699 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:50:00.699 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-06-04 12:50:00.699 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-06-04 12:50:00.699 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:963 : echo b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:00.699 | b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:00.699 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-06-04 12:50:00.699 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:50:00.699 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-06-04 12:50:00.699 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-06-04 12:50:00.699 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-06-04 12:50:00.699 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:962 : user_role_id=52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:50:00.699 | + functions-common:get_or_add_user_project_role:963 : echo 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:50:00.699 | 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:50:00.699 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2024-06-04 12:50:00.699 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:50:00.699 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2024-06-04 12:50:00.699 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-06-04 12:50:00.699 | + functions-common:get_or_create_service:1038 : local service_id 2024-06-04 12:50:00.699 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-06-04 12:50:00.699 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-06-04 12:50:00.699 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.699 | + functions-common:get_or_create_service:1049 : service_id=' 2024-06-04 12:50:00.699 | 9ec59e2c47da4542a216ff570010486d' 2024-06-04 12:50:00.699 | + functions-common:get_or_create_service:1050 : echo 9ec59e2c47da4542a216ff570010486d 2024-06-04 12:50:00.699 | 9ec59e2c47da4542a216ff570010486d 2024-06-04 12:50:00.699 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-06-04 12:50:00.699 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-06-04 12:50:00.699 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-06-04 12:50:00.699 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-06-04 12:50:00.699 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-06-04 12:50:00.699 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.699 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-06-04 12:50:00.700 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-06-04 12:50:00.700 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=3a10c36818ad482d86ec2c644dd285b3 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 3a10c36818ad482d86ec2c644dd285b3 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1083 : public_id=3a10c36818ad482d86ec2c644dd285b3 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1092 : echo 3a10c36818ad482d86ec2c644dd285b3 2024-06-04 12:50:00.700 | 3a10c36818ad482d86ec2c644dd285b3 2024-06-04 12:50:00.700 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2024-06-04 12:50:00.700 | + functions-common:get_or_create_service:1038 : local service_id 2024-06-04 12:50:00.700 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-06-04 12:50:00.700 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-06-04 12:50:00.700 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.700 | + functions-common:get_or_create_service:1049 : service_id=' 2024-06-04 12:50:00.700 | d729efabafb24301b585caca44f7884f' 2024-06-04 12:50:00.700 | + functions-common:get_or_create_service:1050 : echo d729efabafb24301b585caca44f7884f 2024-06-04 12:50:00.700 | d729efabafb24301b585caca44f7884f 2024-06-04 12:50:00.700 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-06-04 12:50:00.700 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-06-04 12:50:00.700 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-06-04 12:50:00.700 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-06-04 12:50:00.700 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-06-04 12:50:00.700 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=e0125e795dd2462897c75ce655a0c86b 2024-06-04 12:50:00.700 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo e0125e795dd2462897c75ce655a0c86b 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1083 : public_id=e0125e795dd2462897c75ce655a0c86b 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-06-04 12:50:00.700 | + functions-common:get_or_create_endpoint:1092 : echo e0125e795dd2462897c75ce655a0c86b 2024-06-04 12:50:00.700 | e0125e795dd2462897c75ce655a0c86b 2024-06-04 12:50:00.700 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2024-06-04 12:50:00.700 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:00.700 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2024-06-04 12:50:00.700 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:00.700 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2024-06-04 12:50:00.700 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:00.700 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2024-06-04 12:50:00.700 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:00.700 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2024-06-04 12:50:00.733 | [3441 Async create_nova_accounts:36035]: finished create_nova_accounts with result 0 in 21 seconds 2024-06-04 12:50:00.760 | [3441 Async create_glance_accounts:36158]: Waiting for completion of create_glance_accounts running on PID 36158 (4 other jobs running) 2024-06-04 12:50:00.778 | [3441 Async create_glance_accounts:36158]: Signaling child to exit 2024-06-04 12:50:01.524 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:01.544 | [36158 Async create_glance_accounts:36158]: finished successfully 2024-06-04 12:50:01.560 | WAKEUP 2024-06-04 12:50:01.577 | [3441 Async create_glance_accounts:36158]: Signaled 2024-06-04 12:50:01.577 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2024-06-04 12:50:01.577 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:01.577 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2024-06-04 12:50:01.577 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-06-04 12:50:01.577 | + functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:50:01.577 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-06-04 12:50:01.577 | + functions-common:get_or_create_user:886 : local email= 2024-06-04 12:50:01.577 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-06-04 12:50:01.577 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.577 | + functions-common:get_or_create_user:898 : user_id=d042718cbfc34ffd8ea14fe20fb9bb5a 2024-06-04 12:50:01.577 | + functions-common:get_or_create_user:899 : echo d042718cbfc34ffd8ea14fe20fb9bb5a 2024-06-04 12:50:01.577 | d042718cbfc34ffd8ea14fe20fb9bb5a 2024-06-04 12:50:01.577 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-06-04 12:50:01.577 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:50:01.577 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:50:01.577 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-06-04 12:50:01.577 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:50:01.577 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:50:01.577 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-06-04 12:50:01.577 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-06-04 12:50:01.577 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-06-04 12:50:01.577 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-06-04 12:50:01.578 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-06-04 12:50:01.578 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-06-04 12:50:01.578 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-06-04 12:50:01.578 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-06-04 12:50:01.578 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.578 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.578 | + functions-common:get_or_add_user_project_role:963 : echo b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.578 | b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.578 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2024-06-04 12:50:01.578 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2024-06-04 12:50:01.578 | + functions-common:get_or_create_service:1038 : local service_id 2024-06-04 12:50:01.578 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-06-04 12:50:01.578 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-06-04 12:50:01.578 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.578 | + functions-common:get_or_create_service:1049 : service_id=' 2024-06-04 12:50:01.578 | fda05bb021844f5a894cb7b319a19e4e' 2024-06-04 12:50:01.578 | + functions-common:get_or_create_service:1050 : echo fda05bb021844f5a894cb7b319a19e4e 2024-06-04 12:50:01.578 | fda05bb021844f5a894cb7b319a19e4e 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-06-04 12:50:01.578 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-06-04 12:50:01.578 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-06-04 12:50:01.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-06-04 12:50:01.578 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-06-04 12:50:01.578 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-06-04 12:50:01.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-06-04 12:50:01.578 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-06-04 12:50:01.578 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=a607c0d9e1224e20947946e2762f065c 2024-06-04 12:50:01.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo a607c0d9e1224e20947946e2762f065c 2024-06-04 12:50:01.578 | + functions-common:get_or_create_endpoint:1083 : public_id=a607c0d9e1224e20947946e2762f065c 2024-06-04 12:50:01.578 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-06-04 12:50:01.578 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-06-04 12:50:01.578 | + functions-common:get_or_create_endpoint:1092 : echo a607c0d9e1224e20947946e2762f065c 2024-06-04 12:50:01.578 | a607c0d9e1224e20947946e2762f065c 2024-06-04 12:50:01.578 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2024-06-04 12:50:01.578 | ++ functions-common:get_or_create_domain:855 : local domain_id 2024-06-04 12:50:01.578 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-06-04 12:50:01.578 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.578 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2024-06-04 12:50:01.578 | ++ functions-common:get_or_create_domain:861 : echo default 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2024-06-04 12:50:01.578 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2024-06-04 12:50:01.578 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-06-04 12:50:01.578 | +---------------+----------------------------------+ 2024-06-04 12:50:01.578 | | Field | Value | 2024-06-04 12:50:01.578 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | | default_limit | 1000 | 2024-06-04 12:50:01.579 | | description | None | 2024-06-04 12:50:01.579 | | id | a9f7dea599b84e02a63b4e51c1dd8020 | 2024-06-04 12:50:01.579 | | region_id | RegionOne | 2024-06-04 12:50:01.579 | | resource_name | image_size_total | 2024-06-04 12:50:01.579 | | service_id | fda05bb021844f5a894cb7b319a19e4e | 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | | Field | Value | 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | | default_limit | 1000 | 2024-06-04 12:50:01.579 | | description | None | 2024-06-04 12:50:01.579 | | id | 11e2a4db0fa0420ea718cc5cebb3a950 | 2024-06-04 12:50:01.579 | | region_id | RegionOne | 2024-06-04 12:50:01.579 | | resource_name | image_stage_total | 2024-06-04 12:50:01.579 | | service_id | fda05bb021844f5a894cb7b319a19e4e | 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | | Field | Value | 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | | default_limit | 100 | 2024-06-04 12:50:01.579 | | description | None | 2024-06-04 12:50:01.579 | | id | ea95392ad1114abab691691ca7a7f892 | 2024-06-04 12:50:01.579 | | region_id | RegionOne | 2024-06-04 12:50:01.579 | | resource_name | image_count_total | 2024-06-04 12:50:01.579 | | service_id | fda05bb021844f5a894cb7b319a19e4e | 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | | Field | Value | 2024-06-04 12:50:01.579 | +---------------+----------------------------------+ 2024-06-04 12:50:01.579 | | default_limit | 100 | 2024-06-04 12:50:01.579 | | description | None | 2024-06-04 12:50:01.579 | | id | 5b18b58b4d8b4440987fc92e31b5fe4b | 2024-06-04 12:50:01.580 | | region_id | RegionOne | 2024-06-04 12:50:01.580 | | resource_name | image_count_uploading | 2024-06-04 12:50:01.580 | | service_id | fda05bb021844f5a894cb7b319a19e4e | 2024-06-04 12:50:01.580 | +---------------+----------------------------------+ 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-06-04 12:50:01.580 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-06-04 12:50:01.580 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id a607c0d9e1224e20947946e2762f065c 2024-06-04 12:50:01.580 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-06-04 12:50:01.611 | [3441 Async create_glance_accounts:36158]: finished create_glance_accounts with result 0 in 21 seconds 2024-06-04 12:50:01.637 | [3441 Async create_cinder_accounts:36297]: Waiting for completion of create_cinder_accounts running on PID 36297 (3 other jobs running) 2024-06-04 12:50:01.655 | [3441 Async create_cinder_accounts:36297]: Signaling child to exit 2024-06-04 12:50:01.655 | WAKEUP 2024-06-04 12:50:01.672 | [3441 Async create_cinder_accounts:36297]: Signaled 2024-06-04 12:50:01.672 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-06-04 12:50:01.672 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2024-06-04 12:50:01.672 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2024-06-04 12:50:01.672 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:01.672 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2024-06-04 12:50:01.672 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-06-04 12:50:01.672 | + functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:50:01.672 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-06-04 12:50:01.672 | + functions-common:get_or_create_user:886 : local email= 2024-06-04 12:50:01.672 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-06-04 12:50:01.672 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.672 | + functions-common:get_or_create_user:898 : user_id=cc4a5ea3e9284b238aed06deafe7f1c9 2024-06-04 12:50:01.672 | + functions-common:get_or_create_user:899 : echo cc4a5ea3e9284b238aed06deafe7f1c9 2024-06-04 12:50:01.672 | cc4a5ea3e9284b238aed06deafe7f1c9 2024-06-04 12:50:01.672 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-06-04 12:50:01.672 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:50:01.672 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:50:01.672 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-06-04 12:50:01.672 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:50:01.672 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:50:01.673 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-06-04 12:50:01.673 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-06-04 12:50:01.673 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-06-04 12:50:01.673 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-06-04 12:50:01.673 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-06-04 12:50:01.673 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-06-04 12:50:01.673 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-06-04 12:50:01.673 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-06-04 12:50:01.673 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.673 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.673 | + functions-common:get_or_add_user_project_role:963 : echo b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.673 | b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.673 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-06-04 12:50:01.673 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-06-04 12:50:01.673 | + functions-common:get_or_create_service:1038 : local service_id 2024-06-04 12:50:01.673 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-06-04 12:50:01.673 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-06-04 12:50:01.673 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.673 | + functions-common:get_or_create_service:1049 : service_id=' 2024-06-04 12:50:01.673 | 2f09e7a74a32400c8c021e3cdd3085f6' 2024-06-04 12:50:01.673 | + functions-common:get_or_create_service:1050 : echo 2f09e7a74a32400c8c021e3cdd3085f6 2024-06-04 12:50:01.673 | 2f09e7a74a32400c8c021e3cdd3085f6 2024-06-04 12:50:01.673 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2024-06-04 12:50:01.673 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-06-04 12:50:01.673 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-06-04 12:50:01.673 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-06-04 12:50:01.673 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-06-04 12:50:01.673 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-06-04 12:50:01.673 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.673 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-06-04 12:50:01.673 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-06-04 12:50:01.673 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-06-04 12:50:01.673 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.673 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=11196b68fc1c4217828e0c01314871fb 2024-06-04 12:50:01.673 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 11196b68fc1c4217828e0c01314871fb 2024-06-04 12:50:01.673 | + functions-common:get_or_create_endpoint:1083 : public_id=11196b68fc1c4217828e0c01314871fb 2024-06-04 12:50:01.673 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-06-04 12:50:01.673 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-06-04 12:50:01.673 | + functions-common:get_or_create_endpoint:1092 : echo 11196b68fc1c4217828e0c01314871fb 2024-06-04 12:50:01.673 | 11196b68fc1c4217828e0c01314871fb 2024-06-04 12:50:01.673 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-06-04 12:50:01.673 | + functions-common:get_or_create_service:1038 : local service_id 2024-06-04 12:50:01.673 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-06-04 12:50:01.673 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-06-04 12:50:01.673 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.673 | + functions-common:get_or_create_service:1049 : service_id=' 2024-06-04 12:50:01.674 | 96a520077238410d81413d7ab836288f' 2024-06-04 12:50:01.674 | + functions-common:get_or_create_service:1050 : echo 96a520077238410d81413d7ab836288f 2024-06-04 12:50:01.674 | 96a520077238410d81413d7ab836288f 2024-06-04 12:50:01.674 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-06-04 12:50:01.674 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-06-04 12:50:01.674 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-06-04 12:50:01.674 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-06-04 12:50:01.674 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-06-04 12:50:01.674 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.674 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-06-04 12:50:01.674 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-06-04 12:50:01.674 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-06-04 12:50:01.674 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.674 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=d0a72b3be92947428ff9b64f43c79604 2024-06-04 12:50:01.674 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo d0a72b3be92947428ff9b64f43c79604 2024-06-04 12:50:01.674 | + functions-common:get_or_create_endpoint:1083 : public_id=d0a72b3be92947428ff9b64f43c79604 2024-06-04 12:50:01.674 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-06-04 12:50:01.674 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-06-04 12:50:01.674 | + functions-common:get_or_create_endpoint:1092 : echo d0a72b3be92947428ff9b64f43c79604 2024-06-04 12:50:01.674 | d0a72b3be92947428ff9b64f43c79604 2024-06-04 12:50:01.674 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2024-06-04 12:50:01.674 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2024-06-04 12:50:01.674 | ++ functions-common:get_or_create_project:905 : local project_id 2024-06-04 12:50:01.674 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-06-04 12:50:01.674 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.674 | ++ functions-common:get_or_create_project:911 : project_id=0b13f6b2b7b947329e65acdf1b564082 2024-06-04 12:50:01.674 | ++ functions-common:get_or_create_project:912 : echo 0b13f6b2b7b947329e65acdf1b564082 2024-06-04 12:50:01.674 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 0b13f6b2b7b947329e65acdf1b564082 2024-06-04 12:50:01.674 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2024-06-04 12:50:01.674 | ++ functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:50:01.674 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-06-04 12:50:01.674 | ++ functions-common:get_or_create_user:886 : local email= 2024-06-04 12:50:01.674 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-06-04 12:50:01.674 | No password was supplied, authentication will fail when a user does not have a password. 2024-06-04 12:50:01.674 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.675 | ++ functions-common:get_or_create_user:898 : user_id=cc4a5ea3e9284b238aed06deafe7f1c9 2024-06-04 12:50:01.675 | ++ functions-common:get_or_create_user:899 : echo cc4a5ea3e9284b238aed06deafe7f1c9 2024-06-04 12:50:01.675 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id cc4a5ea3e9284b238aed06deafe7f1c9 2024-06-04 12:50:01.705 | [3441 Async create_cinder_accounts:36297]: finished create_cinder_accounts with result 0 in 20 seconds 2024-06-04 12:50:01.708 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:01.710 | + stack.sh:main:1166 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-06-04 12:50:01.747 | [3441 Async create_neutron_accounts:36440]: Waiting for completion of create_neutron_accounts running on PID 36440 (2 other jobs running) 2024-06-04 12:50:01.765 | [3441 Async create_neutron_accounts:36440]: Signaling child to exit 2024-06-04 12:50:01.765 | WAKEUP 2024-06-04 12:50:01.781 | [3441 Async create_neutron_accounts:36440]: Signaled 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2024-06-04 12:50:01.782 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2024-06-04 12:50:01.782 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-06-04 12:50:01.782 | + functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:50:01.782 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-06-04 12:50:01.782 | + functions-common:get_or_create_user:886 : local email= 2024-06-04 12:50:01.782 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-06-04 12:50:01.782 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.782 | + functions-common:get_or_create_user:898 : user_id=80d664c050884d06ad380c12afff845a 2024-06-04 12:50:01.782 | + functions-common:get_or_create_user:899 : echo 80d664c050884d06ad380c12afff845a 2024-06-04 12:50:01.782 | 80d664c050884d06ad380c12afff845a 2024-06-04 12:50:01.782 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-06-04 12:50:01.782 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:50:01.782 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:50:01.782 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-06-04 12:50:01.782 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:50:01.782 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:50:01.782 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-06-04 12:50:01.782 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-06-04 12:50:01.782 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-06-04 12:50:01.782 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-06-04 12:50:01.782 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-06-04 12:50:01.782 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-06-04 12:50:01.782 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-06-04 12:50:01.782 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-06-04 12:50:01.782 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.782 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.782 | + functions-common:get_or_add_user_project_role:963 : echo b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.782 | b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:01.782 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2024-06-04 12:50:01.782 | + functions-common:get_or_create_service:1038 : local service_id 2024-06-04 12:50:01.782 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-06-04 12:50:01.782 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-06-04 12:50:01.782 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.782 | + functions-common:get_or_create_service:1049 : service_id=' 2024-06-04 12:50:01.782 | 9e2e519e58474ce29b530d3b26ec780c' 2024-06-04 12:50:01.782 | + functions-common:get_or_create_service:1050 : echo 9e2e519e58474ce29b530d3b26ec780c 2024-06-04 12:50:01.782 | 9e2e519e58474ce29b530d3b26ec780c 2024-06-04 12:50:01.782 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-06-04 12:50:01.782 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-06-04 12:50:01.782 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-06-04 12:50:01.782 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-06-04 12:50:01.782 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-06-04 12:50:01.782 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.782 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-06-04 12:50:01.782 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-06-04 12:50:01.782 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-06-04 12:50:01.782 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:01.782 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=57b5536f8fa44b1e9ffd2195db5944bc 2024-06-04 12:50:01.782 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 57b5536f8fa44b1e9ffd2195db5944bc 2024-06-04 12:50:01.783 | + functions-common:get_or_create_endpoint:1083 : public_id=57b5536f8fa44b1e9ffd2195db5944bc 2024-06-04 12:50:01.783 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-06-04 12:50:01.783 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-06-04 12:50:01.783 | + functions-common:get_or_create_endpoint:1092 : echo 57b5536f8fa44b1e9ffd2195db5944bc 2024-06-04 12:50:01.783 | 57b5536f8fa44b1e9ffd2195db5944bc 2024-06-04 12:50:01.814 | [3441 Async create_neutron_accounts:36440]: finished create_neutron_accounts with result 0 in 12 seconds 2024-06-04 12:50:01.820 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-06-04 12:50:01.825 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-06-04 12:50:01.827 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:01.830 | + stack.sh:main:1172 : is_service_enabled mysql postgresql 2024-06-04 12:50:01.845 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:01.847 | + stack.sh:main:1172 : is_service_enabled glance 2024-06-04 12:50:01.861 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:01.864 | + stack.sh:main:1173 : echo_summary 'Configuring Glance' 2024-06-04 12:50:01.866 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:50:01.868 | + stack.sh:echo_summary:470 : echo -e Configuring Glance 2024-06-04 12:50:01.870 | + stack.sh:main:1174 : async_runfunc init_glance 2024-06-04 12:50:01.872 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-06-04 12:50:01.919 | + inc/async:async_inner:63 : init_glance 2024-06-04 12:50:01.951 | [3441 Async init_glance:38722]: running: init_glance 2024-06-04 12:50:01.952 | + stack.sh:main:1181 : is_service_enabled neutron 2024-06-04 12:50:01.968 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:01.970 | + stack.sh:main:1182 : echo_summary 'Configuring Neutron' 2024-06-04 12:50:01.972 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:50:01.975 | + stack.sh:echo_summary:470 : echo -e Configuring Neutron 2024-06-04 12:50:01.977 | + stack.sh:main:1184 : configure_neutron 2024-06-04 12:50:01.979 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2024-06-04 12:50:01.981 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2024-06-04 12:50:01.983 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2024-06-04 12:50:01.993 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2024-06-04 12:50:01.995 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2024-06-04 12:50:06.179 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:06.197 | [38722 Async init_glance:38722]: finished successfully 2024-06-04 12:50:19.990 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-06-04 12:50:19.993 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-06-04 12:50:19.995 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-06-04 12:50:19.997 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-06-04 12:50:19.999 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2024-06-04 12:50:20.001 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-06-04 12:50:20.003 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-06-04 12:50:20.004 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-06-04 12:50:20.006 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-06-04 12:50:20.008 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2024-06-04 12:50:20.010 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2024-06-04 12:50:20.012 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2024-06-04 12:50:20.013 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-06-04 12:50:20.015 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2024-06-04 12:50:20.017 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2024-06-04 12:50:20.019 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2024-06-04 12:50:20.022 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:20.024 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:20.026 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-06-04 12:50:20.027 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:20.031 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2024-06-04 12:50:20.033 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-06-04 12:50:20.035 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-06-04 12:50:20.037 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2024-06-04 12:50:20.039 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:50:20.041 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:20.043 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:50:20.054 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:20.056 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:50:20.058 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-06-04 12:50:20.060 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-06-04 12:50:20.085 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-06-04 12:50:20.109 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-06-04 12:50:20.133 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-06-04 12:50:20.157 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-06-04 12:50:20.181 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-06-04 12:50:20.205 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2024-06-04 12:50:20.207 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2024-06-04 12:50:20.209 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-06-04 12:50:20.211 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-06-04 12:50:20.213 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-06-04 12:50:20.227 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-06-04 12:50:20.229 | + functions:setup_systemd_logging:706 : local pidstr= 2024-06-04 12:50:20.231 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-06-04 12:50:20.233 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-06-04 12:50:20.235 | + 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-06-04 12:50:20.259 | + 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-06-04 12:50:20.283 | + 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-06-04 12:50:20.308 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-06-04 12:50:20.331 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2024-06-04 12:50:20.343 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:20.345 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2024-06-04 12:50:20.347 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:50:20.349 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-06-04 12:50:20.351 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2024-06-04 12:50:20.353 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-06-04 12:50:20.355 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:50:20.357 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2024-06-04 12:50:20.359 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-06-04 12:50:20.368 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-06-04 12:50:20.378 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-06-04 12:50:20.380 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-06-04 12:50:20.389 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-06-04 12:50:20.399 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2024-06-04 12:50:20.409 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-06-04 12:50:20.411 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:50:20.413 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2024-06-04 12:50:20.416 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.lz1eu75Rr7 2024-06-04 12:50:20.418 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-06-04 12:50:20.420 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:50:20.422 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.lz1eu75Rr7 2024-06-04 12:50:20.425 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.lz1eu75Rr7 2024-06-04 12:50:20.434 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.lz1eu75Rr7 /etc/sudoers.d/neutron-rootwrap 2024-06-04 12:50:20.443 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2024-06-04 12:50:20.445 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2024-06-04 12:50:20.447 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-06-04 12:50:20.471 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:20.473 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:50:20.496 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-06-04 12:50:20.498 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2024-06-04 12:50:20.500 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2024-06-04 12:50:20.502 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-06-04 12:50:20.504 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-06-04 12:50:20.506 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-06-04 12:50:20.519 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:20.522 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-06-04 12:50:20.524 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-06-04 12:50:20.526 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-06-04 12:50:20.539 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:20.541 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:50:20.544 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-06-04 12:50:20.569 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-06-04 12:50:20.571 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-06-04 12:50:20.573 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2024-06-04 12:50:20.586 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:20.588 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2024-06-04 12:50:20.601 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:20.603 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2024-06-04 12:50:20.605 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:20.607 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:20.609 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-06-04 12:50:20.635 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:20.637 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:50:20.661 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-06-04 12:50:20.686 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2024-06-04 12:50:20.688 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-06-04 12:50:20.690 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-06-04 12:50:20.692 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-06-04 12:50:21.932 | INFO neutron.common.config [-] Logging enabled! 2024-06-04 12:50:21.932 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev14 2024-06-04 12:50:21.933 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39644) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-06-04 12:50:21.933 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-06-04 12:50:21.934 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/opt/stack/data/venv/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmp_ob1iyhu/privsep.sock'] 2024-06-04 12:50:22.763 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-06-04 12:50:22.764 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp_ob1iyhu/privsep.sock {{(pid=39644) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2024-06-04 12:50:22.764 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-06-04 12:50:22.764 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-06-04 12:50:22.764 | 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-06-04 12:50:22.765 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39655 2024-06-04 12:50:22.765 | DEBUG oslo.privsep.daemon [-] privsep: reply[4c26aaa8-cba9-4135-a5e7-9e5991c0263c]: (2,) {{(pid=39655) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:50:22.853 | 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=39655) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2024-06-04 12:50:22.862 | 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=39655) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2024-06-04 12:50:22.862 | DEBUG oslo.privsep.daemon [-] privsep: reply[cb004f10-c33c-46ec-b1dc-ddc2936cf239]: (4, ('5e75e5ee-7c01-4a7b-b746-7d96417ed144\n', '')) {{(pid=39655) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:50:22.969 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39644) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-04 12:50:22.969 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39644) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-04 12:50:22.969 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39644) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:22.969 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39644) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:22.969 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39644) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:22.969 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39644) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:23.003 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-06-04 12:50:23.003 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39644) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-06-04 12:50:23.004 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39644) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-06-04 12:50:23.004 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-06-04 12:50:23.250 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-06-04 12:50:23.252 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-06-04 12:50:23.254 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-06-04 12:50:23.256 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-06-04 12:50:23.259 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-06-04 12:50:23.272 | + 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-06-04 12:50:23.288 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-06-04 12:50:23.290 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:23.292 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-06-04 12:50:23.319 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2024-06-04 12:50:23.321 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-06-04 12:50:23.327 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-06-04 12:50:23.329 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2024-06-04 12:50:23.331 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-06-04 12:50:23.391 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-06-04 12:50:23.404 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-06-04 12:50:23.407 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-06-04 12:50:23.416 | net.bridge.bridge-nf-call-iptables = 1 2024-06-04 12:50:23.419 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-06-04 12:50:23.421 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-06-04 12:50:23.428 | net.bridge.bridge-nf-call-ip6tables = 1 2024-06-04 12:50:23.431 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-06-04 12:50:23.433 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-06-04 12:50:23.435 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-06-04 12:50:23.437 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-06-04 12:50:23.439 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-06-04 12:50:23.441 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-06-04 12:50:23.443 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-06-04 12:50:23.445 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-06-04 12:50:23.447 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-06-04 12:50:23.449 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-06-04 12:50:23.461 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-06-04 12:50:23.463 | + 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-06-04 12:50:23.490 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2024-06-04 12:50:23.492 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-06-04 12:50:23.516 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-06-04 12:50:23.540 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2024-06-04 12:50:23.553 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:23.555 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2024-06-04 12:50:23.557 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.560 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-06-04 12:50:23.584 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-06-04 12:50:23.608 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.610 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.612 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-06-04 12:50:23.636 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:23.638 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:50:23.662 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2024-06-04 12:50:23.676 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:23.678 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.680 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-06-04 12:50:23.705 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.707 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.709 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-06-04 12:50:23.733 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.735 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-06-04 12:50:23.737 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-06-04 12:50:23.739 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2024-06-04 12:50:23.753 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:23.755 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2024-06-04 12:50:23.757 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-06-04 12:50:23.760 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-06-04 12:50:23.785 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-06-04 12:50:23.812 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:23.814 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:50:23.839 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-06-04 12:50:23.841 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-06-04 12:50:23.866 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-06-04 12:50:23.868 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-06-04 12:50:23.870 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-06-04 12:50:23.894 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-06-04 12:50:23.896 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-06-04 12:50:23.898 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-06-04 12:50:23.900 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-06-04 12:50:25.129 | INFO neutron.common.config [-] Logging enabled! 2024-06-04 12:50:25.129 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev14 2024-06-04 12:50:25.129 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40199) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-06-04 12:50:25.153 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40199) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-04 12:50:25.153 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40199) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-06-04 12:50:25.153 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40199) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:25.153 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40199) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:25.153 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40199) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:25.153 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40199) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-06-04 12:50:25.186 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-06-04 12:50:25.187 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40199) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-06-04 12:50:25.187 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40199) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-06-04 12:50:25.187 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-06-04 12:50:25.434 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2024-06-04 12:50:25.437 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2024-06-04 12:50:25.439 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2024-06-04 12:50:25.441 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-06-04 12:50:25.444 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-06-04 12:50:25.446 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-06-04 12:50:25.448 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-06-04 12:50:25.462 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2024-06-04 12:50:25.464 | + functions:set_mtu:796 : local dev=br-ex 2024-06-04 12:50:25.467 | + functions:set_mtu:797 : local mtu=8950 2024-06-04 12:50:25.469 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-06-04 12:50:25.479 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-06-04 12:50:25.492 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2024-06-04 12:50:25.495 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2024-06-04 12:50:25.497 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-06-04 12:50:25.499 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2024-06-04 12:50:25.502 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2024-06-04 12:50:25.504 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2024-06-04 12:50:25.506 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2024-06-04 12:50:25.509 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2024-06-04 12:50:25.511 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2024-06-04 12:50:25.513 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2024-06-04 12:50:25.516 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2024-06-04 12:50:25.518 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2024-06-04 12:50:25.520 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2024-06-04 12:50:25.522 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2024-06-04 12:50:25.526 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2024-06-04 12:50:25.526 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2024-06-04 12:50:25.531 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2024-06-04 12:50:25.533 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2024-06-04 12:50:25.535 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2024-06-04 12:50:25.537 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2024-06-04 12:50:25.540 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2024-06-04 12:50:25.541 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2024-06-04 12:50:25.541 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2024-06-04 12:50:25.546 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2024-06-04 12:50:25.548 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2024-06-04 12:50:25.550 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:25.552 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-06-04 12:50:25.554 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2024-06-04 12:50:25.556 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2024-06-04 12:50:25.558 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-06-04 12:50:25.572 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2024-06-04 12:50:25.572 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2024-06-04 12:50:25.576 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2024-06-04 12:50:25.578 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2024-06-04 12:50:25.592 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:25.594 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2024-06-04 12:50:25.596 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-06-04 12:50:25.600 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-06-04 12:50:25.624 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-06-04 12:50:25.650 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-06-04 12:50:25.675 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-06-04 12:50:25.677 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2024-06-04 12:50:25.679 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-06-04 12:50:25.704 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:25.707 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-06-04 12:50:25.733 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2024-06-04 12:50:25.735 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2024-06-04 12:50:25.749 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:25.751 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2024-06-04 12:50:25.753 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2024-06-04 12:50:25.767 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:25.769 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2024-06-04 12:50:25.783 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:25.785 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2024-06-04 12:50:25.800 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:25.802 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2024-06-04 12:50:25.815 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:25.817 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-06-04 12:50:25.831 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:25.833 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2024-06-04 12:50:25.835 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-06-04 12:50:25.837 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-06-04 12:50:25.841 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2024-06-04 12:50:25.843 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2024-06-04 12:50:25.845 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2024-06-04 12:50:25.848 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2024-06-04 12:50:25.850 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2024-06-04 12:50:25.853 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-06-04 12:50:25.857 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-06-04 12:50:25.860 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-06-04 12:50:25.864 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-06-04 12:50:25.889 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-06-04 12:50:25.916 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-06-04 12:50:25.942 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-06-04 12:50:25.969 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-06-04 12:50:25.971 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-06-04 12:50:25.973 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-06-04 12:50:25.975 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-06-04 12:50:25.978 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-06-04 12:50:26.003 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-06-04 12:50:26.028 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-06-04 12:50:26.054 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-06-04 12:50:26.080 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-06-04 12:50:26.106 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-06-04 12:50:26.132 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-06-04 12:50:26.157 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-06-04 12:50:26.182 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:50:26.208 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-06-04 12:50:26.233 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-06-04 12:50:26.259 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-06-04 12:50:26.284 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-06-04 12:50:26.286 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-06-04 12:50:26.288 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-06-04 12:50:26.290 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-06-04 12:50:26.292 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-06-04 12:50:26.321 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-06-04 12:50:26.346 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-06-04 12:50:26.371 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-06-04 12:50:26.396 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-06-04 12:50:26.423 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-06-04 12:50:26.448 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-06-04 12:50:26.473 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-06-04 12:50:26.498 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:50:26.524 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-06-04 12:50:26.550 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-06-04 12:50:26.552 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-06-04 12:50:26.554 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-06-04 12:50:26.556 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-06-04 12:50:26.558 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-06-04 12:50:26.583 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-06-04 12:50:26.608 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-06-04 12:50:26.634 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-06-04 12:50:26.660 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-06-04 12:50:26.685 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-06-04 12:50:26.710 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-06-04 12:50:26.736 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-06-04 12:50:26.762 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-06-04 12:50:26.788 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-06-04 12:50:26.814 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2024-06-04 12:50:26.816 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-06-04 12:50:26.818 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-06-04 12:50:26.820 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-06-04 12:50:26.822 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-06-04 12:50:26.824 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-06-04 12:50:26.826 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-06-04 12:50:26.828 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-06-04 12:50:26.831 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-06-04 12:50:26.833 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-06-04 12:50:26.835 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-06-04 12:50:26.837 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-06-04 12:50:26.839 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-06-04 12:50:26.841 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-06-04 12:50:26.843 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-06-04 12:50:26.845 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-06-04 12:50:26.847 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-06-04 12:50:26.849 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-06-04 12:50:26.851 | + 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-06-04 12:50:26.854 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:26.855 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-06-04 12:50:26.857 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-06-04 12:50:26.859 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-06-04 12:50:26.861 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:26.863 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-06-04 12:50:26.886 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-06-04 12:50:26.888 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:26.890 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-04 12:50:26.892 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-06-04 12:50:26.894 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-06-04 12:50:26.896 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:26.898 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-06-04 12:50:26.921 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-06-04 12:50:26.923 | + 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-06-04 12:50:26.925 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:26.928 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-04 12:50:26.930 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-06-04 12:50:26.932 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-06-04 12:50:26.934 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:26.936 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-06-04 12:50:26.959 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-06-04 12:50:26.961 | + 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-06-04 12:50:26.963 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:26.965 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-04 12:50:26.967 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-06-04 12:50:26.969 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-06-04 12:50:26.971 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:26.973 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-06-04 12:50:26.997 | + 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-06-04 12:50:26.999 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:27.001 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-06-04 12:50:27.003 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-06-04 12:50:27.005 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-06-04 12:50:27.007 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:27.009 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-06-04 12:50:27.032 | + 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-06-04 12:50:27.034 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:27.036 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-06-04 12:50:27.038 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-06-04 12:50:27.040 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-06-04 12:50:27.042 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:27.044 | + 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-06-04 12:50:27.067 | + 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-06-04 12:50:27.069 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:27.071 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-06-04 12:50:27.073 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-06-04 12:50:27.075 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-06-04 12:50:27.077 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:27.079 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-06-04 12:50:27.103 | + 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-06-04 12:50:27.105 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:27.107 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-06-04 12:50:27.109 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-06-04 12:50:27.111 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-06-04 12:50:27.114 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:27.116 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-06-04 12:50:27.140 | + 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-06-04 12:50:27.142 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:27.144 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-06-04 12:50:27.146 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-06-04 12:50:27.148 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-06-04 12:50:27.150 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:27.152 | + 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-06-04 12:50:27.176 | + 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-06-04 12:50:27.178 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:27.181 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-06-04 12:50:27.183 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-06-04 12:50:27.185 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-06-04 12:50:27.186 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-06-04 12:50:27.188 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-06-04 12:50:27.212 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-06-04 12:50:27.214 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-06-04 12:50:27.240 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-06-04 12:50:27.266 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2024-06-04 12:50:27.268 | + stack.sh:main:1187 : is_service_enabled mysql postgresql 2024-06-04 12:50:27.282 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:27.285 | + stack.sh:main:1187 : is_service_enabled neutron 2024-06-04 12:50:27.299 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:27.301 | + stack.sh:main:1188 : async_runfunc init_neutron 2024-06-04 12:50:27.303 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-06-04 12:50:27.352 | + inc/async:async_inner:63 : init_neutron 2024-06-04 12:50:27.384 | [3441 Async init_neutron:42018]: running: init_neutron 2024-06-04 12:50:27.387 | + stack.sh:main:1196 : is_service_enabled q-dhcp 2024-06-04 12:50:27.401 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:27.404 | ++ stack.sh:main:1200 : pidof NetworkManager 2024-06-04 12:50:27.415 | ++ stack.sh:main:1200 : true 2024-06-04 12:50:27.418 | + stack.sh:main:1200 : netman_pid= 2024-06-04 12:50:27.420 | + stack.sh:main:1201 : '[' -z '' ']' 2024-06-04 12:50:27.422 | + stack.sh:main:1202 : sudo killall dnsmasq 2024-06-04 12:50:27.434 | dnsmasq: no process found 2024-06-04 12:50:27.437 | + stack.sh:main:1202 : true 2024-06-04 12:50:27.439 | + stack.sh:main:1207 : clean_iptables 2024-06-04 12:50:27.443 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2024-06-04 12:50:27.443 | + lib/nova:clean_iptables:189 : grep nova 2024-06-04 12:50:27.443 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-04 12:50:27.444 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2024-06-04 12:50:27.444 | + lib/nova:clean_iptables:189 : bash 2024-06-04 12:50:27.445 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2024-06-04 12:50:27.449 | + lib/nova:clean_iptables:189 : grep '\-A' 2024-06-04 12:50:27.486 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2024-06-04 12:50:27.486 | + lib/nova:clean_iptables:191 : grep nova 2024-06-04 12:50:27.486 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-04 12:50:27.487 | + lib/nova:clean_iptables:191 : grep '\-A' 2024-06-04 12:50:27.487 | + lib/nova:clean_iptables:191 : bash 2024-06-04 12:50:27.488 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2024-06-04 12:50:27.489 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2024-06-04 12:50:27.498 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-04 12:50:27.498 | + lib/nova:clean_iptables:193 : grep nova 2024-06-04 12:50:27.498 | + lib/nova:clean_iptables:193 : grep '\-N' 2024-06-04 12:50:27.499 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2024-06-04 12:50:27.500 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2024-06-04 12:50:27.500 | + lib/nova:clean_iptables:193 : bash 2024-06-04 12:50:27.505 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2024-06-04 12:50:27.511 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2024-06-04 12:50:27.511 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2024-06-04 12:50:27.512 | + lib/nova:clean_iptables:195 : grep nova 2024-06-04 12:50:27.512 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2024-06-04 12:50:27.513 | + lib/nova:clean_iptables:195 : grep '\-N' 2024-06-04 12:50:27.513 | + lib/nova:clean_iptables:195 : bash 2024-06-04 12:50:27.515 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2024-06-04 12:50:27.523 | + stack.sh:main:1210 : sudo sysctl -w net.ipv4.ip_forward=1 2024-06-04 12:50:27.530 | net.ipv4.ip_forward = 1 2024-06-04 12:50:27.533 | + stack.sh:main:1215 : is_service_enabled nova neutron 2024-06-04 12:50:27.548 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:27.551 | + stack.sh:main:1216 : configure_os_vif 2024-06-04 12:50:27.553 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-06-04 12:50:27.555 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-06-04 12:50:27.583 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-06-04 12:50:27.585 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-06-04 12:50:27.615 | + stack.sh:main:1222 : is_service_enabled swift 2024-06-04 12:50:27.630 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:27.632 | + stack.sh:main:1231 : is_service_enabled cinder 2024-06-04 12:50:27.647 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:27.649 | + stack.sh:main:1232 : echo_summary 'Configuring Cinder' 2024-06-04 12:50:27.652 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:50:27.654 | + stack.sh:echo_summary:470 : echo -e Configuring Cinder 2024-06-04 12:50:27.656 | + stack.sh:main:1233 : async_runfunc init_cinder 2024-06-04 12:50:27.658 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-06-04 12:50:27.707 | + inc/async:async_inner:63 : init_cinder 2024-06-04 12:50:27.739 | [3441 Async init_cinder:42369]: running: init_cinder 2024-06-04 12:50:27.742 | + stack.sh:main:1239 : is_service_enabled placement 2024-06-04 12:50:27.758 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:27.761 | + stack.sh:main:1240 : echo_summary 'Configuring placement' 2024-06-04 12:50:27.763 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:50:27.765 | + stack.sh:echo_summary:470 : echo -e Configuring placement 2024-06-04 12:50:27.768 | + stack.sh:main:1241 : async_runfunc init_placement 2024-06-04 12:50:27.770 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-06-04 12:50:27.820 | + inc/async:async_inner:63 : init_placement 2024-06-04 12:50:27.850 | [3441 Async init_placement:42516]: running: init_placement 2024-06-04 12:50:27.853 | + stack.sh:main:1245 : async_wait init_neutron 2024-06-04 12:50:27.891 | [3441 Async init_neutron:42018]: Waiting for completion of init_neutron running on PID 42018 (5 other jobs running) 2024-06-04 12:50:27.910 | [3441 Async init_neutron:42018]: Signaling child to exit 2024-06-04 12:50:31.288 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:31.310 | [42369 Async init_cinder:42369]: finished successfully 2024-06-04 12:50:35.784 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:35.803 | [42018 Async init_neutron:42018]: finished successfully 2024-06-04 12:50:35.821 | WAKEUP 2024-06-04 12:50:35.838 | [3441 Async init_neutron:42018]: Signaled 2024-06-04 12:50:35.839 | + lib/neutron:init_neutron:511 : recreate_database neutron 2024-06-04 12:50:35.839 | + lib/database:recreate_database:112 : local db=neutron 2024-06-04 12:50:35.839 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-06-04 12:50:35.839 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2024-06-04 12:50:35.839 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-06-04 12:50:35.839 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-06-04 12:50:35.839 | + lib/neutron:init_neutron:512 : time_start dbsync 2024-06-04 12:50:35.839 | + functions-common:time_start:2386 : local name=dbsync 2024-06-04 12:50:35.839 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:50:35.839 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:50:35.839 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:50:35.839 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505427392 2024-06-04 12:50:35.839 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-06-04 12:50:35.839 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-06-04 12:50:35.840 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-06-04 12:50:35.841 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-06-04 12:50:35.842 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-06-04 12:50:35.842 | Running upgrade for neutron ... 2024-06-04 12:50:35.842 | OK 2024-06-04 12:50:35.842 | + lib/neutron:init_neutron:515 : time_stop dbsync 2024-06-04 12:50:35.842 | + functions-common:time_stop:2400 : local name 2024-06-04 12:50:35.842 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:50:35.842 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:50:35.842 | + functions-common:time_stop:2403 : local total 2024-06-04 12:50:35.842 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:50:35.842 | + functions-common:time_stop:2406 : name=dbsync 2024-06-04 12:50:35.842 | + functions-common:time_stop:2407 : start_time=1717505427392 2024-06-04 12:50:35.842 | + functions-common:time_stop:2409 : [[ -z 1717505427392 ]] 2024-06-04 12:50:35.843 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:50:35.843 | + functions-common:time_stop:2412 : end_time=1717505435771 2024-06-04 12:50:35.843 | + functions-common:time_stop:2413 : elapsed_time=8379 2024-06-04 12:50:35.843 | + functions-common:time_stop:2414 : total=2635 2024-06-04 12:50:35.843 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:50:35.843 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11014 2024-06-04 12:50:35.873 | [3441 Async init_neutron:42018]: finished init_neutron with result 0 in 8 seconds 2024-06-04 12:50:35.876 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:35.878 | + stack.sh:main:1246 : async_wait init_placement 2024-06-04 12:50:35.915 | [3441 Async init_placement:42516]: Waiting for completion of init_placement running on PID 42516 (4 other jobs running) 2024-06-04 12:50:35.934 | [3441 Async init_placement:42516]: Signaling child to exit 2024-06-04 12:50:44.075 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:44.095 | [42516 Async init_placement:42516]: finished successfully 2024-06-04 12:50:44.111 | WAKEUP 2024-06-04 12:50:44.128 | [3441 Async init_placement:42516]: Signaled 2024-06-04 12:50:44.129 | + lib/placement:init_placement:143 : recreate_database placement 2024-06-04 12:50:44.129 | + lib/database:recreate_database:112 : local db=placement 2024-06-04 12:50:44.129 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-06-04 12:50:44.129 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2024-06-04 12:50:44.129 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-06-04 12:50:44.129 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-06-04 12:50:44.129 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2024-06-04 12:50:44.129 | + lib/placement:init_placement:145 : create_placement_accounts 2024-06-04 12:50:44.129 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-06-04 12:50:44.129 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-06-04 12:50:44.129 | + functions-common:get_or_create_user:882 : local user_id 2024-06-04 12:50:44.129 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-06-04 12:50:44.129 | + functions-common:get_or_create_user:886 : local email= 2024-06-04 12:50:44.129 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-06-04 12:50:44.129 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:44.129 | + functions-common:get_or_create_user:898 : user_id=ec8a7a4b04ba4a478807f837020d4357 2024-06-04 12:50:44.129 | + functions-common:get_or_create_user:899 : echo ec8a7a4b04ba4a478807f837020d4357 2024-06-04 12:50:44.129 | ec8a7a4b04ba4a478807f837020d4357 2024-06-04 12:50:44.129 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-06-04 12:50:44.129 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:50:44.129 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:50:44.129 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-06-04 12:50:44.130 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:50:44.130 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:50:44.130 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-06-04 12:50:44.130 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-06-04 12:50:44.130 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-06-04 12:50:44.130 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-06-04 12:50:44.130 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-06-04 12:50:44.130 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-06-04 12:50:44.130 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-06-04 12:50:44.130 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-06-04 12:50:44.130 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:44.130 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:44.130 | + functions-common:get_or_add_user_project_role:963 : echo b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:44.130 | b7d1f0dea9df432ab9b5987aff7fdef3 2024-06-04 12:50:44.130 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-06-04 12:50:44.130 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-06-04 12:50:44.130 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-06-04 12:50:44.130 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-06-04 12:50:44.131 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-06-04 12:50:44.131 | ++ functions-common:_get_domain_args:930 : local domain 2024-06-04 12:50:44.131 | ++ functions-common:_get_domain_args:931 : domain= 2024-06-04 12:50:44.131 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-06-04 12:50:44.131 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-06-04 12:50:44.131 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-06-04 12:50:44.131 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-06-04 12:50:44.131 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-06-04 12:50:44.131 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-06-04 12:50:44.131 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-06-04 12:50:44.131 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-06-04 12:50:44.131 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:44.131 | + functions-common:get_or_add_user_project_role:962 : user_role_id=52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:50:44.131 | + functions-common:get_or_add_user_project_role:963 : echo 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:50:44.131 | 52ae0641541d4f3cb4f5791e5775f3ba 2024-06-04 12:50:44.131 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-06-04 12:50:44.131 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-06-04 12:50:44.131 | + functions-common:get_or_create_service:1038 : local service_id 2024-06-04 12:50:44.132 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-06-04 12:50:44.132 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-06-04 12:50:44.132 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:44.132 | + functions-common:get_or_create_service:1049 : service_id=' 2024-06-04 12:50:44.132 | 0c076865d8aa46bd9c6bda58438b6456' 2024-06-04 12:50:44.132 | + functions-common:get_or_create_service:1050 : echo 0c076865d8aa46bd9c6bda58438b6456 2024-06-04 12:50:44.132 | 0c076865d8aa46bd9c6bda58438b6456 2024-06-04 12:50:44.132 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-06-04 12:50:44.132 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-06-04 12:50:44.132 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-06-04 12:50:44.132 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-06-04 12:50:44.132 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-06-04 12:50:44.132 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:44.132 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-06-04 12:50:44.132 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-06-04 12:50:44.132 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-06-04 12:50:44.133 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:50:44.133 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=1bca845bea514d5bbc00464b15fc2da0 2024-06-04 12:50:44.133 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 1bca845bea514d5bbc00464b15fc2da0 2024-06-04 12:50:44.133 | + functions-common:get_or_create_endpoint:1083 : public_id=1bca845bea514d5bbc00464b15fc2da0 2024-06-04 12:50:44.133 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-06-04 12:50:44.133 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-06-04 12:50:44.133 | + functions-common:get_or_create_endpoint:1092 : echo 1bca845bea514d5bbc00464b15fc2da0 2024-06-04 12:50:44.133 | 1bca845bea514d5bbc00464b15fc2da0 2024-06-04 12:50:44.162 | [3441 Async init_placement:42516]: finished init_placement with result 0 in 16 seconds 2024-06-04 12:50:44.165 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:44.167 | + stack.sh:main:1247 : async_wait init_glance 2024-06-04 12:50:44.204 | [3441 Async init_glance:38722]: Waiting for completion of init_glance running on PID 38722 (3 other jobs running) 2024-06-04 12:50:44.223 | [3441 Async init_glance:38722]: Signaling child to exit 2024-06-04 12:50:44.223 | WAKEUP 2024-06-04 12:50:44.239 | [3441 Async init_glance:38722]: Signaled 2024-06-04 12:50:44.240 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2024-06-04 12:50:44.240 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2024-06-04 12:50:44.240 | + lib/glance:init_glance:488 : recreate_database glance 2024-06-04 12:50:44.240 | + lib/database:recreate_database:112 : local db=glance 2024-06-04 12:50:44.240 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-06-04 12:50:44.240 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2024-06-04 12:50:44.240 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-06-04 12:50:44.240 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-06-04 12:50:44.240 | + lib/glance:init_glance:490 : time_start dbsync 2024-06-04 12:50:44.240 | + functions-common:time_start:2386 : local name=dbsync 2024-06-04 12:50:44.240 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:50:44.240 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:50:44.240 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:50:44.240 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505401968 2024-06-04 12:50:44.240 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-06-04 12:50:44.240 | INFO dbcounter [-] Registered counter for database glance 2024-06-04 12:50:44.240 | 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=38810) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:50:44.240 | DEBUG dbcounter [-] [38810] Writer thread running {{(pid=38810) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.240 | INFO dbcounter [-] Registered counter for database glance 2024-06-04 12:50:44.240 | 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=38810) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:50:44.240 | DEBUG dbcounter [-] [38810] Writer thread running {{(pid=38810) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.240 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-06-04 12:50:44.240 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.241 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2024-06-04 12:50:44.241 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2024-06-04 12:50:44.242 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=38810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.242 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.242 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-06-04 12:50:44.242 | Database migration is up to date. No migration needed. 2024-06-04 12:50:44.242 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-06-04 12:50:44.242 | Database is synced successfully. 2024-06-04 12:50:44.242 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-06-04 12:50:44.242 | INFO dbcounter [-] Registered counter for database glance 2024-06-04 12:50:44.242 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=38841) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:50:44.242 | DEBUG dbcounter [-] [38841] Writer thread running {{(pid=38841) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:44.242 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-06-04 12:50:44.242 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-06-04 12:50:44.243 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-06-04 12:50:44.243 | + lib/glance:init_glance:496 : time_stop dbsync 2024-06-04 12:50:44.243 | + functions-common:time_stop:2400 : local name 2024-06-04 12:50:44.244 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:50:44.244 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:50:44.244 | + functions-common:time_stop:2403 : local total 2024-06-04 12:50:44.244 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:50:44.244 | + functions-common:time_stop:2406 : name=dbsync 2024-06-04 12:50:44.244 | + functions-common:time_stop:2407 : start_time=1717505401968 2024-06-04 12:50:44.244 | + functions-common:time_stop:2409 : [[ -z 1717505401968 ]] 2024-06-04 12:50:44.244 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:50:44.244 | + functions-common:time_stop:2412 : end_time=1717505406167 2024-06-04 12:50:44.244 | + functions-common:time_stop:2413 : elapsed_time=4199 2024-06-04 12:50:44.244 | + functions-common:time_stop:2414 : total=2635 2024-06-04 12:50:44.244 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:50:44.244 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6834 2024-06-04 12:50:44.273 | [3441 Async init_glance:38722]: finished init_glance with result 0 in 4 seconds 2024-06-04 12:50:44.277 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:44.279 | + stack.sh:main:1248 : async_wait init_swift 2024-06-04 12:50:44.295 | Not waiting for async task init_swift that we never started or has already been waited for 2024-06-04 12:50:44.297 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:44.299 | + stack.sh:main:1249 : async_wait init_cinder 2024-06-04 12:50:44.336 | [3441 Async init_cinder:42369]: Waiting for completion of init_cinder running on PID 42369 (2 other jobs running) 2024-06-04 12:50:44.354 | [3441 Async init_cinder:42369]: Signaling child to exit 2024-06-04 12:50:44.354 | WAKEUP 2024-06-04 12:50:44.370 | [3441 Async init_cinder:42369]: Signaled 2024-06-04 12:50:44.371 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2024-06-04 12:50:44.371 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:44.371 | + lib/cinder:init_cinder:486 : recreate_database cinder 2024-06-04 12:50:44.371 | + lib/database:recreate_database:112 : local db=cinder 2024-06-04 12:50:44.371 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-06-04 12:50:44.371 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2024-06-04 12:50:44.371 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-06-04 12:50:44.371 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-06-04 12:50:44.371 | + lib/cinder:init_cinder:488 : time_start dbsync 2024-06-04 12:50:44.371 | + functions-common:time_start:2386 : local name=dbsync 2024-06-04 12:50:44.371 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:50:44.371 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:50:44.371 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:50:44.371 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505427764 2024-06-04 12:50:44.371 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-06-04 12:50:44.371 | INFO dbcounter [-] Registered counter for database cinder 2024-06-04 12:50:44.371 | 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=42472) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:50:44.371 | DEBUG dbcounter [-] [42472] Writer thread running {{(pid=42472) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:44.371 | INFO cinder.db.migration [-] Applying migration(s) 2024-06-04 12:50:44.371 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:44.371 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:44.371 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-06-04 12:50:44.371 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42472) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:50:44.371 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-06-04 12:50:44.371 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42472) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.371 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-06-04 12:50:44.371 | INFO dbcounter [-] Registered counter for database cinder 2024-06-04 12:50:44.371 | 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=42472) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:50:44.371 | DEBUG dbcounter [-] [42472] Writer thread running {{(pid=42472) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:44.371 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42472) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.371 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2024-06-04 12:50:44.371 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=42472) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:44.371 | INFO cinder.db.migration [-] Migration(s) applied 2024-06-04 12:50:44.371 | + lib/cinder:init_cinder:491 : time_stop dbsync 2024-06-04 12:50:44.371 | + functions-common:time_stop:2400 : local name 2024-06-04 12:50:44.371 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:50:44.371 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:50:44.371 | + functions-common:time_stop:2403 : local total 2024-06-04 12:50:44.371 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:50:44.371 | + functions-common:time_stop:2406 : name=dbsync 2024-06-04 12:50:44.371 | + functions-common:time_stop:2407 : start_time=1717505427764 2024-06-04 12:50:44.371 | + functions-common:time_stop:2409 : [[ -z 1717505427764 ]] 2024-06-04 12:50:44.371 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:50:44.371 | + functions-common:time_stop:2412 : end_time=1717505431223 2024-06-04 12:50:44.371 | + functions-common:time_stop:2413 : elapsed_time=3459 2024-06-04 12:50:44.372 | + functions-common:time_stop:2414 : total=2635 2024-06-04 12:50:44.372 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:50:44.372 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6094 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2024-06-04 12:50:44.372 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:495 : local be be_name be_type 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:497 : be_type=vmdk 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:498 : be_name=vsphere 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2024-06-04 12:50:44.372 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:50:44.372 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2024-06-04 12:50:44.404 | [3441 Async init_cinder:42369]: finished init_cinder with result 0 in 3 seconds 2024-06-04 12:50:44.407 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:44.409 | + stack.sh:main:1254 : is_service_enabled nova 2024-06-04 12:50:44.423 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:44.425 | + stack.sh:main:1255 : echo_summary 'Configuring Nova' 2024-06-04 12:50:44.427 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:50:44.429 | + stack.sh:echo_summary:470 : echo -e Configuring Nova 2024-06-04 12:50:44.431 | + stack.sh:main:1256 : init_nova 2024-06-04 12:50:44.433 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2024-06-04 12:50:44.447 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:44.449 | + lib/nova:init_nova:858 : is_service_enabled n-api 2024-06-04 12:50:44.462 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:44.464 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:50:44.466 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2024-06-04 12:50:44.468 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-06-04 12:50:44.471 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-06-04 12:50:44.473 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2024-06-04 12:50:44.475 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-06-04 12:50:44.484 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-06-04 12:50:44.493 | ++ lib/nova:init_nova:871 : seq 1 1 2024-06-04 12:50:44.496 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-06-04 12:50:44.499 | ++ lib/nova:init_nova:872 : conductor_conf 1 2024-06-04 12:50:44.501 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-06-04 12:50:44.503 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-06-04 12:50:44.506 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-06-04 12:50:44.554 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-06-04 12:50:44.585 | [3441 Async nova-cell-1:43801]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-06-04 12:50:44.587 | + lib/nova:init_nova:875 : recreate_database nova_api 2024-06-04 12:50:44.589 | + lib/database:recreate_database:112 : local db=nova_api 2024-06-04 12:50:44.591 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-06-04 12:50:44.593 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2024-06-04 12:50:44.595 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-06-04 12:50:44.604 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-06-04 12:50:44.612 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-06-04 12:50:45.077 | 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-06-04 12:50:46.744 | INFO dbcounter [-] Registered counter for database nova_api 2024-06-04 12:50:46.756 | DEBUG dbcounter [-] [43868] Writer thread running {{(pid=43868) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:46.759 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:46.759 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:46.781 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-06-04 12:50:47.789 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43868) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:50:47.791 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-06-04 12:50:47.948 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43868) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:47.955 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2024-06-04 12:50:47.957 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=43868) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:48.316 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2024-06-04 12:50:48.318 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-06-04 12:50:48.321 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-06-04 12:50:48.323 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2024-06-04 12:50:48.325 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-06-04 12:50:48.327 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-06-04 12:50:48.330 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-06-04 12:50:48.344 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:48.347 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-06-04 12:50:48.349 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-06-04 12:50:48.352 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-06-04 12:50:48.805 | 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-06-04 12:50:49.849 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:49.869 | [43801 Async nova-cell-1:43801]: finished successfully 2024-06-04 12:50:50.057 | INFO dbcounter [None req-bbedfa11-73ea-41ac-b73d-3adc4629f445 None None] Registered counter for database nova_api 2024-06-04 12:50:50.068 | DEBUG dbcounter [-] [43925] Writer thread running {{(pid=43925) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:50.396 | ++ lib/nova:init_nova:883 : seq 0 1 2024-06-04 12:50:50.400 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-06-04 12:50:50.402 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2024-06-04 12:50:50.418 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-06-04 12:50:50.421 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:50.423 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-06-04 12:50:50.425 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2024-06-04 12:50:50.463 | [3441 Async nova-cell-1:43801]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43801 (2 other jobs running) 2024-06-04 12:50:50.481 | [3441 Async nova-cell-1:43801]: Signaling child to exit 2024-06-04 12:50:50.481 | WAKEUP 2024-06-04 12:50:50.497 | [3441 Async nova-cell-1:43801]: Signaled 2024-06-04 12:50:50.497 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2024-06-04 12:50:50.497 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2024-06-04 12:50:50.497 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2024-06-04 12:50:50.497 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-06-04 12:50:50.497 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-06-04 12:50:50.497 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2024-06-04 12:50:50.497 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-06-04 12:50:50.497 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-06-04 12:50:50.497 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-06-04 12:50:50.497 | 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-06-04 12:50:50.497 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-06-04 12:50:50.497 | DEBUG dbcounter [-] [43852] Writer thread running {{(pid=43852) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-06-04 12:50:50.498 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43852) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-06-04 12:50:50.498 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43852) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-06-04 12:50:50.498 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43852) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-06-04 12:50:50.498 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43852) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-06-04 12:50:50.498 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=43852) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:50.498 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-06-04 12:50:50.498 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=43852) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:50.529 | [3441 Async nova-cell-1:43801]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-06-04 12:50:50.532 | + inc/async:async_wait:197 : return 0 2024-06-04 12:50:50.534 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:50:50.536 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-06-04 12:50:50.980 | 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-06-04 12:50:52.167 | INFO dbcounter [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Registered counter for database nova_api 2024-06-04 12:50:52.178 | DEBUG dbcounter [-] [44132] Writer thread running {{(pid=44132) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:52.203 | INFO dbcounter [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Registered counter for database nova_cell0 2024-06-04 12:50:52.207 | DEBUG dbcounter [-] [44132] Writer thread running {{(pid=44132) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:52.210 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Context impl MySQLImpl. 2024-06-04 12:50:52.210 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Will assume non-transactional DDL. 2024-06-04 12:50:52.220 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-06-04 12:50:54.290 | DEBUG alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] new branch insert 8f2f1571d55b {{(pid=44132) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-06-04 12:50:54.291 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-06-04 12:50:54.320 | DEBUG alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44132) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:54.321 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-06-04 12:50:54.407 | DEBUG alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44132) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:54.409 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-06-04 12:50:54.425 | DEBUG alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44132) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:54.426 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-06-04 12:50:54.429 | DEBUG alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=44132) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:54.430 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-06-04 12:50:54.480 | DEBUG alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=44132) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-06-04 12:50:54.483 | INFO dbcounter [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Registered counter for database nova_cell1 2024-06-04 12:50:54.488 | DEBUG dbcounter [-] [44132] Writer thread running {{(pid=44132) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:54.490 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Context impl MySQLImpl. 2024-06-04 12:50:54.490 | INFO alembic.runtime.migration [None req-d5a7cc9a-0b1d-4694-a4ba-81e824473741 None None] Will assume non-transactional DDL. 2024-06-04 12:50:54.829 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-06-04 12:50:55.270 | 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-06-04 12:50:56.445 | Running batches of 50 until complete 2024-06-04 12:50:56.445 | INFO dbcounter [None req-e2719bbf-3d50-468a-b4c7-0a3a0f19d26a None None] Registered counter for database nova_cell1 2024-06-04 12:50:56.456 | DEBUG dbcounter [-] [44137] Writer thread running {{(pid=44137) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:56.511 | INFO dbcounter [None req-e2719bbf-3d50-468a-b4c7-0a3a0f19d26a None None] Registered counter for database nova_api 2024-06-04 12:50:56.515 | DEBUG dbcounter [-] [44137] Writer thread running {{(pid=44137) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:56.578 | INFO dbcounter [None req-e2719bbf-3d50-468a-b4c7-0a3a0f19d26a None None] Registered counter for database nova_cell0 2024-06-04 12:50:56.582 | DEBUG dbcounter [-] [44137] Writer thread running {{(pid=44137) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:56.619 | +-------------------------------------+--------------+-----------+ 2024-06-04 12:50:56.619 | | Migration | Total Needed | Completed | 2024-06-04 12:50:56.619 | +-------------------------------------+--------------+-----------+ 2024-06-04 12:50:56.619 | | fill_virtual_interface_list | 0 | 0 | 2024-06-04 12:50:56.619 | | migrate_empty_ratio | 0 | 0 | 2024-06-04 12:50:56.619 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-06-04 12:50:56.619 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-06-04 12:50:56.619 | | migration_migrate_to_uuid | 0 | 0 | 2024-06-04 12:50:56.619 | | populate_dev_uuids | 0 | 0 | 2024-06-04 12:50:56.619 | | populate_instance_compute_id | 0 | 0 | 2024-06-04 12:50:56.619 | | populate_missing_availability_zones | 0 | 0 | 2024-06-04 12:50:56.619 | | populate_queued_for_delete | 0 | 0 | 2024-06-04 12:50:56.619 | | populate_user_id | 0 | 0 | 2024-06-04 12:50:56.619 | | populate_uuids | 0 | 0 | 2024-06-04 12:50:56.619 | +-------------------------------------+--------------+-----------+ 2024-06-04 12:50:56.970 | ++ lib/nova:init_nova:897 : seq 1 1 2024-06-04 12:50:56.974 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-06-04 12:50:56.977 | ++ lib/nova:init_nova:898 : conductor_conf 1 2024-06-04 12:50:56.979 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-06-04 12:50:56.981 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-06-04 12:50:56.984 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-06-04 12:50:57.427 | 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-06-04 12:50:58.610 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-06-04 12:50:58.610 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-06-04 12:50:58.610 | INFO dbcounter [None req-b1684157-e701-4179-84ac-8e35a6d6dd82 None None] Registered counter for database nova_api 2024-06-04 12:50:58.621 | DEBUG dbcounter [-] [44156] Writer thread running {{(pid=44156) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:50:58.976 | + lib/nova:init_nova:902 : create_nova_keys_dir 2024-06-04 12:50:58.978 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-06-04 12:50:58.988 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2024-06-04 12:50:58.990 | + stack.sh:main:1258 : async_runfunc configure_neutron_nova 2024-06-04 12:50:58.992 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-06-04 12:50:59.043 | + inc/async:async_inner:63 : configure_neutron_nova 2024-06-04 12:50:59.075 | [3441 Async configure_neutron_nova:44213]: running: configure_neutron_nova 2024-06-04 12:50:59.077 | + stack.sh:main:1266 : run_phase stack post-config 2024-06-04 12:50:59.080 | + functions-common:run_phase:1828 : local mode=stack 2024-06-04 12:50:59.081 | + functions-common:run_phase:1829 : local phase=post-config 2024-06-04 12:50:59.084 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-04 12:50:59.086 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-06-04 12:50:59.088 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-04 12:50:59.090 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-06-04 12:50:59.092 | + functions-common:run_phase:1838 : local extra 2024-06-04 12:50:59.095 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-04 12:50:59.099 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-06-04 12:50:59.101 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-04 12:50:59.104 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-04 12:50:59.106 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-06-04 12:50:59.108 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-04 12:50:59.123 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:50:59.125 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:50:59.127 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:50:59.129 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-06-04 12:50:59.131 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:50:59.133 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:50:59.135 | ++ extras.d/80-tempest.sh:source:12 : : 2024-06-04 12:50:59.138 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-04 12:50:59.140 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-04 12:50:59.142 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:50:59.144 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-04 12:50:59.146 | + functions-common:run_phase:1855 : run_plugins stack post-config 2024-06-04 12:50:59.148 | + functions-common:run_plugins:1814 : local mode=stack 2024-06-04 12:50:59.151 | + functions-common:run_plugins:1815 : local phase=post-config 2024-06-04 12:50:59.153 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-06-04 12:50:59.155 | + functions-common:run_plugins:1818 : local plugin 2024-06-04 12:50:59.157 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-06-04 12:50:59.159 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:50:59.161 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-04 12:50:59.164 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-06-04 12:50:59.166 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:50:59.168 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:50:59.170 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-06-04 12:50:59.172 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:50:59.174 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:50:59.176 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-06-04 12:50:59.178 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:50:59.180 | ++ stack.sh:echo_summary:470 : echo -e Configuring Networking-NSX-T 2024-06-04 12:50:59.182 | + stack.sh:main:1274 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-06-04 12:50:59.185 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.187 | + inc/meta-config:merge_config_group:171 : shift 2024-06-04 12:50:59.189 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-06-04 12:50:59.191 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:50:59.193 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-04 12:50:59.196 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-04 12:50:59.198 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-06-04 12:50:59.201 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.202 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-06-04 12:50:59.205 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:50:59.207 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-06-04 12:50:59.207 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:50:59.207 | gsub("[][]", "", $1); 2024-06-04 12:50:59.207 | split($1, a, "|"); 2024-06-04 12:50:59.207 | if (a[1] == matchgroup) 2024-06-04 12:50:59.207 | print a[2] 2024-06-04 12:50:59.207 | } 2024-06-04 12:50:59.207 | ' /opt/stack/devstack/local.conf 2024-06-04 12:50:59.212 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-04 12:50:59.214 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-04 12:50:59.216 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-04 12:50:59.219 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-06-04 12:50:59.221 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-06-04 12:50:59.224 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-06-04 12:50:59.226 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-06-04 12:50:59.228 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-06-04 12:50:59.232 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-06-04 12:50:59.234 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-06-04 12:50:59.237 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-06-04 12:50:59.239 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.241 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-04 12:50:59.243 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-06-04 12:50:59.246 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-04 12:50:59.248 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-06-04 12:50:59.250 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-06-04 12:50:59.254 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-06-04 12:50:59.257 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-06-04 12:50:59.259 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-06-04 12:50:59.260 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-06-04 12:50:59.260 | BEGIN { 2024-06-04 12:50:59.260 | section = "" 2024-06-04 12:50:59.260 | last_section = "" 2024-06-04 12:50:59.260 | section_count = 0 2024-06-04 12:50:59.260 | } 2024-06-04 12:50:59.260 | /^\[.+\]/ { 2024-06-04 12:50:59.260 | gsub("[][]", "", $1); 2024-06-04 12:50:59.260 | section=$1 2024-06-04 12:50:59.260 | next 2024-06-04 12:50:59.260 | } 2024-06-04 12:50:59.260 | /^ *\#/ { 2024-06-04 12:50:59.260 | next 2024-06-04 12:50:59.260 | } 2024-06-04 12:50:59.260 | /^[^ \t]+/ { 2024-06-04 12:50:59.260 | # get offset of first = in $0 2024-06-04 12:50:59.260 | eq_idx = index($0, "=") 2024-06-04 12:50:59.260 | # extract attr & value from $0 2024-06-04 12:50:59.260 | attr = substr($0, 1, eq_idx - 1) 2024-06-04 12:50:59.260 | value = substr($0, eq_idx + 1) 2024-06-04 12:50:59.260 | # only need to strip trailing whitespace from attr 2024-06-04 12:50:59.260 | sub(/[ \t]*$/, "", attr) 2024-06-04 12:50:59.260 | # need to strip leading & trailing whitespace from value 2024-06-04 12:50:59.260 | sub(/^[ \t]*/, "", value) 2024-06-04 12:50:59.260 | sub(/[ \t]*$/, "", value) 2024-06-04 12:50:59.260 | 2024-06-04 12:50:59.260 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-04 12:50:59.260 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-04 12:50:59.261 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-04 12:50:59.261 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-04 12:50:59.261 | if (! (section, attr) in cfg_attr_count) { 2024-06-04 12:50:59.261 | if (section != last_section) { 2024-06-04 12:50:59.261 | cfg_section[section_count++] = section 2024-06-04 12:50:59.261 | last_section = section 2024-06-04 12:50:59.261 | } 2024-06-04 12:50:59.261 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-04 12:50:59.261 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-04 12:50:59.261 | 2024-06-04 12:50:59.261 | cfg_attr[section, attr, 0] = value 2024-06-04 12:50:59.261 | cfg_attr_count[section, attr] = 1 2024-06-04 12:50:59.261 | } else { 2024-06-04 12:50:59.261 | lno = cfg_attr_count[section, attr]++ 2024-06-04 12:50:59.261 | cfg_attr[section, attr, lno] = value 2024-06-04 12:50:59.261 | } 2024-06-04 12:50:59.261 | } 2024-06-04 12:50:59.261 | END { 2024-06-04 12:50:59.261 | # Process each section in order 2024-06-04 12:50:59.261 | for (sno = 0; sno < section_count; sno++) { 2024-06-04 12:50:59.261 | section = cfg_section[sno] 2024-06-04 12:50:59.261 | # The ini routines simply append a config item immediately 2024-06-04 12:50:59.261 | # after the section header. To keep the same order as defined 2024-06-04 12:50:59.261 | # in local.conf, invoke the ini routines in the reverse order 2024-06-04 12:50:59.261 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-04 12:50:59.261 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-04 12:50:59.261 | if (cfg_attr_count[section, attr] == 1) 2024-06-04 12:50:59.261 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-04 12:50:59.261 | else { 2024-06-04 12:50:59.261 | # For multiline, invoke the ini routines in the reverse order 2024-06-04 12:50:59.261 | count = cfg_attr_count[section, attr] 2024-06-04 12:50:59.262 | print "inidelete " configfile " " section " " attr 2024-06-04 12:50:59.262 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-04 12:50:59.262 | for (l = count -2; l >= 0; l--) 2024-06-04 12:50:59.262 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-04 12:50:59.262 | } 2024-06-04 12:50:59.262 | } 2024-06-04 12:50:59.262 | } 2024-06-04 12:50:59.262 | } 2024-06-04 12:50:59.262 | ' 2024-06-04 12:50:59.262 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.262 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.262 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-04 12:50:59.264 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-04 12:50:59.266 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-06-04 12:50:59.268 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:50:59.271 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-06-04 12:50:59.273 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-06-04 12:50:59.273 | BEGIN { group = "" } 2024-06-04 12:50:59.273 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:50:59.273 | gsub("[][]", "", $1); 2024-06-04 12:50:59.273 | split($1, a, "|"); 2024-06-04 12:50:59.273 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-04 12:50:59.273 | group=a[1] 2024-06-04 12:50:59.273 | } else { 2024-06-04 12:50:59.273 | group="" 2024-06-04 12:50:59.273 | } 2024-06-04 12:50:59.273 | next 2024-06-04 12:50:59.273 | } 2024-06-04 12:50:59.273 | { 2024-06-04 12:50:59.273 | if (group != "") 2024-06-04 12:50:59.274 | print $0 2024-06-04 12:50:59.274 | } 2024-06-04 12:50:59.274 | ' /opt/stack/devstack/local.conf 2024-06-04 12:50:59.278 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-06-04 12:50:59.280 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-06-04 12:50:59.305 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.308 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-04 12:50:59.310 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-04 12:50:59.312 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-04 12:50:59.315 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-06-04 12:50:59.318 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-06-04 12:50:59.321 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-06-04 12:50:59.323 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-06-04 12:50:59.326 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-06-04 12:50:59.329 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-06-04 12:50:59.331 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-06-04 12:50:59.334 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-06-04 12:50:59.336 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.338 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-04 12:50:59.340 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-06-04 12:50:59.343 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-04 12:50:59.345 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-06-04 12:50:59.348 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-06-04 12:50:59.351 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-06-04 12:50:59.353 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-06-04 12:50:59.356 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-06-04 12:50:59.356 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.357 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-06-04 12:50:59.357 | BEGIN { 2024-06-04 12:50:59.357 | section = "" 2024-06-04 12:50:59.357 | last_section = "" 2024-06-04 12:50:59.357 | section_count = 0 2024-06-04 12:50:59.357 | } 2024-06-04 12:50:59.357 | /^\[.+\]/ { 2024-06-04 12:50:59.357 | gsub("[][]", "", $1); 2024-06-04 12:50:59.357 | section=$1 2024-06-04 12:50:59.357 | next 2024-06-04 12:50:59.357 | } 2024-06-04 12:50:59.357 | /^ *\#/ { 2024-06-04 12:50:59.357 | next 2024-06-04 12:50:59.357 | } 2024-06-04 12:50:59.357 | /^[^ \t]+/ { 2024-06-04 12:50:59.357 | # get offset of first = in $0 2024-06-04 12:50:59.357 | eq_idx = index($0, "=") 2024-06-04 12:50:59.357 | # extract attr & value from $0 2024-06-04 12:50:59.357 | attr = substr($0, 1, eq_idx - 1) 2024-06-04 12:50:59.357 | value = substr($0, eq_idx + 1) 2024-06-04 12:50:59.357 | # only need to strip trailing whitespace from attr 2024-06-04 12:50:59.357 | sub(/[ \t]*$/, "", attr) 2024-06-04 12:50:59.357 | # need to strip leading & trailing whitespace from value 2024-06-04 12:50:59.357 | sub(/^[ \t]*/, "", value) 2024-06-04 12:50:59.357 | sub(/[ \t]*$/, "", value) 2024-06-04 12:50:59.358 | 2024-06-04 12:50:59.358 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-04 12:50:59.358 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-04 12:50:59.358 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-04 12:50:59.358 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-04 12:50:59.358 | if (! (section, attr) in cfg_attr_count) { 2024-06-04 12:50:59.358 | if (section != last_section) { 2024-06-04 12:50:59.358 | cfg_section[section_count++] = section 2024-06-04 12:50:59.358 | last_section = section 2024-06-04 12:50:59.358 | } 2024-06-04 12:50:59.358 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-04 12:50:59.358 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-04 12:50:59.358 | 2024-06-04 12:50:59.358 | cfg_attr[section, attr, 0] = value 2024-06-04 12:50:59.358 | cfg_attr_count[section, attr] = 1 2024-06-04 12:50:59.358 | } else { 2024-06-04 12:50:59.358 | lno = cfg_attr_count[section, attr]++ 2024-06-04 12:50:59.359 | cfg_attr[section, attr, lno] = value 2024-06-04 12:50:59.359 | } 2024-06-04 12:50:59.359 | } 2024-06-04 12:50:59.359 | END { 2024-06-04 12:50:59.359 | # Process each section in order 2024-06-04 12:50:59.359 | for (sno = 0; sno < section_count; sno++) { 2024-06-04 12:50:59.359 | section = cfg_section[sno] 2024-06-04 12:50:59.359 | # The ini routines simply append a config item immediately 2024-06-04 12:50:59.359 | # after the section header. To keep the same order as defined 2024-06-04 12:50:59.359 | # in local.conf, invoke the ini routines in the reverse order 2024-06-04 12:50:59.359 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-04 12:50:59.359 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-04 12:50:59.359 | if (cfg_attr_count[section, attr] == 1) 2024-06-04 12:50:59.359 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-04 12:50:59.359 | else { 2024-06-04 12:50:59.359 | # For multiline, invoke the ini routines in the reverse order 2024-06-04 12:50:59.359 | count = cfg_attr_count[section, attr] 2024-06-04 12:50:59.359 | print "inidelete " configfile " " section " " attr 2024-06-04 12:50:59.359 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-04 12:50:59.359 | for (l = count -2; l >= 0; l--) 2024-06-04 12:50:59.359 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-04 12:50:59.359 | } 2024-06-04 12:50:59.359 | } 2024-06-04 12:50:59.359 | } 2024-06-04 12:50:59.360 | } 2024-06-04 12:50:59.360 | ' 2024-06-04 12:50:59.360 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.360 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-04 12:50:59.362 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-04 12:50:59.364 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-06-04 12:50:59.366 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:50:59.368 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-06-04 12:50:59.371 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-06-04 12:50:59.371 | BEGIN { group = "" } 2024-06-04 12:50:59.371 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:50:59.371 | gsub("[][]", "", $1); 2024-06-04 12:50:59.371 | split($1, a, "|"); 2024-06-04 12:50:59.371 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-04 12:50:59.371 | group=a[1] 2024-06-04 12:50:59.371 | } else { 2024-06-04 12:50:59.371 | group="" 2024-06-04 12:50:59.371 | } 2024-06-04 12:50:59.371 | next 2024-06-04 12:50:59.371 | } 2024-06-04 12:50:59.372 | { 2024-06-04 12:50:59.372 | if (group != "") 2024-06-04 12:50:59.372 | print $0 2024-06-04 12:50:59.372 | } 2024-06-04 12:50:59.372 | ' /opt/stack/devstack/local.conf 2024-06-04 12:50:59.376 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-06-04 12:50:59.379 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-06-04 12:50:59.393 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:50:59.402 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.405 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-04 12:50:59.408 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-04 12:50:59.410 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-04 12:50:59.413 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-06-04 12:50:59.413 | [44213 Async configure_neutron_nova:44213]: finished successfully 2024-06-04 12:50:59.415 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-06-04 12:50:59.418 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-06-04 12:50:59.421 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-06-04 12:50:59.423 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-06-04 12:50:59.427 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-06-04 12:50:59.429 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-06-04 12:50:59.432 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-06-04 12:50:59.434 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.436 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-04 12:50:59.438 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-06-04 12:50:59.440 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-04 12:50:59.443 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-06-04 12:50:59.445 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-06-04 12:50:59.448 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-06-04 12:50:59.450 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-06-04 12:50:59.452 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-06-04 12:50:59.453 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.454 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-06-04 12:50:59.454 | BEGIN { 2024-06-04 12:50:59.454 | section = "" 2024-06-04 12:50:59.454 | last_section = "" 2024-06-04 12:50:59.454 | section_count = 0 2024-06-04 12:50:59.454 | } 2024-06-04 12:50:59.454 | /^\[.+\]/ { 2024-06-04 12:50:59.454 | gsub("[][]", "", $1); 2024-06-04 12:50:59.454 | section=$1 2024-06-04 12:50:59.454 | next 2024-06-04 12:50:59.454 | } 2024-06-04 12:50:59.454 | /^ *\#/ { 2024-06-04 12:50:59.454 | next 2024-06-04 12:50:59.454 | } 2024-06-04 12:50:59.454 | /^[^ \t]+/ { 2024-06-04 12:50:59.454 | # get offset of first = in $0 2024-06-04 12:50:59.454 | eq_idx = index($0, "=") 2024-06-04 12:50:59.454 | # extract attr & value from $0 2024-06-04 12:50:59.454 | attr = substr($0, 1, eq_idx - 1) 2024-06-04 12:50:59.455 | value = substr($0, eq_idx + 1) 2024-06-04 12:50:59.455 | # only need to strip trailing whitespace from attr 2024-06-04 12:50:59.455 | sub(/[ \t]*$/, "", attr) 2024-06-04 12:50:59.455 | # need to strip leading & trailing whitespace from value 2024-06-04 12:50:59.455 | sub(/^[ \t]*/, "", value) 2024-06-04 12:50:59.455 | sub(/[ \t]*$/, "", value) 2024-06-04 12:50:59.455 | 2024-06-04 12:50:59.455 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-04 12:50:59.455 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-04 12:50:59.455 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-04 12:50:59.455 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-04 12:50:59.455 | if (! (section, attr) in cfg_attr_count) { 2024-06-04 12:50:59.455 | if (section != last_section) { 2024-06-04 12:50:59.455 | cfg_section[section_count++] = section 2024-06-04 12:50:59.455 | last_section = section 2024-06-04 12:50:59.455 | } 2024-06-04 12:50:59.455 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-04 12:50:59.455 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-04 12:50:59.455 | 2024-06-04 12:50:59.455 | cfg_attr[section, attr, 0] = value 2024-06-04 12:50:59.455 | cfg_attr_count[section, attr] = 1 2024-06-04 12:50:59.455 | } else { 2024-06-04 12:50:59.455 | lno = cfg_attr_count[section, attr]++ 2024-06-04 12:50:59.455 | cfg_attr[section, attr, lno] = value 2024-06-04 12:50:59.456 | } 2024-06-04 12:50:59.456 | } 2024-06-04 12:50:59.456 | END { 2024-06-04 12:50:59.456 | # Process each section in order 2024-06-04 12:50:59.456 | for (sno = 0; sno < section_count; sno++) { 2024-06-04 12:50:59.456 | section = cfg_section[sno] 2024-06-04 12:50:59.456 | # The ini routines simply append a config item immediately 2024-06-04 12:50:59.456 | # after the section header. To keep the same order as defined 2024-06-04 12:50:59.456 | # in local.conf, invoke the ini routines in the reverse order 2024-06-04 12:50:59.456 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-04 12:50:59.456 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-04 12:50:59.456 | if (cfg_attr_count[section, attr] == 1) 2024-06-04 12:50:59.456 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-04 12:50:59.456 | else { 2024-06-04 12:50:59.456 | # For multiline, invoke the ini routines in the reverse order 2024-06-04 12:50:59.456 | count = cfg_attr_count[section, attr] 2024-06-04 12:50:59.456 | print "inidelete " configfile " " section " " attr 2024-06-04 12:50:59.456 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-04 12:50:59.456 | for (l = count -2; l >= 0; l--) 2024-06-04 12:50:59.456 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-04 12:50:59.456 | } 2024-06-04 12:50:59.456 | } 2024-06-04 12:50:59.456 | } 2024-06-04 12:50:59.456 | } 2024-06-04 12:50:59.456 | ' 2024-06-04 12:50:59.457 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.457 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-04 12:50:59.457 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-04 12:50:59.459 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-06-04 12:50:59.461 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:50:59.464 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-06-04 12:50:59.466 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-06-04 12:50:59.466 | BEGIN { group = "" } 2024-06-04 12:50:59.466 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:50:59.466 | gsub("[][]", "", $1); 2024-06-04 12:50:59.466 | split($1, a, "|"); 2024-06-04 12:50:59.466 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-04 12:50:59.466 | group=a[1] 2024-06-04 12:50:59.466 | } else { 2024-06-04 12:50:59.466 | group="" 2024-06-04 12:50:59.466 | } 2024-06-04 12:50:59.466 | next 2024-06-04 12:50:59.466 | } 2024-06-04 12:50:59.466 | { 2024-06-04 12:50:59.466 | if (group != "") 2024-06-04 12:50:59.466 | print $0 2024-06-04 12:50:59.466 | } 2024-06-04 12:50:59.466 | ' /opt/stack/devstack/local.conf 2024-06-04 12:50:59.471 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-06-04 12:50:59.473 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-06-04 12:50:59.499 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.501 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-06-04 12:50:59.503 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-06-04 12:50:59.528 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.530 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-04 12:50:59.532 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-04 12:50:59.534 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-04 12:50:59.537 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-06-04 12:50:59.539 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:59.542 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:59.544 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-06-04 12:50:59.547 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:59.550 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-06-04 12:50:59.552 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-06-04 12:50:59.554 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-06-04 12:50:59.556 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.559 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-04 12:50:59.561 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-06-04 12:50:59.563 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-04 12:50:59.565 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-06-04 12:50:59.568 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:59.570 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-06-04 12:50:59.572 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-06-04 12:50:59.575 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-06-04 12:50:59.576 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-06-04 12:50:59.576 | BEGIN { 2024-06-04 12:50:59.576 | section = "" 2024-06-04 12:50:59.576 | last_section = "" 2024-06-04 12:50:59.576 | section_count = 0 2024-06-04 12:50:59.576 | } 2024-06-04 12:50:59.576 | /^\[.+\]/ { 2024-06-04 12:50:59.576 | gsub("[][]", "", $1); 2024-06-04 12:50:59.576 | section=$1 2024-06-04 12:50:59.576 | next 2024-06-04 12:50:59.576 | } 2024-06-04 12:50:59.576 | /^ *\#/ { 2024-06-04 12:50:59.576 | next 2024-06-04 12:50:59.576 | } 2024-06-04 12:50:59.576 | /^[^ \t]+/ { 2024-06-04 12:50:59.576 | # get offset of first = in $0 2024-06-04 12:50:59.576 | eq_idx = index($0, "=") 2024-06-04 12:50:59.576 | # extract attr & value from $0 2024-06-04 12:50:59.576 | attr = substr($0, 1, eq_idx - 1) 2024-06-04 12:50:59.576 | value = substr($0, eq_idx + 1) 2024-06-04 12:50:59.576 | # only need to strip trailing whitespace from attr 2024-06-04 12:50:59.576 | sub(/[ \t]*$/, "", attr) 2024-06-04 12:50:59.576 | # need to strip leading & trailing whitespace from value 2024-06-04 12:50:59.577 | sub(/^[ \t]*/, "", value) 2024-06-04 12:50:59.577 | sub(/[ \t]*$/, "", value) 2024-06-04 12:50:59.577 | 2024-06-04 12:50:59.577 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-04 12:50:59.577 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-04 12:50:59.577 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-04 12:50:59.577 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-04 12:50:59.577 | if (! (section, attr) in cfg_attr_count) { 2024-06-04 12:50:59.577 | if (section != last_section) { 2024-06-04 12:50:59.577 | cfg_section[section_count++] = section 2024-06-04 12:50:59.577 | last_section = section 2024-06-04 12:50:59.577 | } 2024-06-04 12:50:59.577 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-04 12:50:59.577 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-04 12:50:59.577 | 2024-06-04 12:50:59.577 | cfg_attr[section, attr, 0] = value 2024-06-04 12:50:59.577 | cfg_attr_count[section, attr] = 1 2024-06-04 12:50:59.577 | } else { 2024-06-04 12:50:59.577 | lno = cfg_attr_count[section, attr]++ 2024-06-04 12:50:59.577 | cfg_attr[section, attr, lno] = value 2024-06-04 12:50:59.577 | } 2024-06-04 12:50:59.577 | } 2024-06-04 12:50:59.577 | END { 2024-06-04 12:50:59.577 | # Process each section in order 2024-06-04 12:50:59.577 | for (sno = 0; sno < section_count; sno++) { 2024-06-04 12:50:59.578 | section = cfg_section[sno] 2024-06-04 12:50:59.578 | # The ini routines simply append a config item immediately 2024-06-04 12:50:59.578 | # after the section header. To keep the same order as defined 2024-06-04 12:50:59.578 | # in local.conf, invoke the ini routines in the reverse order 2024-06-04 12:50:59.578 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-04 12:50:59.578 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-04 12:50:59.578 | if (cfg_attr_count[section, attr] == 1) 2024-06-04 12:50:59.578 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-04 12:50:59.578 | else { 2024-06-04 12:50:59.578 | # For multiline, invoke the ini routines in the reverse order 2024-06-04 12:50:59.578 | count = cfg_attr_count[section, attr] 2024-06-04 12:50:59.578 | print "inidelete " configfile " " section " " attr 2024-06-04 12:50:59.578 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-04 12:50:59.578 | for (l = count -2; l >= 0; l--) 2024-06-04 12:50:59.578 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-04 12:50:59.578 | } 2024-06-04 12:50:59.578 | } 2024-06-04 12:50:59.578 | } 2024-06-04 12:50:59.578 | } 2024-06-04 12:50:59.578 | ' 2024-06-04 12:50:59.578 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.578 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.578 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-04 12:50:59.580 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-04 12:50:59.582 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-06-04 12:50:59.584 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:50:59.586 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-06-04 12:50:59.588 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-06-04 12:50:59.588 | BEGIN { group = "" } 2024-06-04 12:50:59.588 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:50:59.589 | gsub("[][]", "", $1); 2024-06-04 12:50:59.589 | split($1, a, "|"); 2024-06-04 12:50:59.589 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-04 12:50:59.589 | group=a[1] 2024-06-04 12:50:59.589 | } else { 2024-06-04 12:50:59.589 | group="" 2024-06-04 12:50:59.589 | } 2024-06-04 12:50:59.589 | next 2024-06-04 12:50:59.589 | } 2024-06-04 12:50:59.589 | { 2024-06-04 12:50:59.589 | if (group != "") 2024-06-04 12:50:59.589 | print $0 2024-06-04 12:50:59.589 | } 2024-06-04 12:50:59.589 | ' /opt/stack/devstack/local.conf 2024-06-04 12:50:59.593 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-06-04 12:50:59.595 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-06-04 12:50:59.620 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.622 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-06-04 12:50:59.624 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-06-04 12:50:59.649 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.652 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-06-04 12:50:59.654 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-06-04 12:50:59.678 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.681 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-06-04 12:50:59.683 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-06-04 12:50:59.709 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.711 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-06-04 12:50:59.713 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-06-04 12:50:59.738 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.740 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-06-04 12:50:59.742 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-06-04 12:50:59.774 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.778 | + 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-06-04 12:50:59.781 | ++ 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-06-04 12:50:59.809 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.812 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-06-04 12:50:59.814 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-06-04 12:50:59.840 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.842 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-06-04 12:50:59.844 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-06-04 12:50:59.870 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.873 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-06-04 12:50:59.875 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-06-04 12:50:59.878 | + inc/meta-config:merge_config_group:180 : local dir 2024-06-04 12:50:59.880 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-06-04 12:50:59.883 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.885 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.888 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-06-04 12:50:59.890 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.894 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-06-04 12:50:59.896 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-06-04 12:50:59.898 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.900 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.902 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-04 12:50:59.904 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.907 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-04 12:50:59.909 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.912 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.914 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.916 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-06-04 12:50:59.919 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.920 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-06-04 12:50:59.920 | BEGIN { 2024-06-04 12:50:59.920 | section = "" 2024-06-04 12:50:59.920 | last_section = "" 2024-06-04 12:50:59.920 | section_count = 0 2024-06-04 12:50:59.920 | } 2024-06-04 12:50:59.920 | /^\[.+\]/ { 2024-06-04 12:50:59.920 | gsub("[][]", "", $1); 2024-06-04 12:50:59.920 | section=$1 2024-06-04 12:50:59.920 | next 2024-06-04 12:50:59.920 | } 2024-06-04 12:50:59.920 | /^ *\#/ { 2024-06-04 12:50:59.920 | next 2024-06-04 12:50:59.920 | } 2024-06-04 12:50:59.920 | /^[^ \t]+/ { 2024-06-04 12:50:59.920 | # get offset of first = in $0 2024-06-04 12:50:59.920 | eq_idx = index($0, "=") 2024-06-04 12:50:59.920 | # extract attr & value from $0 2024-06-04 12:50:59.920 | attr = substr($0, 1, eq_idx - 1) 2024-06-04 12:50:59.920 | value = substr($0, eq_idx + 1) 2024-06-04 12:50:59.920 | # only need to strip trailing whitespace from attr 2024-06-04 12:50:59.920 | sub(/[ \t]*$/, "", attr) 2024-06-04 12:50:59.920 | # need to strip leading & trailing whitespace from value 2024-06-04 12:50:59.920 | sub(/^[ \t]*/, "", value) 2024-06-04 12:50:59.920 | sub(/[ \t]*$/, "", value) 2024-06-04 12:50:59.920 | 2024-06-04 12:50:59.920 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-04 12:50:59.920 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-04 12:50:59.920 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-04 12:50:59.920 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-04 12:50:59.920 | if (! (section, attr) in cfg_attr_count) { 2024-06-04 12:50:59.921 | if (section != last_section) { 2024-06-04 12:50:59.921 | cfg_section[section_count++] = section 2024-06-04 12:50:59.921 | last_section = section 2024-06-04 12:50:59.921 | } 2024-06-04 12:50:59.921 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-04 12:50:59.921 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-04 12:50:59.921 | 2024-06-04 12:50:59.921 | cfg_attr[section, attr, 0] = value 2024-06-04 12:50:59.921 | cfg_attr_count[section, attr] = 1 2024-06-04 12:50:59.921 | } else { 2024-06-04 12:50:59.921 | lno = cfg_attr_count[section, attr]++ 2024-06-04 12:50:59.921 | cfg_attr[section, attr, lno] = value 2024-06-04 12:50:59.921 | } 2024-06-04 12:50:59.921 | } 2024-06-04 12:50:59.921 | END { 2024-06-04 12:50:59.921 | # Process each section in order 2024-06-04 12:50:59.921 | for (sno = 0; sno < section_count; sno++) { 2024-06-04 12:50:59.921 | section = cfg_section[sno] 2024-06-04 12:50:59.921 | # The ini routines simply append a config item immediately 2024-06-04 12:50:59.921 | # after the section header. To keep the same order as defined 2024-06-04 12:50:59.921 | # in local.conf, invoke the ini routines in the reverse order 2024-06-04 12:50:59.921 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-04 12:50:59.921 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-04 12:50:59.921 | if (cfg_attr_count[section, attr] == 1) 2024-06-04 12:50:59.921 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-04 12:50:59.921 | else { 2024-06-04 12:50:59.921 | # For multiline, invoke the ini routines in the reverse order 2024-06-04 12:50:59.921 | count = cfg_attr_count[section, attr] 2024-06-04 12:50:59.921 | print "inidelete " configfile " " section " " attr 2024-06-04 12:50:59.921 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-04 12:50:59.921 | for (l = count -2; l >= 0; l--) 2024-06-04 12:50:59.921 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-04 12:50:59.921 | } 2024-06-04 12:50:59.922 | } 2024-06-04 12:50:59.922 | } 2024-06-04 12:50:59.922 | } 2024-06-04 12:50:59.922 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.922 | ' 2024-06-04 12:50:59.922 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:50:59.923 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-04 12:50:59.924 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-04 12:50:59.926 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-06-04 12:50:59.928 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:50:59.930 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-06-04 12:50:59.932 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-06-04 12:50:59.932 | BEGIN { group = "" } 2024-06-04 12:50:59.932 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:50:59.932 | gsub("[][]", "", $1); 2024-06-04 12:50:59.932 | split($1, a, "|"); 2024-06-04 12:50:59.932 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-04 12:50:59.932 | group=a[1] 2024-06-04 12:50:59.933 | } else { 2024-06-04 12:50:59.933 | group="" 2024-06-04 12:50:59.933 | } 2024-06-04 12:50:59.933 | next 2024-06-04 12:50:59.933 | } 2024-06-04 12:50:59.933 | { 2024-06-04 12:50:59.933 | if (group != "") 2024-06-04 12:50:59.933 | print $0 2024-06-04 12:50:59.933 | } 2024-06-04 12:50:59.933 | ' /opt/stack/devstack/local.conf 2024-06-04 12:50:59.937 | + 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-06-04 12:50:59.939 | ++ 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-06-04 12:50:59.962 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.964 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-06-04 12:50:59.967 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-06-04 12:50:59.992 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:50:59.994 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-06-04 12:50:59.996 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-06-04 12:51:00.020 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:51:00.023 | + stack.sh:main:1283 : is_service_enabled swift 2024-06-04 12:51:00.037 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:00.039 | + stack.sh:main:1291 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-04 12:51:00.041 | + stack.sh:main:1292 : is_service_enabled cinder 2024-06-04 12:51:00.055 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:00.057 | + stack.sh:main:1293 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-04 12:51:00.084 | + stack.sh:main:1296 : async_wait configure_neutron_nova 2024-06-04 12:51:00.120 | [3441 Async configure_neutron_nova:44213]: Waiting for completion of configure_neutron_nova running on PID 44213 (2 other jobs running) 2024-06-04 12:51:00.138 | [3441 Async configure_neutron_nova:44213]: Signaling child to exit 2024-06-04 12:51:00.138 | WAKEUP 2024-06-04 12:51:00.153 | [3441 Async configure_neutron_nova:44213]: Signaled 2024-06-04 12:51:00.154 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2024-06-04 12:51:00.154 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-06-04 12:51:00.155 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-06-04 12:51:00.155 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-06-04 12:51:00.155 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-06-04 12:51:00.155 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-06-04 12:51:00.155 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2024-06-04 12:51:00.155 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2024-06-04 12:51:00.155 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:00.155 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-06-04 12:51:00.155 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-06-04 12:51:00.155 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-06-04 12:51:00.155 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:51:00.186 | [3441 Async configure_neutron_nova:44213]: finished configure_neutron_nova with result 0 in 0 seconds 2024-06-04 12:51:00.189 | + inc/async:async_wait:197 : return 0 2024-06-04 12:51:00.191 | + stack.sh:main:1302 : is_service_enabled nova 2024-06-04 12:51:00.205 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:00.207 | + stack.sh:main:1303 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-04 12:51:00.232 | + stack.sh:main:1304 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-06-04 12:51:00.259 | + stack.sh:main:1308 : is_service_enabled n-api 2024-06-04 12:51:00.273 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:00.275 | + stack.sh:main:1309 : echo_summary 'Starting Nova API' 2024-06-04 12:51:00.277 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:00.279 | + stack.sh:echo_summary:470 : echo -e Starting Nova API 2024-06-04 12:51:00.281 | + stack.sh:main:1310 : start_nova_api 2024-06-04 12:51:00.283 | + lib/nova:start_nova_api:978 : local service_port=8774 2024-06-04 12:51:00.285 | + lib/nova:start_nova_api:979 : local service_protocol=http 2024-06-04 12:51:00.287 | + lib/nova:start_nova_api:980 : local nova_url 2024-06-04 12:51:00.289 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2024-06-04 12:51:00.302 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:00.304 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:00.306 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:00.309 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:00.311 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2024-06-04 12:51:00.314 | ++ lib/nova:start_nova_api:998 : which uwsgi 2024-06-04 12:51:00.317 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-04 12:51:00.319 | + functions-common:run_process:1654 : local service=n-api 2024-06-04 12:51:00.321 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-04 12:51:00.323 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:00.326 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:00.328 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:00.330 | + functions-common:run_process:1660 : local name=n-api 2024-06-04 12:51:00.332 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:00.334 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:00.336 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:00.338 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:00.340 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:00.343 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505460341 2024-06-04 12:51:00.346 | + functions-common:run_process:1663 : is_service_enabled n-api 2024-06-04 12:51:00.359 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:00.361 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-06-04 12:51:00.363 | + functions-common:_run_under_systemd:1611 : local service=n-api 2024-06-04 12:51:00.365 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-04 12:51:00.367 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-04 12:51:00.369 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-04 12:51:00.371 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-06-04 12:51:00.373 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-06-04 12:51:00.375 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-06-04 12:51:00.377 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2024-06-04 12:51:00.379 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:00.381 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:00.384 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:00.386 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:00.388 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-06-04 12:51:00.390 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:00.392 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:00.394 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-06-04 12:51:00.396 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2024-06-04 12:51:00.398 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:00.400 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-06-04 12:51:00.401 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-06-04 12:51:00.403 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-06-04 12:51:00.405 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-06-04 12:51:00.407 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-06-04 12:51:00.410 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-06-04 12:51:00.459 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:00.509 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-06-04 12:51:00.551 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-06-04 12:51:00.591 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:00.632 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:00.674 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-06-04 12:51:00.716 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-06-04 12:51:00.757 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-06-04 12:51:00.799 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-06-04 12:51:00.841 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-06-04 12:51:00.882 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-06-04 12:51:00.884 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-06-04 12:51:00.886 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-06-04 12:51:00.936 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-06-04 12:51:01.242 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2024-06-04 12:51:01.252 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-06-04 12:51:01.570 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2024-06-04 12:51:01.644 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:01.646 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:01.648 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:01.650 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:01.652 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:01.654 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:01.656 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:01.658 | + functions-common:time_stop:2407 : start_time=1717505460341 2024-06-04 12:51:01.660 | + functions-common:time_stop:2409 : [[ -z 1717505460341 ]] 2024-06-04 12:51:01.663 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:01.666 | + functions-common:time_stop:2412 : end_time=1717505461664 2024-06-04 12:51:01.668 | + functions-common:time_stop:2413 : elapsed_time=1323 2024-06-04 12:51:01.670 | + functions-common:time_stop:2414 : total=1436 2024-06-04 12:51:01.672 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:01.674 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2759 2024-06-04 12:51:01.677 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-06-04 12:51:01.679 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2024-06-04 12:51:01.679 | Waiting for nova-api to start... 2024-06-04 12:51:01.681 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-06-04 12:51:01.683 | + functions:wait_for_service:468 : local timeout=60 2024-06-04 12:51:01.685 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-06-04 12:51:01.687 | + functions:wait_for_service:470 : local rval=0 2024-06-04 12:51:01.689 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-04 12:51:01.691 | + functions-common:time_start:2386 : local name=wait_for_service 2024-06-04 12:51:01.693 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:01.695 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:01.698 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:01.701 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505461699 2024-06-04 12:51:01.703 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-04 12:51:01.707 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-06-04 12:51:04.271 | + :: : [[ 200 == 503 ]] 2024-06-04 12:51:04.272 | + :: : [[ 0 -eq 7 ]] 2024-06-04 12:51:04.275 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-04 12:51:04.277 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:04.279 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:04.281 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:04.283 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:04.285 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:04.287 | + functions-common:time_stop:2406 : name=wait_for_service 2024-06-04 12:51:04.289 | + functions-common:time_stop:2407 : start_time=1717505461699 2024-06-04 12:51:04.291 | + functions-common:time_stop:2409 : [[ -z 1717505461699 ]] 2024-06-04 12:51:04.293 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:04.297 | + functions-common:time_stop:2412 : end_time=1717505464294 2024-06-04 12:51:04.299 | + functions-common:time_stop:2413 : elapsed_time=2595 2024-06-04 12:51:04.301 | + functions-common:time_stop:2414 : total=2264 2024-06-04 12:51:04.303 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:04.305 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4859 2024-06-04 12:51:04.307 | + functions:wait_for_service:478 : return 0 2024-06-04 12:51:04.309 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:04.311 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:04.313 | + stack.sh:main:1313 : is_service_enabled ovn-controller ovn-controller-vtep 2024-06-04 12:51:04.327 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:04.329 | + stack.sh:main:1318 : is_service_enabled neutron-api 2024-06-04 12:51:04.342 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:04.344 | + stack.sh:main:1321 : is_service_enabled q-svc 2024-06-04 12:51:04.357 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:04.359 | + stack.sh:main:1322 : echo_summary 'Starting Neutron' 2024-06-04 12:51:04.361 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:04.363 | + stack.sh:echo_summary:470 : echo -e Starting Neutron 2024-06-04 12:51:04.366 | + stack.sh:main:1323 : configure_neutron_after_post_config 2024-06-04 12:51:04.367 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2024-06-04 12:51:04.370 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-06-04 12:51:04.395 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2024-06-04 12:51:04.397 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:04.399 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2024-06-04 12:51:04.401 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-06-04 12:51:04.426 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-06-04 12:51:04.452 | + stack.sh:main:1324 : start_neutron_service_and_check 2024-06-04 12:51:04.454 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2024-06-04 12:51:04.456 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2024-06-04 12:51:04.458 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2024-06-04 12:51:04.460 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2024-06-04 12:51:04.462 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2024-06-04 12:51:04.465 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-06-04 12:51:04.467 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-06-04 12:51:04.469 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2024-06-04 12:51:04.472 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2024-06-04 12:51:04.474 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2024-06-04 12:51:04.476 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2024-06-04 12:51:04.478 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.480 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.482 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.485 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-06-04 12:51:04.487 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.490 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.492 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2024-06-04 12:51:04.505 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:04.507 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2024-06-04 12:51:04.509 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.511 | + functions-common:run_process:1654 : local service=q-svc 2024-06-04 12:51:04.513 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.515 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:04.517 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:04.519 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:04.521 | + functions-common:run_process:1660 : local name=q-svc 2024-06-04 12:51:04.523 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:04.524 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:04.527 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:04.529 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:04.531 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:04.535 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505464533 2024-06-04 12:51:04.537 | + functions-common:run_process:1663 : is_service_enabled q-svc 2024-06-04 12:51:04.550 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:04.552 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-06-04 12:51:04.554 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2024-06-04 12:51:04.556 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.558 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.560 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.562 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.563 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-06-04 12:51:04.565 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-06-04 12:51:04.567 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2024-06-04 12:51:04.569 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:04.571 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:04.573 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:04.575 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:04.577 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-06-04 12:51:04.579 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-06-04 12:51:04.581 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2024-06-04 12:51:04.583 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.584 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:04.586 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:04.588 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:04.590 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:04.591 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:04.593 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-06-04 12:51:04.595 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:04.598 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-06-04 12:51:04.646 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:04.695 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-06-04 12:51:04.737 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:04.779 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-06-04 12:51:04.820 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-06-04 12:51:04.861 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:04.902 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:04.904 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:04.906 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-06-04 12:51:04.955 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:05.266 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2024-06-04 12:51:05.314 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-06-04 12:51:05.632 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2024-06-04 12:51:05.705 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:05.708 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:05.709 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:05.712 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:05.714 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:05.715 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:05.718 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:05.720 | + functions-common:time_stop:2407 : start_time=1717505464533 2024-06-04 12:51:05.722 | + functions-common:time_stop:2409 : [[ -z 1717505464533 ]] 2024-06-04 12:51:05.725 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:05.728 | + functions-common:time_stop:2412 : end_time=1717505465726 2024-06-04 12:51:05.730 | + functions-common:time_stop:2413 : elapsed_time=1193 2024-06-04 12:51:05.732 | + functions-common:time_stop:2414 : total=2759 2024-06-04 12:51:05.734 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:05.739 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3952 2024-06-04 12:51:05.741 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2024-06-04 12:51:05.743 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2024-06-04 12:51:05.757 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:05.759 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2024-06-04 12:51:05.761 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2024-06-04 12:51:05.763 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2024-06-04 12:51:05.763 | Waiting for Neutron to start... 2024-06-04 12:51:05.765 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-06-04 12:51:05.767 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-06-04 12:51:05.769 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-06-04 12:51:05.771 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2024-06-04 12:51:05.774 | + functions-common:test_with_retry:2340 : local until=60 2024-06-04 12:51:05.776 | + functions-common:test_with_retry:2341 : local sleep=0.5 2024-06-04 12:51:05.778 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2024-06-04 12:51:05.780 | + functions-common:time_start:2386 : local name=test_with_retry 2024-06-04 12:51:05.782 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:05.784 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:05.786 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:05.790 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505465787 2024-06-04 12:51:05.792 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-06-04 12:51:08.829 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2024-06-04 12:51:08.831 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:08.833 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:08.836 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:08.838 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:08.840 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:08.842 | + functions-common:time_stop:2406 : name=test_with_retry 2024-06-04 12:51:08.844 | + functions-common:time_stop:2407 : start_time=1717505465787 2024-06-04 12:51:08.846 | + functions-common:time_stop:2409 : [[ -z 1717505465787 ]] 2024-06-04 12:51:08.849 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:08.853 | + functions-common:time_stop:2412 : end_time=1717505468850 2024-06-04 12:51:08.855 | + functions-common:time_stop:2413 : elapsed_time=3063 2024-06-04 12:51:08.857 | + functions-common:time_stop:2414 : total=0 2024-06-04 12:51:08.859 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:08.861 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3063 2024-06-04 12:51:08.863 | + stack.sh:main:1329 : is_service_enabled placement 2024-06-04 12:51:08.878 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:08.880 | + stack.sh:main:1330 : echo_summary 'Starting Placement' 2024-06-04 12:51:08.882 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:08.884 | + stack.sh:echo_summary:470 : echo -e Starting Placement 2024-06-04 12:51:08.886 | + stack.sh:main:1331 : start_placement 2024-06-04 12:51:08.888 | + lib/placement:start_placement:173 : start_placement_api 2024-06-04 12:51:08.890 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-06-04 12:51:08.893 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-06-04 12:51:08.896 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-04 12:51:08.898 | + functions-common:run_process:1654 : local service=placement-api 2024-06-04 12:51:08.900 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-04 12:51:08.902 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:08.904 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:08.906 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:08.908 | + functions-common:run_process:1660 : local name=placement-api 2024-06-04 12:51:08.911 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:08.913 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:08.915 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:08.917 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:08.919 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:08.923 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505468921 2024-06-04 12:51:08.925 | + functions-common:run_process:1663 : is_service_enabled placement-api 2024-06-04 12:51:08.939 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:08.941 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-06-04 12:51:08.943 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2024-06-04 12:51:08.945 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-04 12:51:08.947 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-04 12:51:08.949 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-04 12:51:08.951 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-06-04 12:51:08.953 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-06-04 12:51:08.955 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-06-04 12:51:08.957 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2024-06-04 12:51:08.959 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:08.961 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:08.963 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:08.965 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:08.967 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-06-04 12:51:08.969 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:08.971 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:08.973 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-06-04 12:51:08.975 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2024-06-04 12:51:08.977 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:08.979 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-06-04 12:51:08.981 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-06-04 12:51:08.983 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-06-04 12:51:08.985 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-06-04 12:51:08.987 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-06-04 12:51:08.990 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-06-04 12:51:09.039 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:09.091 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-06-04 12:51:09.132 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-06-04 12:51:09.175 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:09.219 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:09.263 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-06-04 12:51:09.306 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-06-04 12:51:09.349 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-06-04 12:51:09.391 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-06-04 12:51:09.434 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-06-04 12:51:09.476 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-06-04 12:51:09.478 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-06-04 12:51:09.481 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-06-04 12:51:09.530 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-06-04 12:51:09.855 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2024-06-04 12:51:09.891 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-06-04 12:51:10.175 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2024-06-04 12:51:10.249 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:10.252 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:10.254 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:10.256 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:10.258 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:10.260 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:10.262 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:10.264 | + functions-common:time_stop:2407 : start_time=1717505468921 2024-06-04 12:51:10.266 | + functions-common:time_stop:2409 : [[ -z 1717505468921 ]] 2024-06-04 12:51:10.269 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:10.272 | + functions-common:time_stop:2412 : end_time=1717505470270 2024-06-04 12:51:10.275 | + functions-common:time_stop:2413 : elapsed_time=1349 2024-06-04 12:51:10.277 | + functions-common:time_stop:2414 : total=3952 2024-06-04 12:51:10.279 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:10.281 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5301 2024-06-04 12:51:10.283 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-06-04 12:51:10.283 | Waiting for placement-api to start... 2024-06-04 12:51:10.285 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-06-04 12:51:10.287 | + functions:wait_for_service:468 : local timeout=60 2024-06-04 12:51:10.289 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-06-04 12:51:10.291 | + functions:wait_for_service:470 : local rval=0 2024-06-04 12:51:10.293 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-04 12:51:10.296 | + functions-common:time_start:2386 : local name=wait_for_service 2024-06-04 12:51:10.298 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:10.300 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:10.304 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:10.306 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505470304 2024-06-04 12:51:10.308 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-04 12:51:10.312 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-06-04 12:51:11.473 | + :: : [[ 200 == 503 ]] 2024-06-04 12:51:11.473 | + :: : [[ 0 -eq 7 ]] 2024-06-04 12:51:11.476 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-04 12:51:11.479 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:11.481 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:11.483 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:11.485 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:11.487 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:11.490 | + functions-common:time_stop:2406 : name=wait_for_service 2024-06-04 12:51:11.492 | + functions-common:time_stop:2407 : start_time=1717505470304 2024-06-04 12:51:11.494 | + functions-common:time_stop:2409 : [[ -z 1717505470304 ]] 2024-06-04 12:51:11.496 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:11.500 | + functions-common:time_stop:2412 : end_time=1717505471498 2024-06-04 12:51:11.502 | + functions-common:time_stop:2413 : elapsed_time=1194 2024-06-04 12:51:11.504 | + functions-common:time_stop:2414 : total=4859 2024-06-04 12:51:11.506 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:11.508 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6053 2024-06-04 12:51:11.510 | + functions:wait_for_service:478 : return 0 2024-06-04 12:51:11.512 | + stack.sh:main:1334 : is_service_enabled neutron 2024-06-04 12:51:11.526 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:11.529 | + stack.sh:main:1335 : start_neutron 2024-06-04 12:51:11.530 | + lib/neutron:start_neutron:636 : start_l2_agent 2024-06-04 12:51:11.533 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.535 | + functions-common:run_process:1654 : local service=q-agt 2024-06-04 12:51:11.537 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.539 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:11.541 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:11.543 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:11.545 | + functions-common:run_process:1660 : local name=q-agt 2024-06-04 12:51:11.547 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:11.550 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:11.552 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:11.554 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:11.556 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:11.560 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505471557 2024-06-04 12:51:11.562 | + functions-common:run_process:1663 : is_service_enabled q-agt 2024-06-04 12:51:11.576 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:11.578 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-06-04 12:51:11.580 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2024-06-04 12:51:11.582 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.584 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.586 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.589 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.591 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-06-04 12:51:11.593 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-06-04 12:51:11.595 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2024-06-04 12:51:11.597 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:11.599 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:11.601 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:11.603 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:11.605 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-06-04 12:51:11.608 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-06-04 12:51:11.610 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2024-06-04 12:51:11.612 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.613 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:11.615 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:11.617 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:11.619 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:11.621 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:11.623 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-06-04 12:51:11.625 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:11.628 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-06-04 12:51:11.678 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:11.726 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-06-04 12:51:11.768 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-06-04 12:51:11.810 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-06-04 12:51:11.852 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-06-04 12:51:11.893 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:11.934 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:11.936 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:11.939 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-06-04 12:51:11.989 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:12.340 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2024-06-04 12:51:12.350 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-06-04 12:51:12.635 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2024-06-04 12:51:12.671 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:12.673 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:12.675 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:12.677 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:12.680 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:12.682 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:12.684 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:12.686 | + functions-common:time_stop:2407 : start_time=1717505471557 2024-06-04 12:51:12.688 | + functions-common:time_stop:2409 : [[ -z 1717505471557 ]] 2024-06-04 12:51:12.690 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:12.694 | + functions-common:time_stop:2412 : end_time=1717505472692 2024-06-04 12:51:12.696 | + functions-common:time_stop:2413 : elapsed_time=1135 2024-06-04 12:51:12.698 | + functions-common:time_stop:2414 : total=5301 2024-06-04 12:51:12.700 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:12.702 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6436 2024-06-04 12:51:12.703 | + lib/neutron:start_l2_agent:645 : is_provider_network 2024-06-04 12:51:12.706 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-06-04 12:51:12.708 | + functions-common:is_provider_network:2252 : return 1 2024-06-04 12:51:12.710 | + lib/neutron:start_neutron:637 : start_other_agents 2024-06-04 12:51:12.712 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.714 | + functions-common:run_process:1654 : local service=q-dhcp 2024-06-04 12:51:12.715 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.717 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:12.719 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:12.721 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:12.723 | + functions-common:run_process:1660 : local name=q-dhcp 2024-06-04 12:51:12.725 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:12.727 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:12.729 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:12.731 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:12.734 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:12.738 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505472735 2024-06-04 12:51:12.740 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2024-06-04 12:51:12.754 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:12.756 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-06-04 12:51:12.758 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2024-06-04 12:51:12.760 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.762 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.764 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.766 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.768 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-06-04 12:51:12.770 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-06-04 12:51:12.772 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2024-06-04 12:51:12.774 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:12.776 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:12.778 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:12.780 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:12.782 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-06-04 12:51:12.784 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-06-04 12:51:12.786 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2024-06-04 12:51:12.788 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.791 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:12.793 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:12.795 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:12.797 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:12.799 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:12.801 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-06-04 12:51:12.803 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:12.806 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-06-04 12:51:12.856 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:12.906 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-06-04 12:51:12.949 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-06-04 12:51:12.991 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-06-04 12:51:13.035 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-06-04 12:51:13.078 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:13.122 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:13.124 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:13.126 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-06-04 12:51:13.178 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:13.500 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2024-06-04 12:51:13.510 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-06-04 12:51:13.826 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2024-06-04 12:51:13.868 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:13.870 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:13.872 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:13.874 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:13.877 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:13.879 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:13.881 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:13.883 | + functions-common:time_stop:2407 : start_time=1717505472735 2024-06-04 12:51:13.885 | + functions-common:time_stop:2409 : [[ -z 1717505472735 ]] 2024-06-04 12:51:13.887 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:13.891 | + functions-common:time_stop:2412 : end_time=1717505473889 2024-06-04 12:51:13.893 | + functions-common:time_stop:2413 : elapsed_time=1154 2024-06-04 12:51:13.895 | + functions-common:time_stop:2414 : total=6436 2024-06-04 12:51:13.898 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:13.900 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7590 2024-06-04 12:51:13.902 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2024-06-04 12:51:13.904 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-06-04 12:51:13.907 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-06-04 12:51:13.909 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2024-06-04 12:51:13.912 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.914 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.917 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.919 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-06-04 12:51:13.921 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.923 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.925 | + functions-common:run_process:1654 : local service=q-l3 2024-06-04 12:51:13.927 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.929 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:13.931 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:13.933 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:13.935 | + functions-common:run_process:1660 : local name=q-l3 2024-06-04 12:51:13.937 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:13.939 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:13.941 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:13.943 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:13.945 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:13.949 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505473947 2024-06-04 12:51:13.951 | + functions-common:run_process:1663 : is_service_enabled q-l3 2024-06-04 12:51:13.966 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:13.968 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-06-04 12:51:13.970 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2024-06-04 12:51:13.972 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.974 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.976 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.978 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:13.980 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-06-04 12:51:13.982 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-06-04 12:51:13.984 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2024-06-04 12:51:13.986 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:13.988 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:13.990 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:13.992 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:13.994 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-06-04 12:51:13.996 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-06-04 12:51:13.998 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2024-06-04 12:51:14.000 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:14.002 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:14.004 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:14.006 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:14.008 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:14.010 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:14.012 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-06-04 12:51:14.013 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:14.017 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-06-04 12:51:14.067 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:14.122 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-06-04 12:51:14.166 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-06-04 12:51:14.210 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-06-04 12:51:14.252 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-06-04 12:51:14.295 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:14.340 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:14.343 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:14.345 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-06-04 12:51:14.398 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:14.719 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2024-06-04 12:51:14.729 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-06-04 12:51:15.030 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2024-06-04 12:51:15.080 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:15.082 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:15.084 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:15.086 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:15.088 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:15.090 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:15.092 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:15.094 | + functions-common:time_stop:2407 : start_time=1717505473947 2024-06-04 12:51:15.096 | + functions-common:time_stop:2409 : [[ -z 1717505473947 ]] 2024-06-04 12:51:15.099 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:15.103 | + functions-common:time_stop:2412 : end_time=1717505475100 2024-06-04 12:51:15.105 | + functions-common:time_stop:2413 : elapsed_time=1153 2024-06-04 12:51:15.107 | + functions-common:time_stop:2414 : total=7590 2024-06-04 12:51:15.109 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:15.111 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8743 2024-06-04 12:51:15.113 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.115 | + functions-common:run_process:1654 : local service=q-meta 2024-06-04 12:51:15.117 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.119 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:15.121 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:15.123 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:15.125 | + functions-common:run_process:1660 : local name=q-meta 2024-06-04 12:51:15.127 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:15.129 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:15.131 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:15.133 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:15.136 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:15.139 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505475137 2024-06-04 12:51:15.141 | + functions-common:run_process:1663 : is_service_enabled q-meta 2024-06-04 12:51:15.155 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:15.157 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-06-04 12:51:15.159 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2024-06-04 12:51:15.161 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.163 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.165 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.167 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.169 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-06-04 12:51:15.171 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-06-04 12:51:15.173 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2024-06-04 12:51:15.175 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:15.177 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:15.179 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:15.181 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:15.183 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-06-04 12:51:15.185 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-06-04 12:51:15.187 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2024-06-04 12:51:15.189 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.191 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:15.193 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:15.195 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:15.197 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:15.199 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:15.201 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-06-04 12:51:15.203 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:15.206 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-06-04 12:51:15.256 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:15.308 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-06-04 12:51:15.351 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-06-04 12:51:15.393 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-06-04 12:51:15.442 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-06-04 12:51:15.485 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:15.530 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:15.532 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:15.534 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-06-04 12:51:15.588 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:15.892 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2024-06-04 12:51:15.902 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-06-04 12:51:16.194 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2024-06-04 12:51:16.255 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:16.258 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:16.260 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:16.262 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:16.264 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:16.266 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:16.268 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:16.270 | + functions-common:time_stop:2407 : start_time=1717505475137 2024-06-04 12:51:16.272 | + functions-common:time_stop:2409 : [[ -z 1717505475137 ]] 2024-06-04 12:51:16.275 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:16.278 | + functions-common:time_stop:2412 : end_time=1717505476276 2024-06-04 12:51:16.280 | + functions-common:time_stop:2413 : elapsed_time=1139 2024-06-04 12:51:16.282 | + functions-common:time_stop:2414 : total=8743 2024-06-04 12:51:16.284 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:16.286 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9882 2024-06-04 12:51:16.288 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-06-04 12:51:16.291 | + functions-common:run_process:1654 : local service=q-metering 2024-06-04 12:51:16.293 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-06-04 12:51:16.294 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:16.296 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:16.298 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:16.300 | + functions-common:run_process:1660 : local name=q-metering 2024-06-04 12:51:16.302 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:16.304 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:16.306 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:16.308 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:16.311 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:16.314 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505476312 2024-06-04 12:51:16.316 | + functions-common:run_process:1663 : is_service_enabled q-metering 2024-06-04 12:51:16.330 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:16.332 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:16.335 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:16.337 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:16.339 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:16.341 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:16.343 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:16.345 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:16.347 | + functions-common:time_stop:2407 : start_time=1717505476312 2024-06-04 12:51:16.349 | + functions-common:time_stop:2409 : [[ -z 1717505476312 ]] 2024-06-04 12:51:16.351 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:16.355 | + functions-common:time_stop:2412 : end_time=1717505476353 2024-06-04 12:51:16.357 | + functions-common:time_stop:2413 : elapsed_time=41 2024-06-04 12:51:16.359 | + functions-common:time_stop:2414 : total=9882 2024-06-04 12:51:16.361 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:16.363 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9923 2024-06-04 12:51:16.365 | + stack.sh:main:1338 : is_service_enabled q-svc 2024-06-04 12:51:16.379 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:16.381 | + stack.sh:main:1338 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:16.383 | + stack.sh:main:1339 : echo_summary 'Creating initial neutron network elements' 2024-06-04 12:51:16.385 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:16.387 | + stack.sh:echo_summary:470 : echo -e Creating initial neutron network elements 2024-06-04 12:51:16.389 | + stack.sh:main:1342 : type -p neutron_plugin_create_initial_networks 2024-06-04 12:51:16.391 | + stack.sh:main:1345 : create_neutron_initial_network 2024-06-04 12:51:16.393 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2024-06-04 12:51:16.396 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2024-06-04 12:51:16.398 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2024-06-04 12:51:16.401 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-06-04 12:51:17.844 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:17.847 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-06-04 12:51:17.847 | address-scope 2024-06-04 12:51:17.847 | router-admin-state-down-before-update 2024-06-04 12:51:17.847 | agent 2024-06-04 12:51:17.847 | agent-resources-synced 2024-06-04 12:51:17.847 | allowed-address-pairs 2024-06-04 12:51:17.847 | auto-allocated-topology 2024-06-04 12:51:17.847 | availability_zone 2024-06-04 12:51:17.847 | availability_zone_filter 2024-06-04 12:51:17.847 | default-subnetpools 2024-06-04 12:51:17.847 | dhcp_agent_scheduler 2024-06-04 12:51:17.847 | dvr 2024-06-04 12:51:17.847 | empty-string-filtering 2024-06-04 12:51:17.847 | external-net 2024-06-04 12:51:17.847 | extra_dhcp_opt 2024-06-04 12:51:17.847 | extraroute 2024-06-04 12:51:17.847 | extraroute-atomic 2024-06-04 12:51:17.847 | filter-validation 2024-06-04 12:51:17.847 | floating-ip-port-forwarding-detail 2024-06-04 12:51:17.847 | fip-port-details 2024-06-04 12:51:17.847 | flavors 2024-06-04 12:51:17.847 | floatingip-pools 2024-06-04 12:51:17.847 | ip-substring-filtering 2024-06-04 12:51:17.847 | router 2024-06-04 12:51:17.847 | ext-gw-mode 2024-06-04 12:51:17.847 | l3-ha 2024-06-04 12:51:17.847 | l3-flavors 2024-06-04 12:51:17.847 | l3-port-ip-change-not-allowed 2024-06-04 12:51:17.847 | l3_agent_scheduler 2024-06-04 12:51:17.847 | multi-provider 2024-06-04 12:51:17.847 | net-mtu 2024-06-04 12:51:17.847 | net-mtu-writable 2024-06-04 12:51:17.847 | network_availability_zone 2024-06-04 12:51:17.847 | network_ha 2024-06-04 12:51:17.847 | network-ip-availability 2024-06-04 12:51:17.847 | pagination 2024-06-04 12:51:17.847 | port-device-profile 2024-06-04 12:51:17.847 | port-mac-override 2024-06-04 12:51:17.847 | port-mac-address-regenerate 2024-06-04 12:51:17.847 | port-numa-affinity-policy 2024-06-04 12:51:17.847 | binding 2024-06-04 12:51:17.847 | binding-extended 2024-06-04 12:51:17.847 | port-security 2024-06-04 12:51:17.847 | project-id 2024-06-04 12:51:17.847 | provider 2024-06-04 12:51:17.847 | quota-check-limit 2024-06-04 12:51:17.847 | quotas 2024-06-04 12:51:17.847 | quota_details 2024-06-04 12:51:17.847 | rbac-policies 2024-06-04 12:51:17.847 | rbac-address-group 2024-06-04 12:51:17.847 | rbac-address-scope 2024-06-04 12:51:17.847 | rbac-security-groups 2024-06-04 12:51:17.847 | rbac-subnetpool 2024-06-04 12:51:17.847 | revision-if-match 2024-06-04 12:51:17.847 | standard-attr-revisions 2024-06-04 12:51:17.847 | router_availability_zone 2024-06-04 12:51:17.847 | security-groups-default-rules 2024-06-04 12:51:17.847 | security-groups-normalized-cidr 2024-06-04 12:51:17.847 | port-security-groups-filtering 2024-06-04 12:51:17.847 | security-groups-remote-address-group 2024-06-04 12:51:17.847 | security-groups-shared-filtering 2024-06-04 12:51:17.847 | security-group 2024-06-04 12:51:17.847 | service-type 2024-06-04 12:51:17.847 | sorting 2024-06-04 12:51:17.847 | standard-attr-description 2024-06-04 12:51:17.847 | stateful-security-group 2024-06-04 12:51:17.847 | subnet_onboard 2024-06-04 12:51:17.847 | subnet-service-types 2024-06-04 12:51:17.847 | subnet_allocation 2024-06-04 12:51:17.847 | subnetpool-prefix-ops 2024-06-04 12:51:17.847 | standard-attr-tag 2024-06-04 12:51:17.847 | standard-attr-timestamp 2024-06-04 12:51:17.847 | nsxt-ops' 2024-06-04 12:51:17.849 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-06-04 12:51:17.849 | address-scope 2024-06-04 12:51:17.849 | router-admin-state-down-before-update 2024-06-04 12:51:17.849 | agent 2024-06-04 12:51:17.849 | agent-resources-synced 2024-06-04 12:51:17.849 | allowed-address-pairs 2024-06-04 12:51:17.849 | auto-allocated-topology 2024-06-04 12:51:17.849 | availability_zone 2024-06-04 12:51:17.849 | availability_zone_filter 2024-06-04 12:51:17.849 | default-subnetpools 2024-06-04 12:51:17.849 | dhcp_agent_scheduler 2024-06-04 12:51:17.850 | dvr 2024-06-04 12:51:17.850 | empty-string-filtering 2024-06-04 12:51:17.850 | external-net 2024-06-04 12:51:17.850 | extra_dhcp_opt 2024-06-04 12:51:17.850 | extraroute 2024-06-04 12:51:17.850 | extraroute-atomic 2024-06-04 12:51:17.850 | filter-validation 2024-06-04 12:51:17.850 | floating-ip-port-forwarding-detail 2024-06-04 12:51:17.850 | fip-port-details 2024-06-04 12:51:17.850 | flavors 2024-06-04 12:51:17.850 | floatingip-pools 2024-06-04 12:51:17.850 | ip-substring-filtering 2024-06-04 12:51:17.850 | router 2024-06-04 12:51:17.850 | ext-gw-mode 2024-06-04 12:51:17.850 | l3-ha 2024-06-04 12:51:17.850 | l3-flavors 2024-06-04 12:51:17.850 | l3-port-ip-change-not-allowed 2024-06-04 12:51:17.850 | l3_agent_scheduler 2024-06-04 12:51:17.850 | multi-provider 2024-06-04 12:51:17.850 | net-mtu 2024-06-04 12:51:17.850 | net-mtu-writable 2024-06-04 12:51:17.850 | network_availability_zone 2024-06-04 12:51:17.850 | network_ha 2024-06-04 12:51:17.850 | network-ip-availability 2024-06-04 12:51:17.850 | pagination 2024-06-04 12:51:17.850 | port-device-profile 2024-06-04 12:51:17.850 | port-mac-override 2024-06-04 12:51:17.850 | port-mac-address-regenerate 2024-06-04 12:51:17.850 | port-numa-affinity-policy 2024-06-04 12:51:17.850 | binding 2024-06-04 12:51:17.850 | binding-extended 2024-06-04 12:51:17.850 | port-security 2024-06-04 12:51:17.850 | project-id 2024-06-04 12:51:17.850 | provider 2024-06-04 12:51:17.850 | quota-check-limit 2024-06-04 12:51:17.850 | quotas 2024-06-04 12:51:17.850 | quota_details 2024-06-04 12:51:17.850 | rbac-policies 2024-06-04 12:51:17.850 | rbac-address-group 2024-06-04 12:51:17.850 | rbac-address-scope 2024-06-04 12:51:17.850 | rbac-security-groups 2024-06-04 12:51:17.851 | rbac-subnetpool 2024-06-04 12:51:17.851 | revision-if-match 2024-06-04 12:51:17.851 | standard-attr-revisions 2024-06-04 12:51:17.851 | router_availability_zone 2024-06-04 12:51:17.851 | security-groups-default-rules 2024-06-04 12:51:17.851 | security-groups-normalized-cidr 2024-06-04 12:51:17.851 | port-security-groups-filtering 2024-06-04 12:51:17.851 | security-groups-remote-address-group 2024-06-04 12:51:17.851 | security-groups-shared-filtering 2024-06-04 12:51:17.851 | security-group 2024-06-04 12:51:17.851 | service-type 2024-06-04 12:51:17.851 | sorting 2024-06-04 12:51:17.851 | standard-attr-description 2024-06-04 12:51:17.851 | stateful-security-group 2024-06-04 12:51:17.851 | subnet_onboard 2024-06-04 12:51:17.851 | subnet-service-types 2024-06-04 12:51:17.851 | subnet_allocation 2024-06-04 12:51:17.851 | subnetpool-prefix-ops 2024-06-04 12:51:17.851 | standard-attr-tag 2024-06-04 12:51:17.851 | standard-attr-timestamp 2024-06-04 12:51:17.851 | nsxt-ops =~ auto-allocated-topology ]] 2024-06-04 12:51:17.851 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-06-04 12:51:17.854 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:17.856 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2024-06-04 12:51:17.859 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-06-04 12:51:19.274 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:19.277 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=0ce50b03-3446-4bbb-af31-cb350e9fb249 2024-06-04 12:51:19.279 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2024-06-04 12:51:19.282 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2024-06-04 12:51:19.284 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-06-04 12:51:19.287 | + functions-common:is_provider_network:2252 : return 1 2024-06-04 12:51:19.289 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-06-04 12:51:20.767 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:20.769 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=134853be-6434-4e48-800e-42b14730fec5 2024-06-04 12:51:20.772 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2024-06-04 12:51:20.774 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-04 12:51:20.788 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2024-06-04 12:51:20.790 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2024-06-04 12:51:20.793 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 0ce50b03-3446-4bbb-af31-cb350e9fb249 ']' 2024-06-04 12:51:20.795 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2024-06-04 12:51:20.797 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2024-06-04 12:51:20.799 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 0ce50b03-3446-4bbb-af31-cb350e9fb249 ' 2024-06-04 12:51:20.802 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2024-06-04 12:51:20.804 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 134853be-6434-4e48-800e-42b14730fec5 private-subnet' 2024-06-04 12:51:20.806 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2024-06-04 12:51:20.809 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 0ce50b03-3446-4bbb-af31-cb350e9fb249 --network 134853be-6434-4e48-800e-42b14730fec5 private-subnet -f value -c id 2024-06-04 12:51:22.215 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:22.217 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=1845d92f-41b7-49a8-8ab9-66a222c77402 2024-06-04 12:51:22.220 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2024-06-04 12:51:22.222 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-06-04 12:51:22.235 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 1845d92f-41b7-49a8-8ab9-66a222c77402 2024-06-04 12:51:22.237 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=1845d92f-41b7-49a8-8ab9-66a222c77402 2024-06-04 12:51:22.240 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2024-06-04 12:51:22.242 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2024-06-04 12:51:22.244 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2024-06-04 12:51:22.246 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-06-04 12:51:23.418 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:23.421 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-06-04 12:51:23.421 | address-scope 2024-06-04 12:51:23.421 | router-admin-state-down-before-update 2024-06-04 12:51:23.421 | agent 2024-06-04 12:51:23.421 | agent-resources-synced 2024-06-04 12:51:23.422 | allowed-address-pairs 2024-06-04 12:51:23.422 | auto-allocated-topology 2024-06-04 12:51:23.422 | availability_zone 2024-06-04 12:51:23.422 | availability_zone_filter 2024-06-04 12:51:23.422 | default-subnetpools 2024-06-04 12:51:23.422 | dhcp_agent_scheduler 2024-06-04 12:51:23.422 | dvr 2024-06-04 12:51:23.422 | empty-string-filtering 2024-06-04 12:51:23.422 | external-net 2024-06-04 12:51:23.422 | extra_dhcp_opt 2024-06-04 12:51:23.422 | extraroute 2024-06-04 12:51:23.422 | extraroute-atomic 2024-06-04 12:51:23.422 | filter-validation 2024-06-04 12:51:23.422 | floating-ip-port-forwarding-detail 2024-06-04 12:51:23.422 | fip-port-details 2024-06-04 12:51:23.422 | flavors 2024-06-04 12:51:23.422 | floatingip-pools 2024-06-04 12:51:23.422 | ip-substring-filtering 2024-06-04 12:51:23.422 | router 2024-06-04 12:51:23.422 | ext-gw-mode 2024-06-04 12:51:23.422 | l3-ha 2024-06-04 12:51:23.422 | l3-flavors 2024-06-04 12:51:23.422 | l3-port-ip-change-not-allowed 2024-06-04 12:51:23.422 | l3_agent_scheduler 2024-06-04 12:51:23.422 | multi-provider 2024-06-04 12:51:23.422 | net-mtu 2024-06-04 12:51:23.422 | net-mtu-writable 2024-06-04 12:51:23.422 | network_availability_zone 2024-06-04 12:51:23.422 | network_ha 2024-06-04 12:51:23.422 | network-ip-availability 2024-06-04 12:51:23.422 | pagination 2024-06-04 12:51:23.422 | port-device-profile 2024-06-04 12:51:23.422 | port-mac-override 2024-06-04 12:51:23.422 | port-mac-address-regenerate 2024-06-04 12:51:23.422 | port-numa-affinity-policy 2024-06-04 12:51:23.422 | binding 2024-06-04 12:51:23.422 | binding-extended 2024-06-04 12:51:23.422 | port-security 2024-06-04 12:51:23.422 | project-id 2024-06-04 12:51:23.422 | provider 2024-06-04 12:51:23.422 | quota-check-limit 2024-06-04 12:51:23.422 | quotas 2024-06-04 12:51:23.422 | quota_details 2024-06-04 12:51:23.422 | rbac-policies 2024-06-04 12:51:23.422 | rbac-address-group 2024-06-04 12:51:23.422 | rbac-address-scope 2024-06-04 12:51:23.422 | rbac-security-groups 2024-06-04 12:51:23.422 | rbac-subnetpool 2024-06-04 12:51:23.422 | revision-if-match 2024-06-04 12:51:23.422 | standard-attr-revisions 2024-06-04 12:51:23.422 | router_availability_zone 2024-06-04 12:51:23.422 | security-groups-default-rules 2024-06-04 12:51:23.422 | security-groups-normalized-cidr 2024-06-04 12:51:23.422 | port-security-groups-filtering 2024-06-04 12:51:23.422 | security-groups-remote-address-group 2024-06-04 12:51:23.422 | security-groups-shared-filtering 2024-06-04 12:51:23.422 | security-group 2024-06-04 12:51:23.422 | service-type 2024-06-04 12:51:23.422 | sorting 2024-06-04 12:51:23.422 | standard-attr-description 2024-06-04 12:51:23.422 | stateful-security-group 2024-06-04 12:51:23.422 | subnet_onboard 2024-06-04 12:51:23.422 | subnet-service-types 2024-06-04 12:51:23.422 | subnet_allocation 2024-06-04 12:51:23.422 | subnetpool-prefix-ops 2024-06-04 12:51:23.422 | standard-attr-tag 2024-06-04 12:51:23.422 | standard-attr-timestamp 2024-06-04 12:51:23.422 | nsxt-ops' 2024-06-04 12:51:23.424 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-06-04 12:51:23.424 | address-scope 2024-06-04 12:51:23.424 | router-admin-state-down-before-update 2024-06-04 12:51:23.424 | agent 2024-06-04 12:51:23.424 | agent-resources-synced 2024-06-04 12:51:23.424 | allowed-address-pairs 2024-06-04 12:51:23.424 | auto-allocated-topology 2024-06-04 12:51:23.424 | availability_zone 2024-06-04 12:51:23.424 | availability_zone_filter 2024-06-04 12:51:23.424 | default-subnetpools 2024-06-04 12:51:23.424 | dhcp_agent_scheduler 2024-06-04 12:51:23.424 | dvr 2024-06-04 12:51:23.424 | empty-string-filtering 2024-06-04 12:51:23.424 | external-net 2024-06-04 12:51:23.424 | extra_dhcp_opt 2024-06-04 12:51:23.424 | extraroute 2024-06-04 12:51:23.424 | extraroute-atomic 2024-06-04 12:51:23.424 | filter-validation 2024-06-04 12:51:23.424 | floating-ip-port-forwarding-detail 2024-06-04 12:51:23.424 | fip-port-details 2024-06-04 12:51:23.424 | flavors 2024-06-04 12:51:23.424 | floatingip-pools 2024-06-04 12:51:23.424 | ip-substring-filtering 2024-06-04 12:51:23.424 | router 2024-06-04 12:51:23.424 | ext-gw-mode 2024-06-04 12:51:23.424 | l3-ha 2024-06-04 12:51:23.424 | l3-flavors 2024-06-04 12:51:23.424 | l3-port-ip-change-not-allowed 2024-06-04 12:51:23.424 | l3_agent_scheduler 2024-06-04 12:51:23.424 | multi-provider 2024-06-04 12:51:23.424 | net-mtu 2024-06-04 12:51:23.424 | net-mtu-writable 2024-06-04 12:51:23.424 | network_availability_zone 2024-06-04 12:51:23.424 | network_ha 2024-06-04 12:51:23.424 | network-ip-availability 2024-06-04 12:51:23.424 | pagination 2024-06-04 12:51:23.424 | port-device-profile 2024-06-04 12:51:23.424 | port-mac-override 2024-06-04 12:51:23.424 | port-mac-address-regenerate 2024-06-04 12:51:23.424 | port-numa-affinity-policy 2024-06-04 12:51:23.424 | binding 2024-06-04 12:51:23.424 | binding-extended 2024-06-04 12:51:23.424 | port-security 2024-06-04 12:51:23.424 | project-id 2024-06-04 12:51:23.424 | provider 2024-06-04 12:51:23.424 | quota-check-limit 2024-06-04 12:51:23.424 | quotas 2024-06-04 12:51:23.424 | quota_details 2024-06-04 12:51:23.424 | rbac-policies 2024-06-04 12:51:23.424 | rbac-address-group 2024-06-04 12:51:23.424 | rbac-address-scope 2024-06-04 12:51:23.424 | rbac-security-groups 2024-06-04 12:51:23.424 | rbac-subnetpool 2024-06-04 12:51:23.424 | revision-if-match 2024-06-04 12:51:23.424 | standard-attr-revisions 2024-06-04 12:51:23.424 | router_availability_zone 2024-06-04 12:51:23.424 | security-groups-default-rules 2024-06-04 12:51:23.424 | security-groups-normalized-cidr 2024-06-04 12:51:23.424 | port-security-groups-filtering 2024-06-04 12:51:23.424 | security-groups-remote-address-group 2024-06-04 12:51:23.424 | security-groups-shared-filtering 2024-06-04 12:51:23.424 | security-group 2024-06-04 12:51:23.424 | service-type 2024-06-04 12:51:23.424 | sorting 2024-06-04 12:51:23.424 | standard-attr-description 2024-06-04 12:51:23.424 | stateful-security-group 2024-06-04 12:51:23.424 | subnet_onboard 2024-06-04 12:51:23.424 | subnet-service-types 2024-06-04 12:51:23.424 | subnet_allocation 2024-06-04 12:51:23.424 | subnetpool-prefix-ops 2024-06-04 12:51:23.424 | standard-attr-tag 2024-06-04 12:51:23.424 | standard-attr-timestamp 2024-06-04 12:51:23.424 | nsxt-ops =~ router ]] 2024-06-04 12:51:23.426 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-06-04 12:51:23.428 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2024-06-04 12:51:23.430 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2024-06-04 12:51:23.432 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-06-04 12:51:24.568 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:24.571 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-06-04 12:51:24.571 | address-scope 2024-06-04 12:51:24.571 | router-admin-state-down-before-update 2024-06-04 12:51:24.571 | agent 2024-06-04 12:51:24.571 | agent-resources-synced 2024-06-04 12:51:24.571 | allowed-address-pairs 2024-06-04 12:51:24.571 | auto-allocated-topology 2024-06-04 12:51:24.571 | availability_zone 2024-06-04 12:51:24.571 | availability_zone_filter 2024-06-04 12:51:24.571 | default-subnetpools 2024-06-04 12:51:24.571 | dhcp_agent_scheduler 2024-06-04 12:51:24.571 | dvr 2024-06-04 12:51:24.571 | empty-string-filtering 2024-06-04 12:51:24.571 | external-net 2024-06-04 12:51:24.571 | extra_dhcp_opt 2024-06-04 12:51:24.571 | extraroute 2024-06-04 12:51:24.571 | extraroute-atomic 2024-06-04 12:51:24.571 | filter-validation 2024-06-04 12:51:24.571 | floating-ip-port-forwarding-detail 2024-06-04 12:51:24.571 | fip-port-details 2024-06-04 12:51:24.571 | flavors 2024-06-04 12:51:24.571 | floatingip-pools 2024-06-04 12:51:24.571 | ip-substring-filtering 2024-06-04 12:51:24.571 | router 2024-06-04 12:51:24.571 | ext-gw-mode 2024-06-04 12:51:24.572 | l3-ha 2024-06-04 12:51:24.572 | l3-flavors 2024-06-04 12:51:24.572 | l3-port-ip-change-not-allowed 2024-06-04 12:51:24.572 | l3_agent_scheduler 2024-06-04 12:51:24.572 | multi-provider 2024-06-04 12:51:24.572 | net-mtu 2024-06-04 12:51:24.572 | net-mtu-writable 2024-06-04 12:51:24.572 | network_availability_zone 2024-06-04 12:51:24.572 | network_ha 2024-06-04 12:51:24.572 | network-ip-availability 2024-06-04 12:51:24.572 | pagination 2024-06-04 12:51:24.572 | port-device-profile 2024-06-04 12:51:24.572 | port-mac-override 2024-06-04 12:51:24.572 | port-mac-address-regenerate 2024-06-04 12:51:24.572 | port-numa-affinity-policy 2024-06-04 12:51:24.572 | binding 2024-06-04 12:51:24.572 | binding-extended 2024-06-04 12:51:24.572 | port-security 2024-06-04 12:51:24.572 | project-id 2024-06-04 12:51:24.572 | provider 2024-06-04 12:51:24.572 | quota-check-limit 2024-06-04 12:51:24.572 | quotas 2024-06-04 12:51:24.572 | quota_details 2024-06-04 12:51:24.572 | rbac-policies 2024-06-04 12:51:24.572 | rbac-address-group 2024-06-04 12:51:24.572 | rbac-address-scope 2024-06-04 12:51:24.572 | rbac-security-groups 2024-06-04 12:51:24.572 | rbac-subnetpool 2024-06-04 12:51:24.572 | revision-if-match 2024-06-04 12:51:24.572 | standard-attr-revisions 2024-06-04 12:51:24.572 | router_availability_zone 2024-06-04 12:51:24.572 | security-groups-default-rules 2024-06-04 12:51:24.572 | security-groups-normalized-cidr 2024-06-04 12:51:24.572 | port-security-groups-filtering 2024-06-04 12:51:24.572 | security-groups-remote-address-group 2024-06-04 12:51:24.572 | security-groups-shared-filtering 2024-06-04 12:51:24.572 | security-group 2024-06-04 12:51:24.573 | service-type 2024-06-04 12:51:24.573 | sorting 2024-06-04 12:51:24.573 | standard-attr-description 2024-06-04 12:51:24.573 | stateful-security-group 2024-06-04 12:51:24.573 | subnet_onboard 2024-06-04 12:51:24.573 | subnet-service-types 2024-06-04 12:51:24.573 | subnet_allocation 2024-06-04 12:51:24.573 | subnetpool-prefix-ops 2024-06-04 12:51:24.573 | standard-attr-tag 2024-06-04 12:51:24.573 | standard-attr-timestamp 2024-06-04 12:51:24.573 | nsxt-ops' 2024-06-04 12:51:24.573 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-06-04 12:51:24.573 | address-scope 2024-06-04 12:51:24.573 | router-admin-state-down-before-update 2024-06-04 12:51:24.573 | agent 2024-06-04 12:51:24.573 | agent-resources-synced 2024-06-04 12:51:24.573 | allowed-address-pairs 2024-06-04 12:51:24.573 | auto-allocated-topology 2024-06-04 12:51:24.573 | availability_zone 2024-06-04 12:51:24.573 | availability_zone_filter 2024-06-04 12:51:24.573 | default-subnetpools 2024-06-04 12:51:24.573 | dhcp_agent_scheduler 2024-06-04 12:51:24.573 | dvr 2024-06-04 12:51:24.573 | empty-string-filtering 2024-06-04 12:51:24.573 | external-net 2024-06-04 12:51:24.573 | extra_dhcp_opt 2024-06-04 12:51:24.573 | extraroute 2024-06-04 12:51:24.573 | extraroute-atomic 2024-06-04 12:51:24.573 | filter-validation 2024-06-04 12:51:24.573 | floating-ip-port-forwarding-detail 2024-06-04 12:51:24.573 | fip-port-details 2024-06-04 12:51:24.573 | flavors 2024-06-04 12:51:24.573 | floatingip-pools 2024-06-04 12:51:24.573 | ip-substring-filtering 2024-06-04 12:51:24.573 | router 2024-06-04 12:51:24.573 | ext-gw-mode 2024-06-04 12:51:24.573 | l3-ha 2024-06-04 12:51:24.573 | l3-flavors 2024-06-04 12:51:24.573 | l3-port-ip-change-not-allowed 2024-06-04 12:51:24.573 | l3_agent_scheduler 2024-06-04 12:51:24.573 | multi-provider 2024-06-04 12:51:24.574 | net-mtu 2024-06-04 12:51:24.574 | net-mtu-writable 2024-06-04 12:51:24.574 | network_availability_zone 2024-06-04 12:51:24.574 | network_ha 2024-06-04 12:51:24.574 | network-ip-availability 2024-06-04 12:51:24.574 | pagination 2024-06-04 12:51:24.574 | port-device-profile 2024-06-04 12:51:24.574 | port-mac-override 2024-06-04 12:51:24.574 | port-mac-address-regenerate 2024-06-04 12:51:24.574 | port-numa-affinity-policy 2024-06-04 12:51:24.574 | binding 2024-06-04 12:51:24.574 | binding-extended 2024-06-04 12:51:24.574 | port-security 2024-06-04 12:51:24.574 | project-id 2024-06-04 12:51:24.574 | provider 2024-06-04 12:51:24.574 | quota-check-limit 2024-06-04 12:51:24.574 | quotas 2024-06-04 12:51:24.574 | quota_details 2024-06-04 12:51:24.574 | rbac-policies 2024-06-04 12:51:24.574 | rbac-address-group 2024-06-04 12:51:24.574 | rbac-address-scope 2024-06-04 12:51:24.574 | rbac-security-groups 2024-06-04 12:51:24.574 | rbac-subnetpool 2024-06-04 12:51:24.574 | revision-if-match 2024-06-04 12:51:24.574 | standard-attr-revisions 2024-06-04 12:51:24.574 | router_availability_zone 2024-06-04 12:51:24.574 | security-groups-default-rules 2024-06-04 12:51:24.574 | security-groups-normalized-cidr 2024-06-04 12:51:24.574 | port-security-groups-filtering 2024-06-04 12:51:24.574 | security-groups-remote-address-group 2024-06-04 12:51:24.574 | security-groups-shared-filtering 2024-06-04 12:51:24.574 | security-group 2024-06-04 12:51:24.574 | service-type 2024-06-04 12:51:24.574 | sorting 2024-06-04 12:51:24.574 | standard-attr-description 2024-06-04 12:51:24.575 | stateful-security-group 2024-06-04 12:51:24.575 | subnet_onboard 2024-06-04 12:51:24.575 | subnet-service-types 2024-06-04 12:51:24.575 | subnet_allocation 2024-06-04 12:51:24.575 | subnetpool-prefix-ops 2024-06-04 12:51:24.575 | standard-attr-tag 2024-06-04 12:51:24.575 | standard-attr-timestamp 2024-06-04 12:51:24.575 | nsxt-ops =~ external-net ]] 2024-06-04 12:51:24.575 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-06-04 12:51:24.578 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:24.581 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-06-04 12:51:25.795 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:25.798 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=aec93a9c-0c56-4311-829b-cbba81bd2ec2 2024-06-04 12:51:25.800 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2024-06-04 12:51:25.802 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-04 12:51:25.816 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2024-06-04 12:51:25.818 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2024-06-04 12:51:25.820 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2024-06-04 12:51:25.822 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-06-04 12:51:26.980 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:26.982 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-06-04 12:51:26.982 | address-scope 2024-06-04 12:51:26.982 | router-admin-state-down-before-update 2024-06-04 12:51:26.983 | agent 2024-06-04 12:51:26.983 | agent-resources-synced 2024-06-04 12:51:26.983 | allowed-address-pairs 2024-06-04 12:51:26.983 | auto-allocated-topology 2024-06-04 12:51:26.983 | availability_zone 2024-06-04 12:51:26.983 | availability_zone_filter 2024-06-04 12:51:26.983 | default-subnetpools 2024-06-04 12:51:26.983 | dhcp_agent_scheduler 2024-06-04 12:51:26.983 | dvr 2024-06-04 12:51:26.983 | empty-string-filtering 2024-06-04 12:51:26.983 | external-net 2024-06-04 12:51:26.983 | extra_dhcp_opt 2024-06-04 12:51:26.983 | extraroute 2024-06-04 12:51:26.983 | extraroute-atomic 2024-06-04 12:51:26.983 | filter-validation 2024-06-04 12:51:26.983 | floating-ip-port-forwarding-detail 2024-06-04 12:51:26.983 | fip-port-details 2024-06-04 12:51:26.983 | flavors 2024-06-04 12:51:26.983 | floatingip-pools 2024-06-04 12:51:26.983 | ip-substring-filtering 2024-06-04 12:51:26.983 | router 2024-06-04 12:51:26.983 | ext-gw-mode 2024-06-04 12:51:26.983 | l3-ha 2024-06-04 12:51:26.983 | l3-flavors 2024-06-04 12:51:26.983 | l3-port-ip-change-not-allowed 2024-06-04 12:51:26.983 | l3_agent_scheduler 2024-06-04 12:51:26.983 | multi-provider 2024-06-04 12:51:26.983 | net-mtu 2024-06-04 12:51:26.983 | net-mtu-writable 2024-06-04 12:51:26.983 | network_availability_zone 2024-06-04 12:51:26.983 | network_ha 2024-06-04 12:51:26.984 | network-ip-availability 2024-06-04 12:51:26.984 | pagination 2024-06-04 12:51:26.984 | port-device-profile 2024-06-04 12:51:26.984 | port-mac-override 2024-06-04 12:51:26.984 | port-mac-address-regenerate 2024-06-04 12:51:26.984 | port-numa-affinity-policy 2024-06-04 12:51:26.984 | binding 2024-06-04 12:51:26.984 | binding-extended 2024-06-04 12:51:26.984 | port-security 2024-06-04 12:51:26.984 | project-id 2024-06-04 12:51:26.984 | provider 2024-06-04 12:51:26.984 | quota-check-limit 2024-06-04 12:51:26.984 | quotas 2024-06-04 12:51:26.984 | quota_details 2024-06-04 12:51:26.984 | rbac-policies 2024-06-04 12:51:26.984 | rbac-address-group 2024-06-04 12:51:26.984 | rbac-address-scope 2024-06-04 12:51:26.984 | rbac-security-groups 2024-06-04 12:51:26.984 | rbac-subnetpool 2024-06-04 12:51:26.984 | revision-if-match 2024-06-04 12:51:26.984 | standard-attr-revisions 2024-06-04 12:51:26.985 | router_availability_zone 2024-06-04 12:51:26.985 | security-groups-default-rules 2024-06-04 12:51:26.985 | security-groups-normalized-cidr 2024-06-04 12:51:26.985 | port-security-groups-filtering 2024-06-04 12:51:26.985 | security-groups-remote-address-group 2024-06-04 12:51:26.985 | security-groups-shared-filtering 2024-06-04 12:51:26.985 | security-group 2024-06-04 12:51:26.985 | service-type 2024-06-04 12:51:26.985 | sorting 2024-06-04 12:51:26.985 | standard-attr-description 2024-06-04 12:51:26.985 | stateful-security-group 2024-06-04 12:51:26.985 | subnet_onboard 2024-06-04 12:51:26.985 | subnet-service-types 2024-06-04 12:51:26.985 | subnet_allocation 2024-06-04 12:51:26.985 | subnetpool-prefix-ops 2024-06-04 12:51:26.985 | standard-attr-tag 2024-06-04 12:51:26.985 | standard-attr-timestamp 2024-06-04 12:51:26.985 | nsxt-ops' 2024-06-04 12:51:26.985 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-06-04 12:51:26.985 | address-scope 2024-06-04 12:51:26.985 | router-admin-state-down-before-update 2024-06-04 12:51:26.985 | agent 2024-06-04 12:51:26.985 | agent-resources-synced 2024-06-04 12:51:26.985 | allowed-address-pairs 2024-06-04 12:51:26.985 | auto-allocated-topology 2024-06-04 12:51:26.985 | availability_zone 2024-06-04 12:51:26.985 | availability_zone_filter 2024-06-04 12:51:26.985 | default-subnetpools 2024-06-04 12:51:26.985 | dhcp_agent_scheduler 2024-06-04 12:51:26.985 | dvr 2024-06-04 12:51:26.985 | empty-string-filtering 2024-06-04 12:51:26.985 | external-net 2024-06-04 12:51:26.985 | extra_dhcp_opt 2024-06-04 12:51:26.986 | extraroute 2024-06-04 12:51:26.986 | extraroute-atomic 2024-06-04 12:51:26.986 | filter-validation 2024-06-04 12:51:26.986 | floating-ip-port-forwarding-detail 2024-06-04 12:51:26.986 | fip-port-details 2024-06-04 12:51:26.986 | flavors 2024-06-04 12:51:26.986 | floatingip-pools 2024-06-04 12:51:26.986 | ip-substring-filtering 2024-06-04 12:51:26.986 | router 2024-06-04 12:51:26.986 | ext-gw-mode 2024-06-04 12:51:26.986 | l3-ha 2024-06-04 12:51:26.986 | l3-flavors 2024-06-04 12:51:26.986 | l3-port-ip-change-not-allowed 2024-06-04 12:51:26.986 | l3_agent_scheduler 2024-06-04 12:51:26.986 | multi-provider 2024-06-04 12:51:26.986 | net-mtu 2024-06-04 12:51:26.986 | net-mtu-writable 2024-06-04 12:51:26.986 | network_availability_zone 2024-06-04 12:51:26.986 | network_ha 2024-06-04 12:51:26.986 | network-ip-availability 2024-06-04 12:51:26.986 | pagination 2024-06-04 12:51:26.986 | port-device-profile 2024-06-04 12:51:26.986 | port-mac-override 2024-06-04 12:51:26.986 | port-mac-address-regenerate 2024-06-04 12:51:26.986 | port-numa-affinity-policy 2024-06-04 12:51:26.986 | binding 2024-06-04 12:51:26.986 | binding-extended 2024-06-04 12:51:26.986 | port-security 2024-06-04 12:51:26.986 | project-id 2024-06-04 12:51:26.986 | provider 2024-06-04 12:51:26.986 | quota-check-limit 2024-06-04 12:51:26.986 | quotas 2024-06-04 12:51:26.986 | quota_details 2024-06-04 12:51:26.986 | rbac-policies 2024-06-04 12:51:26.986 | rbac-address-group 2024-06-04 12:51:26.986 | rbac-address-scope 2024-06-04 12:51:26.986 | rbac-security-groups 2024-06-04 12:51:26.986 | rbac-subnetpool 2024-06-04 12:51:26.986 | revision-if-match 2024-06-04 12:51:26.986 | standard-attr-revisions 2024-06-04 12:51:26.986 | router_availability_zone 2024-06-04 12:51:26.986 | security-groups-default-rules 2024-06-04 12:51:26.987 | security-groups-normalized-cidr 2024-06-04 12:51:26.987 | port-security-groups-filtering 2024-06-04 12:51:26.987 | security-groups-remote-address-group 2024-06-04 12:51:26.987 | security-groups-shared-filtering 2024-06-04 12:51:26.987 | security-group 2024-06-04 12:51:26.987 | service-type 2024-06-04 12:51:26.987 | sorting 2024-06-04 12:51:26.987 | standard-attr-description 2024-06-04 12:51:26.987 | stateful-security-group 2024-06-04 12:51:26.987 | subnet_onboard 2024-06-04 12:51:26.987 | subnet-service-types 2024-06-04 12:51:26.987 | subnet_allocation 2024-06-04 12:51:26.987 | subnetpool-prefix-ops 2024-06-04 12:51:26.987 | standard-attr-tag 2024-06-04 12:51:26.987 | standard-attr-timestamp 2024-06-04 12:51:26.987 | nsxt-ops =~ auto-allocated-topology ]] 2024-06-04 12:51:26.988 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-06-04 12:51:26.989 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-06-04 12:51:26.991 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2024-06-04 12:51:26.994 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-06-04 12:51:28.252 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:28.254 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=6b4ffd51-1edd-4069-86ae-e4c718ab7d78 2024-06-04 12:51:28.256 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-06-04 12:51:28.258 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-04 12:51:28.272 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2024-06-04 12:51:28.274 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2024-06-04 12:51:28.276 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet aec93a9c-0c56-4311-829b-cbba81bd2ec2 1845d92f-41b7-49a8-8ab9-66a222c77402 2024-06-04 12:51:30.208 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2024-06-04 12:51:30.211 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 6b4ffd51-1edd-4069-86ae-e4c718ab7d78 2024-06-04 12:51:30.213 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2024-06-04 12:51:30.215 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-06-04 12:51:30.217 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2024-06-04 12:51:30.219 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2024-06-04 12:51:30.221 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network 6b4ffd51-1edd-4069-86ae-e4c718ab7d78 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-06-04 12:51:30.223 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2024-06-04 12:51:30.225 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2024-06-04 12:51:30.228 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network 6b4ffd51-1edd-4069-86ae-e4c718ab7d78 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-06-04 12:51:30.228 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2024-06-04 12:51:31.668 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:31.672 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-06-04 12:51:31.672 | | id | a5a627a6-4de2-4825-9657-0065a64f6c19 |' 2024-06-04 12:51:31.674 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-06-04 12:51:31.676 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-06-04 12:51:31.689 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' a5a627a6-4de2-4825-9657-0065a64f6c19 '|' 2024-06-04 12:51:31.691 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | a5a627a6-4de2-4825-9657-0065a64f6c19 |' 2024-06-04 12:51:31.693 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2024-06-04 12:51:31.696 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' a5a627a6-4de2-4825-9657-0065a64f6c19 '|' 2024-06-04 12:51:31.696 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2024-06-04 12:51:31.698 | ++ functions-common:get_field:789 : local data field 2024-06-04 12:51:31.700 | ++ functions-common:get_field:790 : read data 2024-06-04 12:51:31.702 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2024-06-04 12:51:31.704 | ++ functions-common:get_field:794 : field='$3' 2024-06-04 12:51:31.705 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | a5a627a6-4de2-4825-9657-0065a64f6c19 |' 2024-06-04 12:51:31.706 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-06-04 12:51:31.712 | ++ functions-common:get_field:790 : read data 2024-06-04 12:51:31.714 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2024-06-04 12:51:31.717 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' a5a627a6-4de2-4825-9657-0065a64f6c19 '|' 2024-06-04 12:51:31.718 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2024-06-04 12:51:31.720 | ++ functions-common:get_field:789 : local data field 2024-06-04 12:51:31.722 | ++ functions-common:get_field:790 : read data 2024-06-04 12:51:31.724 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2024-06-04 12:51:31.725 | ++ functions-common:get_field:794 : field='$6' 2024-06-04 12:51:31.728 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | a5a627a6-4de2-4825-9657-0065a64f6c19 |' 2024-06-04 12:51:31.728 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-06-04 12:51:31.733 | ++ functions-common:get_field:790 : read data 2024-06-04 12:51:31.736 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=a5a627a6-4de2-4825-9657-0065a64f6c19 2024-06-04 12:51:31.738 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 6b4ffd51-1edd-4069-86ae-e4c718ab7d78 aec93a9c-0c56-4311-829b-cbba81bd2ec2 2024-06-04 12:51:33.657 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2024-06-04 12:51:33.660 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2024-06-04 12:51:33.674 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:33.676 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2024-06-04 12:51:33.678 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2024-06-04 12:51:33.680 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-06-04 12:51:33.682 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2024-06-04 12:51:33.684 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:33.686 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-06-04 12:51:33.700 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2024-06-04 12:51:33.702 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2024-06-04 12:51:33.704 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2024-06-04 12:51:33.706 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2024-06-04 12:51:33.708 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2024-06-04 12:51:33.710 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-06-04 12:51:33.711 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2024-06-04 12:51:33.713 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2024-06-04 12:51:33.715 | + functions-common:test_with_retry:2340 : local until=10 2024-06-04 12:51:33.717 | + functions-common:test_with_retry:2341 : local sleep=0.5 2024-06-04 12:51:33.719 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2024-06-04 12:51:33.721 | + functions-common:time_start:2386 : local name=test_with_retry 2024-06-04 12:51:33.723 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:33.724 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:33.727 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:33.730 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505493728 2024-06-04 12:51:33.732 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-06-04 12:51:33.737 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2024-06-04 12:51:33.739 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:33.741 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:33.743 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:33.745 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:33.747 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:33.749 | + functions-common:time_stop:2406 : name=test_with_retry 2024-06-04 12:51:33.750 | + functions-common:time_stop:2407 : start_time=1717505493728 2024-06-04 12:51:33.752 | + functions-common:time_stop:2409 : [[ -z 1717505493728 ]] 2024-06-04 12:51:33.754 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:33.758 | + functions-common:time_stop:2412 : end_time=1717505493755 2024-06-04 12:51:33.760 | + functions-common:time_stop:2413 : elapsed_time=27 2024-06-04 12:51:33.761 | + functions-common:time_stop:2414 : total=3063 2024-06-04 12:51:33.763 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:33.765 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3090 2024-06-04 12:51:33.768 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2024-06-04 12:51:33.768 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2024-06-04 12:51:33.773 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2024-06-04 12:51:33.775 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:51:33.777 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:33.779 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:33.782 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-06-04 12:51:33.782 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2024-06-04 12:51:33.783 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2024-06-04 12:51:33.785 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2024-06-04 12:51:34.928 | ++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:51:34.932 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.210 ' 2024-06-04 12:51:34.934 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-06-04 12:51:34.936 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-06-04 12:51:34.948 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2024-06-04 12:51:34.950 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:51:34.952 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2024-06-04 12:51:34.955 | + stack.sh:main:1350 : is_service_enabled nova 2024-06-04 12:51:34.968 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:34.970 | + stack.sh:main:1351 : echo_summary 'Starting Nova' 2024-06-04 12:51:34.972 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:34.975 | + stack.sh:echo_summary:470 : echo -e Starting Nova 2024-06-04 12:51:34.977 | + stack.sh:main:1352 : start_nova 2024-06-04 12:51:34.979 | + lib/nova:start_nova:1184 : start_nova_rest 2024-06-04 12:51:34.981 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:34.983 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:34.985 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:34.987 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2024-06-04 12:51:34.989 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:34.992 | + functions-common:run_process:1654 : local service=n-sch 2024-06-04 12:51:34.994 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:34.996 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:34.998 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:35.000 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:35.002 | + functions-common:run_process:1660 : local name=n-sch 2024-06-04 12:51:35.004 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:35.007 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:35.009 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:35.011 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:35.015 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:35.017 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505495015 2024-06-04 12:51:35.020 | + functions-common:run_process:1663 : is_service_enabled n-sch 2024-06-04 12:51:35.033 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:35.035 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-06-04 12:51:35.037 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2024-06-04 12:51:35.039 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:35.041 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:35.043 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:35.045 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:35.047 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-06-04 12:51:35.049 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-06-04 12:51:35.052 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2024-06-04 12:51:35.054 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:35.057 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:35.059 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:35.062 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:35.064 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-06-04 12:51:35.067 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-06-04 12:51:35.069 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2024-06-04 12:51:35.071 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:35.073 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:35.075 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:35.076 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:35.078 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:35.080 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:35.082 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-06-04 12:51:35.084 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:35.087 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-06-04 12:51:35.139 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:35.190 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-06-04 12:51:35.235 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-06-04 12:51:35.276 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-06-04 12:51:35.319 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-06-04 12:51:35.362 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:35.407 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:35.409 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:35.411 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-06-04 12:51:35.463 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:35.779 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2024-06-04 12:51:35.789 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-06-04 12:51:36.101 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2024-06-04 12:51:36.144 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:36.146 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:36.148 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:36.150 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:36.152 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:36.154 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:36.156 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:36.158 | + functions-common:time_stop:2407 : start_time=1717505495015 2024-06-04 12:51:36.160 | + functions-common:time_stop:2409 : [[ -z 1717505495015 ]] 2024-06-04 12:51:36.163 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:36.166 | + functions-common:time_stop:2412 : end_time=1717505496164 2024-06-04 12:51:36.169 | + functions-common:time_stop:2413 : elapsed_time=1149 2024-06-04 12:51:36.171 | + functions-common:time_stop:2414 : total=9923 2024-06-04 12:51:36.173 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:36.175 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11072 2024-06-04 12:51:36.177 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2024-06-04 12:51:36.180 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2024-06-04 12:51:36.184 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-04 12:51:36.186 | + functions-common:run_process:1654 : local service=n-api-meta 2024-06-04 12:51:36.188 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-04 12:51:36.191 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:36.193 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:36.195 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:36.197 | + functions-common:run_process:1660 : local name=n-api-meta 2024-06-04 12:51:36.198 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:36.201 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:36.203 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:36.205 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:36.208 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:36.211 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505496209 2024-06-04 12:51:36.213 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2024-06-04 12:51:36.228 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:36.230 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-06-04 12:51:36.232 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2024-06-04 12:51:36.234 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-04 12:51:36.236 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-04 12:51:36.239 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-04 12:51:36.242 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-06-04 12:51:36.244 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-06-04 12:51:36.246 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-06-04 12:51:36.249 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2024-06-04 12:51:36.251 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:36.254 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:36.256 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:36.258 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:36.260 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-06-04 12:51:36.262 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:36.264 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:36.268 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-06-04 12:51:36.272 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2024-06-04 12:51:36.274 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:36.277 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-06-04 12:51:36.279 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-06-04 12:51:36.281 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-06-04 12:51:36.284 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-06-04 12:51:36.286 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-06-04 12:51:36.290 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-06-04 12:51:36.355 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:36.409 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-06-04 12:51:36.454 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-06-04 12:51:36.500 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:36.548 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:36.594 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-06-04 12:51:36.641 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-06-04 12:51:36.684 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-06-04 12:51:36.728 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-06-04 12:51:36.772 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-06-04 12:51:36.816 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-06-04 12:51:36.818 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-06-04 12:51:36.820 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-06-04 12:51:36.873 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-06-04 12:51:37.198 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2024-06-04 12:51:37.208 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-06-04 12:51:37.513 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2024-06-04 12:51:37.583 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:37.585 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:37.587 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:37.589 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:37.591 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:37.593 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:37.595 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:37.597 | + functions-common:time_stop:2407 : start_time=1717505496209 2024-06-04 12:51:37.599 | + functions-common:time_stop:2409 : [[ -z 1717505496209 ]] 2024-06-04 12:51:37.602 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:37.606 | + functions-common:time_stop:2412 : end_time=1717505497603 2024-06-04 12:51:37.608 | + functions-common:time_stop:2413 : elapsed_time=1394 2024-06-04 12:51:37.610 | + functions-common:time_stop:2414 : total=11072 2024-06-04 12:51:37.612 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:37.614 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12466 2024-06-04 12:51:37.616 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:37.618 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:37.620 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2024-06-04 12:51:37.622 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:37.624 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:37.627 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:37.629 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2024-06-04 12:51:37.631 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:51:37.632 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-06-04 12:51:37.634 | + functions-common:run_process:1654 : local service=n-novnc 2024-06-04 12:51:37.636 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-06-04 12:51:37.638 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:37.640 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:37.643 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:37.645 | + functions-common:run_process:1660 : local name=n-novnc 2024-06-04 12:51:37.647 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:37.649 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:37.650 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:37.653 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:37.655 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:37.659 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505497657 2024-06-04 12:51:37.661 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2024-06-04 12:51:37.675 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:37.677 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:37.679 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:37.681 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:37.683 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:37.685 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:37.687 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:37.689 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:37.691 | + functions-common:time_stop:2407 : start_time=1717505497657 2024-06-04 12:51:37.693 | + functions-common:time_stop:2409 : [[ -z 1717505497657 ]] 2024-06-04 12:51:37.696 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:37.700 | + functions-common:time_stop:2412 : end_time=1717505497697 2024-06-04 12:51:37.702 | + functions-common:time_stop:2413 : elapsed_time=40 2024-06-04 12:51:37.704 | + functions-common:time_stop:2414 : total=12466 2024-06-04 12:51:37.707 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:37.709 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12506 2024-06-04 12:51:37.712 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-06-04 12:51:37.714 | + functions-common:run_process:1654 : local service=n-spice 2024-06-04 12:51:37.716 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-06-04 12:51:37.719 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:37.721 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:37.723 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:37.726 | + functions-common:run_process:1660 : local name=n-spice 2024-06-04 12:51:37.728 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:37.731 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:37.733 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:37.735 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:37.738 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:37.742 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505497739 2024-06-04 12:51:37.744 | + functions-common:run_process:1663 : is_service_enabled n-spice 2024-06-04 12:51:37.760 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:37.762 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:37.764 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:37.775 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:37.775 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:37.775 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:37.775 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:37.775 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:37.777 | + functions-common:time_stop:2407 : start_time=1717505497739 2024-06-04 12:51:37.780 | + functions-common:time_stop:2409 : [[ -z 1717505497739 ]] 2024-06-04 12:51:37.783 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:37.786 | + functions-common:time_stop:2412 : end_time=1717505497784 2024-06-04 12:51:37.788 | + functions-common:time_stop:2413 : elapsed_time=45 2024-06-04 12:51:37.790 | + functions-common:time_stop:2414 : total=12506 2024-06-04 12:51:37.793 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:37.795 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12551 2024-06-04 12:51:37.797 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-06-04 12:51:37.799 | + functions-common:run_process:1654 : local service=n-sproxy 2024-06-04 12:51:37.801 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-06-04 12:51:37.804 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:37.806 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:37.808 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:37.810 | + functions-common:run_process:1660 : local name=n-sproxy 2024-06-04 12:51:37.813 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:37.818 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:37.820 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:37.823 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:37.841 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:37.845 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505497842 2024-06-04 12:51:37.849 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2024-06-04 12:51:37.869 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:37.871 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:37.876 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:37.879 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:37.882 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:37.887 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:37.890 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:37.895 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:37.898 | + functions-common:time_stop:2407 : start_time=1717505497842 2024-06-04 12:51:37.902 | + functions-common:time_stop:2409 : [[ -z 1717505497842 ]] 2024-06-04 12:51:37.907 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:37.912 | + functions-common:time_stop:2412 : end_time=1717505497909 2024-06-04 12:51:37.914 | + functions-common:time_stop:2413 : elapsed_time=67 2024-06-04 12:51:37.916 | + functions-common:time_stop:2414 : total=12551 2024-06-04 12:51:37.922 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:37.924 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12618 2024-06-04 12:51:37.927 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:37.930 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:37.933 | + lib/nova:start_nova:1186 : start_nova_conductor 2024-06-04 12:51:37.936 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:51:37.938 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-06-04 12:51:37.939 | Starting nova-conductor in a cellsv1-compatible way 2024-06-04 12:51:37.941 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:37.943 | + functions-common:run_process:1654 : local service=n-cond 2024-06-04 12:51:37.946 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:37.948 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:37.950 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:37.953 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:37.956 | + functions-common:run_process:1660 : local name=n-cond 2024-06-04 12:51:37.958 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:37.961 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:37.963 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:37.965 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:37.969 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:37.974 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505497971 2024-06-04 12:51:37.977 | + functions-common:run_process:1663 : is_service_enabled n-cond 2024-06-04 12:51:37.996 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:37.998 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-06-04 12:51:38.001 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2024-06-04 12:51:38.004 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:38.006 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:38.009 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:38.012 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:38.014 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-06-04 12:51:38.017 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-06-04 12:51:38.019 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2024-06-04 12:51:38.022 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:38.025 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:38.027 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:38.030 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:38.033 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-06-04 12:51:38.036 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-06-04 12:51:38.038 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2024-06-04 12:51:38.040 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:38.042 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:38.044 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:38.046 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:38.048 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:38.050 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:38.052 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-06-04 12:51:38.055 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:38.058 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-06-04 12:51:38.120 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:38.182 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-06-04 12:51:38.231 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-06-04 12:51:38.282 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-06-04 12:51:38.329 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-06-04 12:51:38.379 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:38.431 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:38.433 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:38.435 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-06-04 12:51:38.489 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:38.822 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2024-06-04 12:51:38.833 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-06-04 12:51:39.150 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2024-06-04 12:51:39.195 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:39.195 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:39.195 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:39.195 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:39.195 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:39.195 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:39.195 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:39.207 | + functions-common:time_stop:2407 : start_time=1717505497971 2024-06-04 12:51:39.207 | + functions-common:time_stop:2409 : [[ -z 1717505497971 ]] 2024-06-04 12:51:39.207 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:39.207 | + functions-common:time_stop:2412 : end_time=1717505499203 2024-06-04 12:51:39.207 | + functions-common:time_stop:2413 : elapsed_time=1232 2024-06-04 12:51:39.209 | + functions-common:time_stop:2414 : total=12618 2024-06-04 12:51:39.215 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:39.216 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13850 2024-06-04 12:51:39.223 | + lib/nova:start_nova_conductor:1157 : return 2024-06-04 12:51:39.223 | + lib/nova:start_nova:1187 : start_nova_compute 2024-06-04 12:51:39.223 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:39.224 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:39.227 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:39.229 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2024-06-04 12:51:39.231 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-06-04 12:51:39.235 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-06-04 12:51:39.238 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:51:39.240 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-06-04 12:51:39.242 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-06-04 12:51:39.245 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-06-04 12:51:39.247 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-06-04 12:51:39.249 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-06-04 12:51:39.252 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-06-04 12:51:39.255 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-06-04 12:51:39.257 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-06-04 12:51:39.257 | + inc/meta-config:merge_config_file:164 : read a 2024-06-04 12:51:39.258 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-06-04 12:51:39.258 | BEGIN { 2024-06-04 12:51:39.258 | section = "" 2024-06-04 12:51:39.258 | last_section = "" 2024-06-04 12:51:39.258 | section_count = 0 2024-06-04 12:51:39.258 | } 2024-06-04 12:51:39.258 | /^\[.+\]/ { 2024-06-04 12:51:39.258 | gsub("[][]", "", $1); 2024-06-04 12:51:39.258 | section=$1 2024-06-04 12:51:39.258 | next 2024-06-04 12:51:39.258 | } 2024-06-04 12:51:39.258 | /^ *\#/ { 2024-06-04 12:51:39.258 | next 2024-06-04 12:51:39.258 | } 2024-06-04 12:51:39.258 | /^[^ \t]+/ { 2024-06-04 12:51:39.258 | # get offset of first = in $0 2024-06-04 12:51:39.258 | eq_idx = index($0, "=") 2024-06-04 12:51:39.258 | # extract attr & value from $0 2024-06-04 12:51:39.258 | attr = substr($0, 1, eq_idx - 1) 2024-06-04 12:51:39.259 | value = substr($0, eq_idx + 1) 2024-06-04 12:51:39.259 | # only need to strip trailing whitespace from attr 2024-06-04 12:51:39.259 | sub(/[ \t]*$/, "", attr) 2024-06-04 12:51:39.259 | # need to strip leading & trailing whitespace from value 2024-06-04 12:51:39.259 | sub(/^[ \t]*/, "", value) 2024-06-04 12:51:39.259 | sub(/[ \t]*$/, "", value) 2024-06-04 12:51:39.259 | 2024-06-04 12:51:39.259 | # cfg_attr_count: number of config lines per [section, attr] 2024-06-04 12:51:39.259 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-06-04 12:51:39.259 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-06-04 12:51:39.259 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-06-04 12:51:39.259 | if (! (section, attr) in cfg_attr_count) { 2024-06-04 12:51:39.259 | if (section != last_section) { 2024-06-04 12:51:39.259 | cfg_section[section_count++] = section 2024-06-04 12:51:39.259 | last_section = section 2024-06-04 12:51:39.259 | } 2024-06-04 12:51:39.259 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-06-04 12:51:39.259 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-06-04 12:51:39.259 | 2024-06-04 12:51:39.259 | cfg_attr[section, attr, 0] = value 2024-06-04 12:51:39.259 | cfg_attr_count[section, attr] = 1 2024-06-04 12:51:39.259 | } else { 2024-06-04 12:51:39.259 | lno = cfg_attr_count[section, attr]++ 2024-06-04 12:51:39.259 | cfg_attr[section, attr, lno] = value 2024-06-04 12:51:39.259 | } 2024-06-04 12:51:39.259 | } 2024-06-04 12:51:39.259 | END { 2024-06-04 12:51:39.259 | # Process each section in order 2024-06-04 12:51:39.259 | for (sno = 0; sno < section_count; sno++) { 2024-06-04 12:51:39.259 | section = cfg_section[sno] 2024-06-04 12:51:39.259 | # The ini routines simply append a config item immediately 2024-06-04 12:51:39.259 | # after the section header. To keep the same order as defined 2024-06-04 12:51:39.259 | # in local.conf, invoke the ini routines in the reverse order 2024-06-04 12:51:39.259 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-06-04 12:51:39.259 | attr = cfg_sec_attr_name[sno, attr_no] 2024-06-04 12:51:39.259 | if (cfg_attr_count[section, attr] == 1) 2024-06-04 12:51:39.259 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-06-04 12:51:39.259 | else { 2024-06-04 12:51:39.259 | # For multiline, invoke the ini routines in the reverse order 2024-06-04 12:51:39.260 | count = cfg_attr_count[section, attr] 2024-06-04 12:51:39.260 | print "inidelete " configfile " " section " " attr 2024-06-04 12:51:39.260 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-06-04 12:51:39.260 | for (l = count -2; l >= 0; l--) 2024-06-04 12:51:39.260 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-06-04 12:51:39.260 | } 2024-06-04 12:51:39.260 | } 2024-06-04 12:51:39.260 | } 2024-06-04 12:51:39.260 | } 2024-06-04 12:51:39.260 | ' 2024-06-04 12:51:39.260 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:51:39.260 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-06-04 12:51:39.261 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-06-04 12:51:39.263 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-06-04 12:51:39.265 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:51:39.267 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-06-04 12:51:39.269 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-06-04 12:51:39.269 | BEGIN { group = "" } 2024-06-04 12:51:39.269 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:51:39.269 | gsub("[][]", "", $1); 2024-06-04 12:51:39.269 | split($1, a, "|"); 2024-06-04 12:51:39.269 | if (a[1] == matchgroup && a[2] == configfile) { 2024-06-04 12:51:39.269 | group=a[1] 2024-06-04 12:51:39.269 | } else { 2024-06-04 12:51:39.269 | group="" 2024-06-04 12:51:39.269 | } 2024-06-04 12:51:39.270 | next 2024-06-04 12:51:39.270 | } 2024-06-04 12:51:39.270 | { 2024-06-04 12:51:39.270 | if (group != "") 2024-06-04 12:51:39.270 | print $0 2024-06-04 12:51:39.270 | } 2024-06-04 12:51:39.270 | ' /opt/stack/devstack/local.conf 2024-06-04 12:51:39.275 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-06-04 12:51:39.277 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2024-06-04 12:51:39.277 | Skipping multi-cell conductor fleet setup 2024-06-04 12:51:39.279 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2024-06-04 12:51:39.296 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-06-04 12:51:39.313 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2024-06-04 12:51:39.315 | + lib/nova:configure_console_compute:672 : local offset 2024-06-04 12:51:39.317 | + lib/nova:configure_console_compute:673 : offset=0 2024-06-04 12:51:39.319 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2024-06-04 12:51:39.322 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-06-04 12:51:39.338 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2024-06-04 12:51:39.340 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2024-06-04 12:51:39.355 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:39.357 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2024-06-04 12:51:39.372 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:39.374 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2024-06-04 12:51:39.376 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-06-04 12:51:39.403 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2024-06-04 12:51:39.417 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:39.419 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2024-06-04 12:51:39.432 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:39.435 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-06-04 12:51:39.461 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2024-06-04 12:51:39.463 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-06-04 12:51:39.465 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-06-04 12:51:39.467 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2024-06-04 12:51:39.469 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2024-06-04 12:51:39.471 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2024-06-04 12:51:39.473 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2024-06-04 12:51:39.475 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2024-06-04 12:51:39.489 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:39.491 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-06-04 12:51:39.493 | + functions-common:run_process:1654 : local service=n-cpu 2024-06-04 12:51:39.495 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-06-04 12:51:39.497 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:39.499 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:39.501 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:39.503 | + functions-common:run_process:1660 : local name=n-cpu 2024-06-04 12:51:39.505 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:39.507 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:39.509 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:39.511 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:39.514 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:39.517 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505499515 2024-06-04 12:51:39.519 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2024-06-04 12:51:39.534 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:39.536 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:39.538 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:39.541 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:39.543 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:39.545 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:39.546 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:39.549 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:39.551 | + functions-common:time_stop:2407 : start_time=1717505499515 2024-06-04 12:51:39.553 | + functions-common:time_stop:2409 : [[ -z 1717505499515 ]] 2024-06-04 12:51:39.555 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:39.561 | + functions-common:time_stop:2412 : end_time=1717505499557 2024-06-04 12:51:39.561 | + functions-common:time_stop:2413 : elapsed_time=42 2024-06-04 12:51:39.564 | + functions-common:time_stop:2414 : total=13850 2024-06-04 12:51:39.566 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:39.568 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13892 2024-06-04 12:51:39.570 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:39.573 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-06-04 12:51:39.575 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2024-06-04 12:51:39.589 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:39.591 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2024-06-04 12:51:39.591 | Dumping cells_v2 mapping 2024-06-04 12:51:39.593 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2024-06-04 12:51:40.059 | 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-06-04 12:51:41.296 | INFO dbcounter [None req-46a7bf72-76a4-4a2f-b9eb-af9178dc84fd None None] Registered counter for database nova_api 2024-06-04 12:51:41.307 | DEBUG dbcounter [-] [52971] Writer thread running {{(pid=52971) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:51:41.331 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-06-04 12:51:41.331 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-06-04 12:51:41.331 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-06-04 12:51:41.331 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-06-04 12:51:41.331 | | cell1 | 0d94dd40-9c77-44b8-9202-f432d5d0f645 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-06-04 12:51:41.331 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-06-04 12:51:41.653 | + stack.sh:main:1353 : async_runfunc create_flavors 2024-06-04 12:51:41.656 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-06-04 12:51:41.706 | + inc/async:async_inner:63 : create_flavors 2024-06-04 12:51:41.739 | [3441 Async create_flavors:53289]: running: create_flavors 2024-06-04 12:51:41.741 | + stack.sh:main:1355 : is_service_enabled cinder 2024-06-04 12:51:41.755 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:41.757 | + stack.sh:main:1356 : echo_summary 'Starting Cinder' 2024-06-04 12:51:41.759 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:41.762 | + stack.sh:echo_summary:470 : echo -e Starting Cinder 2024-06-04 12:51:41.764 | + stack.sh:main:1357 : start_cinder 2024-06-04 12:51:41.766 | + lib/cinder:start_cinder:595 : local service_port=8776 2024-06-04 12:51:41.768 | + lib/cinder:start_cinder:596 : local service_protocol=http 2024-06-04 12:51:41.770 | + lib/cinder:start_cinder:597 : local cinder_url 2024-06-04 12:51:41.772 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2024-06-04 12:51:41.785 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:41.787 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2024-06-04 12:51:41.789 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-06-04 12:51:41.792 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2024-06-04 12:51:41.794 | ++ lib/cinder:start_cinder:626 : which uwsgi 2024-06-04 12:51:41.798 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-04 12:51:41.800 | + functions-common:run_process:1654 : local service=c-api 2024-06-04 12:51:41.802 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-04 12:51:41.804 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:41.806 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:41.808 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:41.810 | + functions-common:run_process:1660 : local name=c-api 2024-06-04 12:51:41.812 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:41.814 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:41.816 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:41.818 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:41.821 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:41.824 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505501822 2024-06-04 12:51:41.826 | + functions-common:run_process:1663 : is_service_enabled c-api 2024-06-04 12:51:41.839 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:41.841 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-06-04 12:51:41.844 | + functions-common:_run_under_systemd:1611 : local service=c-api 2024-06-04 12:51:41.846 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-04 12:51:41.848 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-04 12:51:41.850 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-04 12:51:41.852 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-06-04 12:51:41.854 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-06-04 12:51:41.856 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-06-04 12:51:41.858 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2024-06-04 12:51:41.860 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:41.862 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:41.864 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:41.866 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:41.868 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-06-04 12:51:41.871 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:41.873 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:41.875 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-06-04 12:51:41.877 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2024-06-04 12:51:41.879 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:41.881 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-06-04 12:51:41.883 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-06-04 12:51:41.884 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-06-04 12:51:41.886 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-06-04 12:51:41.888 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-06-04 12:51:41.891 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-06-04 12:51:41.941 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:41.991 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-06-04 12:51:42.032 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-06-04 12:51:42.075 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:42.122 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:42.166 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-06-04 12:51:42.210 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-06-04 12:51:42.253 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-06-04 12:51:42.296 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-06-04 12:51:42.338 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-06-04 12:51:42.382 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-06-04 12:51:42.384 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-06-04 12:51:42.386 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-06-04 12:51:42.436 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-06-04 12:51:42.748 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2024-06-04 12:51:42.758 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-06-04 12:51:43.061 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2024-06-04 12:51:43.125 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:43.127 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:43.129 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:43.131 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:43.133 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:43.135 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:43.137 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:43.139 | + functions-common:time_stop:2407 : start_time=1717505501822 2024-06-04 12:51:43.141 | + functions-common:time_stop:2409 : [[ -z 1717505501822 ]] 2024-06-04 12:51:43.144 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:43.148 | + functions-common:time_stop:2412 : end_time=1717505503145 2024-06-04 12:51:43.150 | + functions-common:time_stop:2413 : elapsed_time=1323 2024-06-04 12:51:43.151 | + functions-common:time_stop:2414 : total=13892 2024-06-04 12:51:43.153 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:43.155 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15215 2024-06-04 12:51:43.157 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2024-06-04 12:51:43.160 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2024-06-04 12:51:43.160 | Waiting for Cinder API to start... 2024-06-04 12:51:43.162 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-06-04 12:51:43.164 | + functions:wait_for_service:468 : local timeout=60 2024-06-04 12:51:43.166 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-06-04 12:51:43.168 | + functions:wait_for_service:470 : local rval=0 2024-06-04 12:51:43.170 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-04 12:51:43.172 | + functions-common:time_start:2386 : local name=wait_for_service 2024-06-04 12:51:43.174 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:43.176 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:43.178 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:43.182 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505503180 2024-06-04 12:51:43.184 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-04 12:51:43.188 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-06-04 12:51:45.043 | + :: : [[ 401 == 503 ]] 2024-06-04 12:51:45.044 | + :: : [[ 0 -eq 7 ]] 2024-06-04 12:51:45.046 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-04 12:51:45.049 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:45.051 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:45.053 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:45.055 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:45.057 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:45.059 | + functions-common:time_stop:2406 : name=wait_for_service 2024-06-04 12:51:45.061 | + functions-common:time_stop:2407 : start_time=1717505503180 2024-06-04 12:51:45.063 | + functions-common:time_stop:2409 : [[ -z 1717505503180 ]] 2024-06-04 12:51:45.066 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:45.069 | + functions-common:time_stop:2412 : end_time=1717505505067 2024-06-04 12:51:45.071 | + functions-common:time_stop:2413 : elapsed_time=1887 2024-06-04 12:51:45.073 | + functions-common:time_stop:2414 : total=6053 2024-06-04 12:51:45.075 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:45.077 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7940 2024-06-04 12:51:45.079 | + functions:wait_for_service:478 : return 0 2024-06-04 12:51:45.082 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.084 | + functions-common:run_process:1654 : local service=c-sch 2024-06-04 12:51:45.086 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.088 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:45.090 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:45.092 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:45.094 | + functions-common:run_process:1660 : local name=c-sch 2024-06-04 12:51:45.096 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:45.098 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:45.100 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:45.102 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:45.104 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:45.108 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505505106 2024-06-04 12:51:45.110 | + functions-common:run_process:1663 : is_service_enabled c-sch 2024-06-04 12:51:45.125 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:45.127 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-06-04 12:51:45.129 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2024-06-04 12:51:45.132 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.134 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.136 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.138 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.141 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-06-04 12:51:45.143 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-06-04 12:51:45.145 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2024-06-04 12:51:45.147 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:45.149 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:45.151 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:45.153 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:45.155 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-06-04 12:51:45.157 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-06-04 12:51:45.159 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2024-06-04 12:51:45.161 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.163 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:45.165 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:45.167 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-06-04 12:51:45.169 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:45.171 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:45.173 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-06-04 12:51:45.175 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:45.178 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-06-04 12:51:45.229 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:45.280 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-06-04 12:51:45.323 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:45.366 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-06-04 12:51:45.408 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-06-04 12:51:45.453 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:45.500 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-06-04 12:51:45.502 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:45.504 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-06-04 12:51:45.561 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:45.862 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2024-06-04 12:51:45.872 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-06-04 12:51:46.177 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2024-06-04 12:51:46.216 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:46.216 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:46.216 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:46.226 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:46.243 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:46.246 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:46.246 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:46.255 | + functions-common:time_stop:2407 : start_time=1717505505106 2024-06-04 12:51:46.255 | + functions-common:time_stop:2409 : [[ -z 1717505505106 ]] 2024-06-04 12:51:46.255 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:46.263 | + functions-common:time_stop:2412 : end_time=1717505506254 2024-06-04 12:51:46.263 | + functions-common:time_stop:2413 : elapsed_time=1148 2024-06-04 12:51:46.263 | + functions-common:time_stop:2414 : total=15215 2024-06-04 12:51:46.263 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:46.265 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16363 2024-06-04 12:51:46.267 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.269 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.271 | + functions-common:run_process:1654 : local service=c-bak 2024-06-04 12:51:46.274 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.276 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:46.278 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:46.280 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.282 | + functions-common:run_process:1660 : local name=c-bak 2024-06-04 12:51:46.284 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:46.286 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:46.288 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:46.290 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:46.293 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:46.296 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505506294 2024-06-04 12:51:46.299 | + functions-common:run_process:1663 : is_service_enabled c-bak 2024-06-04 12:51:46.316 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:46.318 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:46.320 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:46.322 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:46.324 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:46.326 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:46.328 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:46.330 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:46.332 | + functions-common:time_stop:2407 : start_time=1717505506294 2024-06-04 12:51:46.334 | + functions-common:time_stop:2409 : [[ -z 1717505506294 ]] 2024-06-04 12:51:46.337 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:46.341 | + functions-common:time_stop:2412 : end_time=1717505506338 2024-06-04 12:51:46.343 | + functions-common:time_stop:2413 : elapsed_time=44 2024-06-04 12:51:46.345 | + functions-common:time_stop:2414 : total=16363 2024-06-04 12:51:46.347 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:46.349 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16407 2024-06-04 12:51:46.352 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.354 | + functions-common:run_process:1654 : local service=c-vol 2024-06-04 12:51:46.356 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.358 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:46.361 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:46.363 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.365 | + functions-common:run_process:1660 : local name=c-vol 2024-06-04 12:51:46.368 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:46.370 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:46.372 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:46.374 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:46.377 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:46.381 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505506378 2024-06-04 12:51:46.383 | + functions-common:run_process:1663 : is_service_enabled c-vol 2024-06-04 12:51:46.399 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:46.401 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.403 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2024-06-04 12:51:46.405 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.407 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.409 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.412 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.414 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-06-04 12:51:46.416 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-06-04 12:51:46.418 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2024-06-04 12:51:46.420 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:46.422 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:46.424 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:46.426 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.428 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-06-04 12:51:46.430 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.432 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2024-06-04 12:51:46.434 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.436 | + functions-common:write_user_unit_file:1520 : local group= 2024-06-04 12:51:46.438 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-06-04 12:51:46.440 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.442 | + functions-common:write_user_unit_file:1523 : local extra= 2024-06-04 12:51:46.444 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-06-04 12:51:46.446 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-06-04 12:51:46.448 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-06-04 12:51:46.451 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-06-04 12:51:46.504 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:46.569 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-06-04 12:51:46.611 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-06-04 12:51:46.657 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-06-04 12:51:46.702 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-06-04 12:51:46.746 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:46.792 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-06-04 12:51:46.794 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-06-04 12:51:46.841 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-06-04 12:51:46.843 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-06-04 12:51:46.895 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-06-04 12:51:47.226 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2024-06-04 12:51:47.236 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-06-04 12:51:47.574 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2024-06-04 12:51:47.628 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:47.630 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:47.632 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:47.634 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:47.636 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:47.638 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:47.640 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:47.642 | + functions-common:time_stop:2407 : start_time=1717505506378 2024-06-04 12:51:47.644 | + functions-common:time_stop:2409 : [[ -z 1717505506378 ]] 2024-06-04 12:51:47.647 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:47.650 | + functions-common:time_stop:2412 : end_time=1717505507648 2024-06-04 12:51:47.652 | + functions-common:time_stop:2413 : elapsed_time=1270 2024-06-04 12:51:47.654 | + functions-common:time_stop:2414 : total=16407 2024-06-04 12:51:47.656 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:47.659 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=17677 2024-06-04 12:51:47.661 | + stack.sh:main:1358 : create_volume_types 2024-06-04 12:51:47.663 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2024-06-04 12:51:47.677 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:47.679 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2024-06-04 12:51:47.681 | + lib/cinder:create_volume_types:679 : local be be_name 2024-06-04 12:51:47.683 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-06-04 12:51:47.685 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2024-06-04 12:51:47.687 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2024-06-04 12:51:47.689 | + lib/cinder:create_one_type:659 : type_name=vsphere 2024-06-04 12:51:47.691 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2024-06-04 12:51:47.694 | + lib/cinder:create_one_type:661 : property_value=vsphere 2024-06-04 12:51:47.696 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2024-06-04 12:51:47.711 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:47.713 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-06-04 12:51:49.567 | +-------------+--------------------------------------+ 2024-06-04 12:51:49.567 | | Field | Value | 2024-06-04 12:51:49.567 | +-------------+--------------------------------------+ 2024-06-04 12:51:49.567 | | description | None | 2024-06-04 12:51:49.567 | | id | 9a8203d9-418c-4a82-9df4-0b39676e238f | 2024-06-04 12:51:49.567 | | is_public | True | 2024-06-04 12:51:49.567 | | name | vsphere | 2024-06-04 12:51:49.567 | | properties | volume_backend_name='vsphere' | 2024-06-04 12:51:49.567 | +-------------+--------------------------------------+ 2024-06-04 12:51:49.701 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:49.703 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:49.705 | + stack.sh:main:1363 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:49.707 | + stack.sh:main:1371 : is_service_enabled glance 2024-06-04 12:51:49.722 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:49.724 | + stack.sh:main:1372 : echo_summary 'Starting Glance' 2024-06-04 12:51:49.726 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:49.728 | + stack.sh:echo_summary:470 : echo -e Starting Glance 2024-06-04 12:51:49.730 | + stack.sh:main:1373 : start_glance 2024-06-04 12:51:49.733 | + lib/glance:start_glance:609 : local service_protocol=http 2024-06-04 12:51:49.735 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2024-06-04 12:51:49.749 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:49.751 | + lib/glance:start_glance:616 : [[ False == False ]] 2024-06-04 12:51:49.754 | ++ lib/glance:start_glance:617 : which uwsgi 2024-06-04 12:51:49.757 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-04 12:51:49.759 | + functions-common:run_process:1654 : local service=g-api 2024-06-04 12:51:49.762 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-04 12:51:49.764 | + functions-common:run_process:1656 : local group= 2024-06-04 12:51:49.766 | + functions-common:run_process:1657 : local user= 2024-06-04 12:51:49.768 | + functions-common:run_process:1658 : local env_vars= 2024-06-04 12:51:49.770 | + functions-common:run_process:1660 : local name=g-api 2024-06-04 12:51:49.772 | + functions-common:run_process:1662 : time_start run_process 2024-06-04 12:51:49.774 | + functions-common:time_start:2386 : local name=run_process 2024-06-04 12:51:49.776 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:49.779 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:49.781 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:49.785 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505509783 2024-06-04 12:51:49.787 | + functions-common:run_process:1663 : is_service_enabled g-api 2024-06-04 12:51:49.802 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:49.804 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-06-04 12:51:49.806 | + functions-common:_run_under_systemd:1611 : local service=g-api 2024-06-04 12:51:49.808 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-04 12:51:49.811 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-04 12:51:49.813 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-04 12:51:49.815 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-06-04 12:51:49.817 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-06-04 12:51:49.819 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-06-04 12:51:49.821 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2024-06-04 12:51:49.823 | + functions-common:_run_under_systemd:1618 : local group= 2024-06-04 12:51:49.825 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-06-04 12:51:49.828 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-06-04 12:51:49.830 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-06-04 12:51:49.832 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-06-04 12:51:49.834 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-06-04 12:51:49.836 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:49.838 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-06-04 12:51:49.840 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2024-06-04 12:51:49.842 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:49.844 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-06-04 12:51:49.846 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-06-04 12:51:49.848 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-06-04 12:51:49.850 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-06-04 12:51:49.852 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-06-04 12:51:49.855 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-06-04 12:51:49.906 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-06-04 12:51:49.959 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-06-04 12:51:50.003 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-06-04 12:51:50.048 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-06-04 12:51:50.092 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-06-04 12:51:50.139 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-06-04 12:51:50.186 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-06-04 12:51:50.232 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-06-04 12:51:50.277 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-06-04 12:51:50.323 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-06-04 12:51:50.367 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-06-04 12:51:50.369 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-06-04 12:51:50.371 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-06-04 12:51:50.422 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-06-04 12:51:50.741 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2024-06-04 12:51:50.752 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-06-04 12:51:51.067 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2024-06-04 12:51:51.151 | + functions-common:run_process:1666 : time_stop run_process 2024-06-04 12:51:51.155 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:51.157 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:51.160 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:51.163 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:51.165 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:51.167 | + functions-common:time_stop:2406 : name=run_process 2024-06-04 12:51:51.169 | + functions-common:time_stop:2407 : start_time=1717505509783 2024-06-04 12:51:51.171 | + functions-common:time_stop:2409 : [[ -z 1717505509783 ]] 2024-06-04 12:51:51.174 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:51.177 | + functions-common:time_stop:2412 : end_time=1717505511175 2024-06-04 12:51:51.179 | + functions-common:time_stop:2413 : elapsed_time=1392 2024-06-04 12:51:51.181 | + functions-common:time_stop:2414 : total=17677 2024-06-04 12:51:51.183 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:51.185 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19069 2024-06-04 12:51:51.187 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2024-06-04 12:51:51.201 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:51.203 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-06-04 12:51:51.203 | Waiting for g-api (10.180.1.21) to start... 2024-06-04 12:51:51.205 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2024-06-04 12:51:51.207 | + functions:wait_for_service:468 : local timeout=60 2024-06-04 12:51:51.209 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-06-04 12:51:51.211 | + functions:wait_for_service:470 : local rval=0 2024-06-04 12:51:51.213 | + functions:wait_for_service:471 : time_start wait_for_service 2024-06-04 12:51:51.215 | + functions-common:time_start:2386 : local name=wait_for_service 2024-06-04 12:51:51.217 | + functions-common:time_start:2387 : local start_time= 2024-06-04 12:51:51.219 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:51:51.222 | ++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:51:51.225 | + functions-common:time_start:2391 : _TIME_START[$name]=1717505511223 2024-06-04 12:51:51.227 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-06-04 12:51:51.231 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-06-04 12:51:53.161 | + :: : [[ 300 == 503 ]] 2024-06-04 12:51:53.162 | + :: : [[ 0 -eq 7 ]] 2024-06-04 12:51:53.164 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-06-04 12:51:53.167 | + functions-common:time_stop:2400 : local name 2024-06-04 12:51:53.169 | + functions-common:time_stop:2401 : local end_time 2024-06-04 12:51:53.171 | + functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:51:53.174 | + functions-common:time_stop:2403 : local total 2024-06-04 12:51:53.176 | + functions-common:time_stop:2404 : local start_time 2024-06-04 12:51:53.178 | + functions-common:time_stop:2406 : name=wait_for_service 2024-06-04 12:51:53.180 | + functions-common:time_stop:2407 : start_time=1717505511223 2024-06-04 12:51:53.182 | + functions-common:time_stop:2409 : [[ -z 1717505511223 ]] 2024-06-04 12:51:53.185 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:51:53.188 | + functions-common:time_stop:2412 : end_time=1717505513186 2024-06-04 12:51:53.190 | + functions-common:time_stop:2413 : elapsed_time=1963 2024-06-04 12:51:53.192 | + functions-common:time_stop:2414 : total=7940 2024-06-04 12:51:53.195 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:51:53.197 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9903 2024-06-04 12:51:53.199 | + functions:wait_for_service:478 : return 0 2024-06-04 12:51:53.201 | + stack.sh:main:1387 : is_service_enabled mysql postgresql 2024-06-04 12:51:53.215 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:53.217 | + stack.sh:main:1387 : is_service_enabled glance 2024-06-04 12:51:53.231 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:53.234 | + stack.sh:main:1388 : echo_summary 'Uploading images' 2024-06-04 12:51:53.236 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:53.238 | + stack.sh:echo_summary:470 : echo -e Uploading images 2024-06-04 12:51:53.240 | + stack.sh:main:1390 : for image_url in ${IMAGE_URLS//,/ } 2024-06-04 12:51:53.242 | + stack.sh:main:1391 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.244 | + 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-06-04 12:51:53.246 | + functions:upload_image:134 : local image image_fname image_name 2024-06-04 12:51:53.248 | + functions:upload_image:136 : local max_attempts=5 2024-06-04 12:51:53.250 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-06-04 12:51:53.253 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.256 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.258 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-06-04 12:51:53.260 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-06-04 12:51:53.262 | ++ functions:upload_image:144 : seq 5 2024-06-04 12:51:53.265 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-06-04 12:51:53.267 | + functions:upload_image:145 : local rc=0 2024-06-04 12:51:53.269 | + 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-06-04 12:51:53.271 | --2024-06-04 12:51:53-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-06-04 12:51:53.276 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-06-04 12:51:53.277 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-06-04 12:51:53.303 | HTTP request sent, awaiting response... 200 OK 2024-06-04 12:51:53.303 | Length: 21318656 (20M) [application/octet-stream] 2024-06-04 12:51:53.303 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-06-04 12:51:53.334 | 2024-06-04 12:51:53.450 | 0K ........ ........ .... 100% 138M=0.1s 2024-06-04 12:51:53.450 | 2024-06-04 12:51:53.450 | 2024-06-04 12:51:53 (138 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-06-04 12:51:53.450 | 2024-06-04 12:51:53.454 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-06-04 12:51:53.456 | + functions:upload_image:155 : break 2024-06-04 12:51:53.458 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.459 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-06-04 12:51:53.461 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-06-04 12:51:53.463 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-06-04 12:51:53.465 | + functions:upload_image:194 : local vmdk_disktype= 2024-06-04 12:51:53.467 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-06-04 12:51:53.469 | + functions:upload_image:196 : local path_len 2024-06-04 12:51:53.470 | + functions:upload_image:199 : local vmdk_adapter_type 2024-06-04 12:51:53.473 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.474 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.477 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-06-04 12:51:53.479 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-06-04 12:51:53.481 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-06-04 12:51:53.483 | + functions:upload_image:205 : local vmdk_create_type 2024-06-04 12:51:53.486 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.486 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.490 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-06-04 12:51:53.492 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-06-04 12:51:53.493 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-06-04 12:51:53.495 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-06-04 12:51:53.497 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-06-04 12:51:53.499 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-06-04 12:51:53.500 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-06-04 12:51:53.502 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-06-04 12:51:53.504 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-06-04 12:51:53.506 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-06-04 12:51:53.507 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-06-04 12:51:53.511 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-06-04 12:51:53.513 | + functions:upload_image:284 : IFS=':;' 2024-06-04 12:51:53.515 | + functions:upload_image:284 : read -a props 2024-06-04 12:51:53.517 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-06-04 12:51:53.519 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-06-04 12:51:53.520 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-06-04 12:51:53.522 | + 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-06-04 12:51:53.524 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-06-04 12:51:53.526 | + functions:_upload_image:105 : shift 2024-06-04 12:51:53.528 | + functions:_upload_image:106 : local container=bare 2024-06-04 12:51:53.529 | + functions:_upload_image:107 : shift 2024-06-04 12:51:53.532 | + functions:_upload_image:108 : local disk=vmdk 2024-06-04 12:51:53.533 | + functions:_upload_image:109 : shift 2024-06-04 12:51:53.535 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-06-04 12:51:53.537 | + functions:_upload_image:111 : shift 2024-06-04 12:51:53.539 | + functions:_upload_image:112 : local properties 2024-06-04 12:51:53.540 | + functions:_upload_image:113 : local useimport 2024-06-04 12:51:53.543 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-06-04 12:51:53.544 | ++ functions:_image_properties_to_arg:87 : local result= 2024-06-04 12:51:53.546 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-06-04 12:51:53.548 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-06-04 12:51:53.550 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-06-04 12:51:53.552 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-06-04 12:51:53.554 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-06-04 12:51:53.556 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-06-04 12:51:53.558 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-06-04 12:51:53.560 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-06-04 12:51:53.561 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-06-04 12:51:53.563 | + 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-06-04 12:51:55.747 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-06-04 12:51:55.747 | | Field | Value | 2024-06-04 12:51:55.747 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-06-04 12:51:55.747 | | container_format | bare | 2024-06-04 12:51:55.747 | | created_at | 2024-06-04T12:51:54Z | 2024-06-04 12:51:55.747 | | disk_format | vmdk | 2024-06-04 12:51:55.747 | | file | /v2/images/b64cf2f8-f9b4-4699-b984-0fb0603ab6b4/file | 2024-06-04 12:51:55.747 | | id | b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 | 2024-06-04 12:51:55.747 | | min_disk | 0 | 2024-06-04 12:51:55.748 | | min_ram | 0 | 2024-06-04 12:51:55.748 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-06-04 12:51:55.748 | | owner | cfa5ed1b97bb42538f9e118222fb52d5 | 2024-06-04 12:51:55.748 | | 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-06-04 12:51:55.748 | | protected | False | 2024-06-04 12:51:55.748 | | schema | /v2/schemas/image | 2024-06-04 12:51:55.748 | | status | queued | 2024-06-04 12:51:55.748 | | tags | | 2024-06-04 12:51:55.748 | | updated_at | 2024-06-04T12:51:54Z | 2024-06-04 12:51:55.748 | | visibility | public | 2024-06-04 12:51:55.748 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-06-04 12:51:55.880 | + functions:upload_image:291 : return 2024-06-04 12:51:55.883 | + stack.sh:main:1395 : async_wait create_flavors 2024-06-04 12:51:55.923 | [3441 Async create_flavors:53289]: Waiting for completion of create_flavors running on PID 53289 (2 other jobs running) 2024-06-04 12:51:55.944 | [3441 Async create_flavors:53289]: Signaling child to exit 2024-06-04 12:51:56.041 | + inc/async:async_inner:64 : rc=0 2024-06-04 12:51:56.061 | [53289 Async create_flavors:53289]: finished successfully 2024-06-04 12:51:56.079 | WAKEUP 2024-06-04 12:51:56.097 | [3441 Async create_flavors:53289]: Signaled 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2024-06-04 12:51:56.099 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1256 : grep -q ds512M 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | Field | Value | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.099 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.099 | | description | None | 2024-06-04 12:51:56.099 | | disk | 1 | 2024-06-04 12:51:56.099 | | id | c1 | 2024-06-04 12:51:56.099 | | name | cirros256 | 2024-06-04 12:51:56.099 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.099 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.099 | | ram | 256 | 2024-06-04 12:51:56.099 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.099 | | swap | 0 | 2024-06-04 12:51:56.099 | | vcpus | 1 | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | Field | Value | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.099 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.099 | | description | None | 2024-06-04 12:51:56.099 | | disk | 5 | 2024-06-04 12:51:56.099 | | id | d1 | 2024-06-04 12:51:56.099 | | name | ds512M | 2024-06-04 12:51:56.099 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.099 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.099 | | ram | 512 | 2024-06-04 12:51:56.099 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.099 | | swap | 0 | 2024-06-04 12:51:56.099 | | vcpus | 1 | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | Field | Value | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.099 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.099 | | description | None | 2024-06-04 12:51:56.099 | | disk | 10 | 2024-06-04 12:51:56.099 | | id | d2 | 2024-06-04 12:51:56.099 | | name | ds1G | 2024-06-04 12:51:56.099 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.099 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.099 | | ram | 1024 | 2024-06-04 12:51:56.099 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.099 | | swap | 0 | 2024-06-04 12:51:56.099 | | vcpus | 1 | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | Field | Value | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.099 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.099 | | description | None | 2024-06-04 12:51:56.099 | | disk | 10 | 2024-06-04 12:51:56.099 | | id | d3 | 2024-06-04 12:51:56.099 | | name | ds2G | 2024-06-04 12:51:56.099 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.099 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.099 | | ram | 2048 | 2024-06-04 12:51:56.099 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.099 | | swap | 0 | 2024-06-04 12:51:56.099 | | vcpus | 2 | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | Field | Value | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.099 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.099 | | description | None | 2024-06-04 12:51:56.099 | | disk | 20 | 2024-06-04 12:51:56.099 | | id | d4 | 2024-06-04 12:51:56.099 | | name | ds4G | 2024-06-04 12:51:56.099 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.099 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.099 | | ram | 4096 | 2024-06-04 12:51:56.099 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.099 | | swap | 0 | 2024-06-04 12:51:56.099 | | vcpus | 4 | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2024-06-04 12:51:56.099 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | Field | Value | 2024-06-04 12:51:56.099 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.099 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.099 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.099 | | description | None | 2024-06-04 12:51:56.099 | | disk | 1 | 2024-06-04 12:51:56.099 | | id | 1 | 2024-06-04 12:51:56.099 | | name | m1.tiny | 2024-06-04 12:51:56.099 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.099 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.099 | | ram | 512 | 2024-06-04 12:51:56.099 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.100 | | swap | 0 | 2024-06-04 12:51:56.100 | | vcpus | 1 | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | Field | Value | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.100 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.100 | | description | None | 2024-06-04 12:51:56.100 | | disk | 20 | 2024-06-04 12:51:56.100 | | id | 2 | 2024-06-04 12:51:56.100 | | name | m1.small | 2024-06-04 12:51:56.100 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.100 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.100 | | ram | 2048 | 2024-06-04 12:51:56.100 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.100 | | swap | 0 | 2024-06-04 12:51:56.100 | | vcpus | 1 | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | Field | Value | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.100 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.100 | | description | None | 2024-06-04 12:51:56.100 | | disk | 40 | 2024-06-04 12:51:56.100 | | id | 3 | 2024-06-04 12:51:56.100 | | name | m1.medium | 2024-06-04 12:51:56.100 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.100 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.100 | | ram | 4096 | 2024-06-04 12:51:56.100 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.100 | | swap | 0 | 2024-06-04 12:51:56.100 | | vcpus | 2 | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | Field | Value | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.100 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.100 | | description | None | 2024-06-04 12:51:56.100 | | disk | 80 | 2024-06-04 12:51:56.100 | | id | 4 | 2024-06-04 12:51:56.100 | | name | m1.large | 2024-06-04 12:51:56.100 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.100 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.100 | | ram | 8192 | 2024-06-04 12:51:56.100 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.100 | | swap | 0 | 2024-06-04 12:51:56.100 | | vcpus | 4 | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | Field | Value | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.100 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:51:56.100 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:51:56.100 | | description | None | 2024-06-04 12:51:56.100 | | disk | 160 | 2024-06-04 12:51:56.100 | | id | 5 | 2024-06-04 12:51:56.100 | | name | m1.xlarge | 2024-06-04 12:51:56.100 | | os-flavor-access:is_public | True | 2024-06-04 12:51:56.100 | | properties | hw_rng:allowed='True' | 2024-06-04 12:51:56.100 | | ram | 16384 | 2024-06-04 12:51:56.100 | | rxtx_factor | 1.0 | 2024-06-04 12:51:56.100 | | swap | 0 | 2024-06-04 12:51:56.100 | | vcpus | 8 | 2024-06-04 12:51:56.100 | +----------------------------+-----------------------+ 2024-06-04 12:51:56.132 | [3441 Async create_flavors:53289]: finished create_flavors with result 0 in 14 seconds 2024-06-04 12:51:56.135 | + inc/async:async_wait:197 : return 0 2024-06-04 12:51:56.138 | + stack.sh:main:1397 : is_service_enabled horizon 2024-06-04 12:51:56.152 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:56.154 | + stack.sh:main:1411 : is_service_enabled nova 2024-06-04 12:51:56.167 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:56.169 | + stack.sh:main:1411 : is_service_enabled keystone 2024-06-04 12:51:56.183 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:56.185 | + stack.sh:main:1412 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-06-04 12:51:56.187 | + stack.sh:main:1414 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-06-04 12:51:56.189 | + stack.sh:main:1418 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-06-04 12:51:56.192 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-06-04 12:51:56.194 | ++ 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-06-04 12:51:56.196 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-06-04 12:51:56.198 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-06-04 12:51:56.199 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-06-04 12:51:56.200 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-06-04 12:51:56.201 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-06-04 12:51:56.202 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-06-04 12:51:56.203 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-06-04 12:51:56.204 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-06-04 12:51:56.205 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-06-04 12:51:56.206 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-06-04 12:51:56.207 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-06-04 12:51:56.208 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-04 12:51:56.209 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-06-04 12:51:56.210 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-04 12:51:56.211 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-06-04 12:51:56.212 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-04 12:51:56.213 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-06-04 12:51:56.214 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-04 12:51:56.215 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-06-04 12:51:56.217 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-04 12:51:56.218 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-06-04 12:51:56.219 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-06-04 12:51:56.220 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-04 12:51:56.221 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-06-04 12:51:56.222 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-04 12:51:56.223 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-06-04 12:51:56.224 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-06-04 12:51:56.225 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-06-04 12:51:56.226 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-06-04 12:51:56.227 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-06-04 12:51:56.229 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-06-04 12:51:56.230 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-06-04 12:51:56.231 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-06-04 12:51:56.232 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-06-04 12:51:56.233 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-06-04 12:51:56.234 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-06-04 12:51:56.237 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-06-04 12:51:56.237 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-06-04 12:51:56.237 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-06-04 12:51:56.239 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-06-04 12:51:56.240 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-06-04 12:51:56.241 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-06-04 12:51:56.242 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-06-04 12:51:56.243 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-06-04 12:51:56.248 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-06-04 12:51:56.248 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-06-04 12:51:56.248 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-06-04 12:51:56.248 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-06-04 12:51:56.249 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-06-04 12:51:56.250 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-06-04 12:51:56.251 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-06-04 12:51:56.253 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-06-04 12:51:56.254 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-06-04 12:51:56.255 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-06-04 12:51:56.256 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-06-04 12:51:56.256 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-06-04 12:51:56.256 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-06-04 12:51:56.257 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-06-04 12:51:57.065 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-06-04 12:51:57.066 | 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-06-04 12:51:57.180 | + stack.sh:main:1423 : save_stackenv 2024-06-04 12:51:57.182 | + functions-common:save_stackenv:60 : local tag= 2024-06-04 12:51:57.185 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-06-04 12:51:57.188 | + functions-common:save_stackenv:62 : time_stamp=2024-06-04-125157 2024-06-04 12:51:57.191 | + functions-common:save_stackenv:63 : echo '# 2024-06-04-125157 ' 2024-06-04 12:51:57.193 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.195 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-06-04 12:51:57.197 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.199 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-06-04 12:51:57.201 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.203 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-06-04 12:51:57.205 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.207 | + 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-06-04 12:51:57.209 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.212 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-06-04 12:51:57.214 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.215 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-06-04 12:51:57.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.219 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-06-04-124553 2024-06-04 12:51:57.221 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.223 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-06-04 12:51:57.225 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.227 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-06-04 12:51:57.229 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.231 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-06-04 12:51:57.233 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.235 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-06-04 12:51:57.237 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.239 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-06-04 12:51:57.241 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.243 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-06-04 12:51:57.245 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.247 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-06-04 12:51:57.249 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-06-04 12:51:57.251 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-06-04 12:51:57.253 | + stack.sh:main:1434 : merge_config_group /opt/stack/devstack/local.conf extra 2024-06-04 12:51:57.255 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-04 12:51:57.257 | + inc/meta-config:merge_config_group:171 : shift 2024-06-04 12:51:57.259 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-06-04 12:51:57.261 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:51:57.263 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-04 12:51:57.265 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-04 12:51:57.268 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-06-04 12:51:57.270 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:51:57.272 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-06-04 12:51:57.274 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:51:57.276 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-06-04 12:51:57.276 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:51:57.276 | gsub("[][]", "", $1); 2024-06-04 12:51:57.276 | split($1, a, "|"); 2024-06-04 12:51:57.276 | if (a[1] == matchgroup) 2024-06-04 12:51:57.276 | print a[2] 2024-06-04 12:51:57.276 | } 2024-06-04 12:51:57.276 | ' /opt/stack/devstack/local.conf 2024-06-04 12:51:57.280 | + stack.sh:main:1441 : run_phase stack extra 2024-06-04 12:51:57.283 | + functions-common:run_phase:1828 : local mode=stack 2024-06-04 12:51:57.284 | + functions-common:run_phase:1829 : local phase=extra 2024-06-04 12:51:57.286 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-04 12:51:57.288 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-06-04 12:51:57.290 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-04 12:51:57.293 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-06-04 12:51:57.295 | + functions-common:run_phase:1838 : local extra 2024-06-04 12:51:57.297 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-04 12:51:57.300 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-06-04 12:51:57.303 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-04 12:51:57.305 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-04 12:51:57.307 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-06-04 12:51:57.309 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-04 12:51:57.322 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:57.324 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:51:57.326 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:51:57.328 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-06-04 12:51:57.330 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:51:57.332 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:51:57.334 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:51:57.336 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-06-04 12:51:57.338 | ++ extras.d/80-tempest.sh:source:15 : : 2024-06-04 12:51:57.340 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-04 12:51:57.342 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-04 12:51:57.344 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:51:57.346 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-04 12:51:57.348 | + functions-common:run_phase:1855 : run_plugins stack extra 2024-06-04 12:51:57.350 | + functions-common:run_plugins:1814 : local mode=stack 2024-06-04 12:51:57.352 | + functions-common:run_plugins:1815 : local phase=extra 2024-06-04 12:51:57.354 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-06-04 12:51:57.356 | + functions-common:run_plugins:1818 : local plugin 2024-06-04 12:51:57.358 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-06-04 12:51:57.360 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:51:57.363 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-04 12:51:57.365 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-06-04 12:51:57.367 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:51:57.369 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:51:57.371 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-06-04 12:51:57.373 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:51:57.375 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:51:57.377 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:51:57.379 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-06-04 12:51:57.381 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-06-04 12:51:57.383 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:57.385 | ++ stack.sh:echo_summary:470 : echo -e Initializing Networking-NSX-T 2024-06-04 12:51:57.388 | + stack.sh:main:1449 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-06-04 12:51:57.390 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-04 12:51:57.392 | + inc/meta-config:merge_config_group:171 : shift 2024-06-04 12:51:57.394 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-06-04 12:51:57.396 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:51:57.398 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-04 12:51:57.400 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-04 12:51:57.402 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-06-04 12:51:57.405 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:51:57.407 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-06-04 12:51:57.409 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:51:57.411 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-06-04 12:51:57.411 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:51:57.411 | gsub("[][]", "", $1); 2024-06-04 12:51:57.411 | split($1, a, "|"); 2024-06-04 12:51:57.411 | if (a[1] == matchgroup) 2024-06-04 12:51:57.411 | print a[2] 2024-06-04 12:51:57.411 | } 2024-06-04 12:51:57.411 | ' /opt/stack/devstack/local.conf 2024-06-04 12:51:57.416 | + stack.sh:main:1458 : is_service_enabled n-cpu 2024-06-04 12:51:57.430 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:57.432 | + stack.sh:main:1463 : service_check 2024-06-04 12:51:57.434 | + functions-common:service_check:1693 : local service 2024-06-04 12:51:57.436 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.438 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2024-06-04 12:51:57.448 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-06-04 12:51:57.451 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.453 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2024-06-04 12:51:57.463 | enabled 2024-06-04 12:51:57.465 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2024-06-04 12:51:57.487 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-06-04 12:51:57.487 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.487 | Active: active (running) since Tue 2024-06-04 12:51:01 UTC; 55s ago 2024-06-04 12:51:57.487 | Main PID: 46283 (uwsgi) 2024-06-04 12:51:57.487 | Status: "uWSGI is ready" 2024-06-04 12:51:57.487 | Tasks: 3 (limit: 19115) 2024-06-04 12:51:57.487 | Memory: 226.3M 2024-06-04 12:51:57.487 | CPU: 6.097s 2024-06-04 12:51:57.487 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-06-04 12:51:57.487 | ├─46283 "nova-apiuWSGI master" 2024-06-04 12:51:57.487 | ├─46284 "nova-apiuWSGI worker 1" 2024-06-04 12:51:57.487 | └─46285 "nova-apiuWSGI worker 2" 2024-06-04 12:51:57.487 | 2024-06-04 12:51:57.487 | Jun 04 12:51:54 devstack devstack@n-api.service[46285]: [pid: 46285|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Jun 4 12:51:54 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-06-04 12:51:57.487 | Jun 04 12:51:55 devstack devstack@n-api.service[46284]: DEBUG nova.api.openstack.wsgi [None req-c8ca9abb-d3f9-4f1a-b67e-d250a8952fe2 admin admin] Calling method '>' {{(pid=46284) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-06-04 12:51:57.487 | Jun 04 12:51:55 devstack devstack@n-api.service[46284]: INFO nova.api.openstack.requestlog [None req-c8ca9abb-d3f9-4f1a-b67e-d250a8952fe2 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000901 2024-06-04 12:51:57.487 | Jun 04 12:51:55 devstack devstack@n-api.service[46284]: [pid: 46284|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Jun 4 12:51:55 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-06-04 12:51:57.487 | Jun 04 12:51:55 devstack devstack@n-api.service[46285]: DEBUG nova.api.openstack.wsgi [None req-56b86266-42f6-4737-9b6c-57a697290b7d admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "rxtx_factor": 1.0, "vcpus": 8, "id": "5", "swap": 0, "ram": 16384}} {{(pid=46285) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-06-04 12:51:57.488 | Jun 04 12:51:55 devstack devstack@n-api.service[46285]: INFO nova.api.openstack.requestlog [None req-56b86266-42f6-4737-9b6c-57a697290b7d admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036130 2024-06-04 12:51:57.488 | Jun 04 12:51:55 devstack devstack@n-api.service[46285]: [pid: 46285|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Jun 4 12:51:55 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-06-04 12:51:57.488 | Jun 04 12:51:55 devstack devstack@n-api.service[46284]: DEBUG nova.api.openstack.wsgi [None req-9f2f0c9b-f985-46f4-b3e2-4c41dff4bc71 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46284) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-06-04 12:51:57.488 | Jun 04 12:51:55 devstack devstack@n-api.service[46284]: INFO nova.api.openstack.requestlog [None req-9f2f0c9b-f985-46f4-b3e2-4c41dff4bc71 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016258 2024-06-04 12:51:57.488 | Jun 04 12:51:55 devstack devstack@n-api.service[46284]: [pid: 46284|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Jun 4 12:51:55 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-06-04 12:51:57.490 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.493 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2024-06-04 12:51:57.502 | enabled 2024-06-04 12:51:57.505 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2024-06-04 12:51:57.517 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-06-04 12:51:57.517 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.517 | Active: active (running) since Tue 2024-06-04 12:51:39 UTC; 18s ago 2024-06-04 12:51:57.517 | Main PID: 52528 (nova-conductor) 2024-06-04 12:51:57.517 | Tasks: 3 (limit: 19115) 2024-06-04 12:51:57.517 | Memory: 141.4M 2024-06-04 12:51:57.517 | CPU: 2.048s 2024-06-04 12:51:57.517 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-06-04 12:51:57.517 | ├─52528 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-06-04 12:51:57.517 | ├─53236 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-06-04 12:51:57.517 | └─53237 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-06-04 12:51:57.517 | 2024-06-04 12:51:57.517 | Jun 04 12:51:41 devstack nova-conductor[52528]: DEBUG oslo_service.service [None req-67cc5c85-b887-4abb-80fd-028639d240b3 None None] oslo_limit.version = None {{(pid=52528) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.517 | Jun 04 12:51:41 devstack nova-conductor[52528]: DEBUG oslo_service.service [None req-67cc5c85-b887-4abb-80fd-028639d240b3 None None] oslo_reports.file_event_handler = None {{(pid=52528) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.517 | Jun 04 12:51:41 devstack nova-conductor[52528]: DEBUG oslo_service.service [None req-67cc5c85-b887-4abb-80fd-028639d240b3 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52528) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.517 | Jun 04 12:51:41 devstack nova-conductor[52528]: DEBUG oslo_service.service [None req-67cc5c85-b887-4abb-80fd-028639d240b3 None None] oslo_reports.log_dir = None {{(pid=52528) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.517 | Jun 04 12:51:41 devstack nova-conductor[52528]: DEBUG oslo_service.service [None req-67cc5c85-b887-4abb-80fd-028639d240b3 None None] ******************************************************************************** {{(pid=52528) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-06-04 12:51:57.517 | Jun 04 12:51:50 devstack nova-conductor[52528]: DEBUG dbcounter [-] [52528] Writing DB stats nova_api:SELECT=3 {{(pid=52528) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.517 | Jun 04 12:51:50 devstack nova-conductor[52528]: DEBUG dbcounter [-] [52528] Writing DB stats nova_cell1:SELECT=3 {{(pid=52528) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.517 | Jun 04 12:51:50 devstack nova-conductor[52528]: DEBUG dbcounter [-] [52528] Writing DB stats nova_cell0:SELECT=3 {{(pid=52528) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.517 | Jun 04 12:51:55 devstack nova-conductor[53236]: DEBUG dbcounter [-] [53236] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=53236) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.517 | Jun 04 12:51:55 devstack nova-conductor[53237]: DEBUG dbcounter [-] [53237] Writing DB stats nova_cell1:SELECT=7 {{(pid=53237) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.520 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.522 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2024-06-04 12:51:57.531 | enabled 2024-06-04 12:51:57.534 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2024-06-04 12:51:57.545 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-06-04 12:51:57.545 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.545 | Active: active (running) since Tue 2024-06-04 12:51:36 UTC; 21s ago 2024-06-04 12:51:57.545 | Main PID: 51156 (nova-scheduler) 2024-06-04 12:51:57.545 | Tasks: 3 (limit: 19115) 2024-06-04 12:51:57.545 | Memory: 142.0M 2024-06-04 12:51:57.545 | CPU: 2.096s 2024-06-04 12:51:57.545 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-06-04 12:51:57.545 | ├─51156 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-06-04 12:51:57.545 | ├─52074 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-06-04 12:51:57.545 | └─52078 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-06-04 12:51:57.545 | 2024-06-04 12:51:57.545 | Jun 04 12:51:38 devstack nova-scheduler[51156]: DEBUG oslo_service.service [None req-b9ddcec8-2497-49bc-be83-216ac74feb55 None None] oslo_limit.version = None {{(pid=51156) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.545 | Jun 04 12:51:38 devstack nova-scheduler[51156]: DEBUG oslo_service.service [None req-b9ddcec8-2497-49bc-be83-216ac74feb55 None None] oslo_reports.file_event_handler = None {{(pid=51156) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.545 | Jun 04 12:51:38 devstack nova-scheduler[51156]: DEBUG oslo_service.service [None req-b9ddcec8-2497-49bc-be83-216ac74feb55 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51156) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.545 | Jun 04 12:51:38 devstack nova-scheduler[51156]: DEBUG oslo_service.service [None req-b9ddcec8-2497-49bc-be83-216ac74feb55 None None] oslo_reports.log_dir = None {{(pid=51156) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.545 | Jun 04 12:51:38 devstack nova-scheduler[51156]: DEBUG oslo_service.service [None req-b9ddcec8-2497-49bc-be83-216ac74feb55 None None] ******************************************************************************** {{(pid=51156) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-06-04 12:51:57.545 | Jun 04 12:51:47 devstack nova-scheduler[51156]: DEBUG dbcounter [-] [51156] Writing DB stats nova_api:SELECT=7 {{(pid=51156) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.545 | Jun 04 12:51:47 devstack nova-scheduler[51156]: DEBUG dbcounter [-] [51156] Writing DB stats nova_cell1:SELECT=5 {{(pid=51156) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.545 | Jun 04 12:51:47 devstack nova-scheduler[51156]: DEBUG dbcounter [-] [51156] Writing DB stats nova_cell0:SELECT=3 {{(pid=51156) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.545 | Jun 04 12:51:52 devstack nova-scheduler[52074]: DEBUG dbcounter [-] [52074] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=52074) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.545 | Jun 04 12:51:52 devstack nova-scheduler[52078]: DEBUG dbcounter [-] [52078] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=52078) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.548 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.550 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-06-04 12:51:57.559 | enabled 2024-06-04 12:51:57.562 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-06-04 12:51:57.573 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-06-04 12:51:57.573 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.573 | Active: active (running) since Tue 2024-06-04 12:51:37 UTC; 19s ago 2024-06-04 12:51:57.573 | Main PID: 51803 (uwsgi) 2024-06-04 12:51:57.573 | Status: "uWSGI is ready" 2024-06-04 12:51:57.573 | Tasks: 4 (limit: 19115) 2024-06-04 12:51:57.573 | Memory: 188.3M 2024-06-04 12:51:57.573 | CPU: 4.130s 2024-06-04 12:51:57.573 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-06-04 12:51:57.573 | ├─51803 "nova-api-metauWSGI master" 2024-06-04 12:51:57.573 | ├─51818 "nova-api-metauWSGI worker 1" 2024-06-04 12:51:57.573 | ├─51819 "nova-api-metauWSGI worker 2" 2024-06-04 12:51:57.573 | └─51820 "nova-api-metauWSGI http 1" 2024-06-04 12:51:57.573 | 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51819]: DEBUG oslo_db.sqlalchemy.engines [None req-68555866-66b8-490d-b468-9279a4c14b6c 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=51819) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51819]: DEBUG dbcounter [-] [51819] Writer thread running {{(pid=51819) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51818]: DEBUG dbcounter [-] [51818] Writer thread running {{(pid=51818) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51818]: INFO dbcounter [None req-9d328347-5925-4517-8fdb-7cb8b99a262c None None] Registered counter for database nova_cell1 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51818]: DEBUG oslo_db.sqlalchemy.engines [None req-9d328347-5925-4517-8fdb-7cb8b99a262c 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=51818) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51818]: DEBUG dbcounter [-] [51818] Writer thread running {{(pid=51818) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51819]: WARNING nova.api.metadata.handler [None req-68555866-66b8-490d-b468-9279a4c14b6c None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51819]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55e08f4e2100 pid: 51819 (default app) 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51818]: WARNING nova.api.metadata.handler [None req-9d328347-5925-4517-8fdb-7cb8b99a262c None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-06-04 12:51:57.573 | Jun 04 12:51:39 devstack devstack@n-api-meta.service[51818]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55e08f4e2100 pid: 51818 (default app) 2024-06-04 12:51:57.576 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.578 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2024-06-04 12:51:57.587 | enabled 2024-06-04 12:51:57.590 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2024-06-04 12:51:57.602 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-06-04 12:51:57.602 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.602 | Active: active (running) since Tue 2024-06-04 12:51:10 UTC; 47s ago 2024-06-04 12:51:57.602 | Main PID: 47747 (uwsgi) 2024-06-04 12:51:57.602 | Status: "uWSGI is ready" 2024-06-04 12:51:57.602 | Tasks: 5 (limit: 19115) 2024-06-04 12:51:57.602 | Memory: 136.7M 2024-06-04 12:51:57.602 | CPU: 2.426s 2024-06-04 12:51:57.602 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-06-04 12:51:57.602 | ├─47747 "placementuWSGI master" 2024-06-04 12:51:57.602 | ├─47749 "placementuWSGI worker 1" 2024-06-04 12:51:57.602 | └─47750 "placementuWSGI worker 2" 2024-06-04 12:51:57.602 | 2024-06-04 12:51:57.602 | Jun 04 12:51:11 devstack devstack@placement-api.service[47749]: INFO placement.requestlog [None req-69a3af3b-67fa-4301-8860-b6ab6d625ed0 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-06-04 12:51:57.602 | Jun 04 12:51:11 devstack devstack@placement-api.service[47749]: [pid: 47749|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Tue Jun 4 12:51:11 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-06-04 12:51:57.602 | Jun 04 12:51:21 devstack devstack@placement-api.service[47749]: DEBUG dbcounter [-] [47749] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=47749) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.602 | Jun 04 12:51:21 devstack devstack@placement-api.service[47750]: DEBUG dbcounter [-] [47750] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=47750) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.602 | Jun 04 12:51:37 devstack devstack@placement-api.service[47750]: DEBUG placement.requestlog [None req-c7846354-e299-48ea-8e35-79ad5bb0d2fd None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47750) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-06-04 12:51:57.602 | Jun 04 12:51:37 devstack devstack@placement-api.service[47750]: INFO placement.requestlog [None req-c7846354-e299-48ea-8e35-79ad5bb0d2fd None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-06-04 12:51:57.602 | Jun 04 12:51:37 devstack devstack@placement-api.service[47750]: [pid: 47750|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Jun 4 12:51:37 2024] GET /placement => generated 136 bytes in 13 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-06-04 12:51:57.602 | Jun 04 12:51:40 devstack devstack@placement-api.service[47749]: DEBUG placement.requestlog [None req-a5ff6966-c433-4354-b09f-2f487767d090 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47749) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-06-04 12:51:57.602 | Jun 04 12:51:40 devstack devstack@placement-api.service[47749]: INFO placement.requestlog [None req-a5ff6966-c433-4354-b09f-2f487767d090 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-06-04 12:51:57.602 | Jun 04 12:51:40 devstack devstack@placement-api.service[47749]: [pid: 47749|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Jun 4 12:51:40 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-06-04 12:51:57.605 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.607 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2024-06-04 12:51:57.615 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-06-04 12:51:57.618 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.620 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2024-06-04 12:51:57.629 | enabled 2024-06-04 12:51:57.632 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2024-06-04 12:51:57.643 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-06-04 12:51:57.643 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.643 | Active: active (running) since Tue 2024-06-04 12:51:51 UTC; 6s ago 2024-06-04 12:51:57.643 | Main PID: 55679 (uwsgi) 2024-06-04 12:51:57.643 | Status: "uWSGI is ready" 2024-06-04 12:51:57.643 | Tasks: 9 (limit: 19115) 2024-06-04 12:51:57.643 | Memory: 223.4M 2024-06-04 12:51:57.643 | CPU: 4.424s 2024-06-04 12:51:57.643 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-06-04 12:51:57.643 | ├─55679 "glance-apiuWSGI master" 2024-06-04 12:51:57.643 | ├─55680 "glance-apiuWSGI worker 1" 2024-06-04 12:51:57.643 | └─55681 "glance-apiuWSGI worker 2" 2024-06-04 12:51:57.643 | 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: INFO dbcounter [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 admin admin] Registered counter for database glance 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: DEBUG oslo_db.sqlalchemy.engines [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 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=55680) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: DEBUG dbcounter [-] [55680] Writer thread running {{(pid=55680) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: INFO glance.api.v2.image_data [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: DEBUG glance.location [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 admin admin] Enabling in-flight format inspection for vmdk {{(pid=55680) set_data /opt/stack/glance/glance/location.py:581}} 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: DEBUG glance_store._drivers.filesystem [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=55680) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: WARNING glance.common.format_inspector [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 admin admin] Unsupported VMDK format b'streamOptimized' 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: INFO glance.location [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 admin admin] Image format matched and virtual size computed: 0 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: DEBUG glance_store.backend [None req-a5efcdaa-c490-4d6e-9de3-163fb9efc957 admin admin] Skipping store.set_acls... not implemented. {{(pid=55680) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2024-06-04 12:51:57.643 | Jun 04 12:51:55 devstack devstack@g-api.service[55680]: [pid: 55680|app: 0|req: 2/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Jun 4 12:51:55 2024] PUT /v2/images/b64cf2f8-f9b4-4699-b984-0fb0603ab6b4/file => generated 0 bytes in 731 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-06-04 12:51:57.646 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.648 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2024-06-04 12:51:57.657 | enabled 2024-06-04 12:51:57.660 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2024-06-04 12:51:57.671 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-06-04 12:51:57.671 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.671 | Active: active (running) since Tue 2024-06-04 12:51:46 UTC; 11s ago 2024-06-04 12:51:57.671 | Main PID: 54459 (cinder-schedule) 2024-06-04 12:51:57.671 | Tasks: 2 (limit: 19115) 2024-06-04 12:51:57.671 | Memory: 93.8M 2024-06-04 12:51:57.671 | CPU: 1.660s 2024-06-04 12:51:57.671 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-06-04 12:51:57.671 | └─54459 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-06-04 12:51:57.671 | 2024-06-04 12:51:57.671 | Jun 04 12:51:47 devstack cinder-scheduler[54459]: DEBUG oslo_service.service [None req-8a499c38-249a-4177-9699-d87de47c0c34 None None] nova.token_auth_url = None {{(pid=54459) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.671 | Jun 04 12:51:47 devstack cinder-scheduler[54459]: DEBUG oslo_service.service [None req-8a499c38-249a-4177-9699-d87de47c0c34 None None] ******************************************************************************** {{(pid=54459) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-06-04 12:51:57.671 | Jun 04 12:51:47 devstack cinder-scheduler[54459]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-06-04 12:51:57.671 | Jun 04 12:51:47 devstack cinder-scheduler[54459]: INFO cinder.manager [None req-85eb4d14-a211-4866-9b4f-6dac252627c6 None None] Initiating service 1 cleanup 2024-06-04 12:51:57.671 | Jun 04 12:51:47 devstack cinder-scheduler[54459]: INFO cinder.manager [None req-85eb4d14-a211-4866-9b4f-6dac252627c6 None None] Service 1 cleanup completed. 2024-06-04 12:51:57.671 | Jun 04 12:51:47 devstack cinder-scheduler[54459]: DEBUG cinder.service [None req-85eb4d14-a211-4866-9b4f-6dac252627c6 None None] Creating RPC server for service cinder-scheduler {{(pid=54459) start /opt/stack/cinder/cinder/service.py:238}} 2024-06-04 12:51:57.671 | Jun 04 12:51:47 devstack cinder-scheduler[54459]: DEBUG cinder.service [None req-85eb4d14-a211-4866-9b4f-6dac252627c6 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54459) start /opt/stack/cinder/cinder/service.py:244}} 2024-06-04 12:51:57.671 | Jun 04 12:51:51 devstack cinder-scheduler[54459]: DEBUG cinder.scheduler.host_manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b 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=54459) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-06-04 12:51:57.671 | Jun 04 12:51:51 devstack cinder-scheduler[54459]: DEBUG cinder.scheduler.host_manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b 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, 6, 4, 12, 51, 51, 622790)} {{(pid=54459) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-06-04 12:51:57.671 | Jun 04 12:51:51 devstack cinder-scheduler[54459]: DEBUG cinder.utils [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=54459) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-06-04 12:51:57.674 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.676 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2024-06-04 12:51:57.686 | enabled 2024-06-04 12:51:57.689 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2024-06-04 12:51:57.700 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-06-04 12:51:57.700 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.700 | Active: active (running) since Tue 2024-06-04 12:51:43 UTC; 14s ago 2024-06-04 12:51:57.700 | Main PID: 53914 (uwsgi) 2024-06-04 12:51:57.700 | Status: "uWSGI is ready" 2024-06-04 12:51:57.700 | Tasks: 7 (limit: 19115) 2024-06-04 12:51:57.700 | Memory: 213.0M 2024-06-04 12:51:57.700 | CPU: 4.617s 2024-06-04 12:51:57.700 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-06-04 12:51:57.700 | ├─53914 "cinder-apiuWSGI master" 2024-06-04 12:51:57.700 | ├─53918 "cinder-apiuWSGI worker 1" 2024-06-04 12:51:57.700 | └─53919 "cinder-apiuWSGI worker 2" 2024-06-04 12:51:57.700 | 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53918]: INFO cinder.api.openstack.wsgi [None req-ea07e21c-21a5-4d5c-b0a5-1875963f8ffc admin admin] http://10.180.1.21/volume/v3/cfa5ed1b97bb42538f9e118222fb52d5/types returned with HTTP 200 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53918]: [pid: 53918|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Tue Jun 4 12:51:48 2024] POST /volume/v3/cfa5ed1b97bb42538f9e118222fb52d5/types => generated 182 bytes in 477 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: DEBUG cinder.api.middleware.request_id [req-ea07e21c-21a5-4d5c-b0a5-1875963f8ffc req-38b576b6-af99-406d-b9b0-db743dc834f5 None None] RequestId filter calling following filter/app {{(pid=53919) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: INFO cinder.api.openstack.wsgi [req-ea07e21c-21a5-4d5c-b0a5-1875963f8ffc req-38b576b6-af99-406d-b9b0-db743dc834f5 admin admin] POST http://10.180.1.21/volume/v3/cfa5ed1b97bb42538f9e118222fb52d5/types/9a8203d9-418c-4a82-9df4-0b39676e238f/extra_specs 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: DEBUG cinder.api.openstack.wsgi [req-ea07e21c-21a5-4d5c-b0a5-1875963f8ffc req-38b576b6-af99-406d-b9b0-db743dc834f5 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53919) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: warnings.warn('Policy enforcement is depending on the value of ' 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: DEBUG oslo_db.sqlalchemy.engines [req-ea07e21c-21a5-4d5c-b0a5-1875963f8ffc req-38b576b6-af99-406d-b9b0-db743dc834f5 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=53919) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: INFO cinder.api.openstack.wsgi [req-ea07e21c-21a5-4d5c-b0a5-1875963f8ffc req-38b576b6-af99-406d-b9b0-db743dc834f5 admin admin] http://10.180.1.21/volume/v3/cfa5ed1b97bb42538f9e118222fb52d5/types/9a8203d9-418c-4a82-9df4-0b39676e238f/extra_specs returned with HTTP 200 2024-06-04 12:51:57.700 | Jun 04 12:51:49 devstack devstack@c-api.service[53919]: [pid: 53919|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Jun 4 12:51:49 2024] POST /volume/v3/cfa5ed1b97bb42538f9e118222fb52d5/types/9a8203d9-418c-4a82-9df4-0b39676e238f/extra_specs => generated 51 bytes in 410 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-06-04 12:51:57.703 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.705 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2024-06-04 12:51:57.715 | enabled 2024-06-04 12:51:57.718 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2024-06-04 12:51:57.729 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-06-04 12:51:57.729 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.729 | Active: active (running) since Tue 2024-06-04 12:51:47 UTC; 10s ago 2024-06-04 12:51:57.729 | Main PID: 55002 (cinder-volume) 2024-06-04 12:51:57.729 | Tasks: 3 (limit: 19115) 2024-06-04 12:51:57.729 | Memory: 242.5M 2024-06-04 12:51:57.729 | CPU: 4.088s 2024-06-04 12:51:57.729 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-06-04 12:51:57.729 | ├─55002 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-06-04 12:51:57.729 | └─55105 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-06-04 12:51:57.729 | 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: DEBUG cinder.image.image_utils [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=55105) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1165}} 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: INFO cinder.keymgr.migration [None req-9daa01e0-5aa1-4e4f-84fd-9f30729855b8 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: DEBUG cinder.manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Notifying Schedulers of capabilities ... {{(pid=55105) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: INFO cinder.volume.manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Driver initialization completed successfully. 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: INFO cinder.manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Initiating service 2 cleanup 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: INFO cinder.manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Service 2 cleanup completed. 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: DEBUG cinder.service [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Creating RPC server for service cinder-volume {{(pid=55105) start /opt/stack/cinder/cinder/service.py:238}} 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: DEBUG cinder.service [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=55105) start /opt/stack/cinder/cinder/service.py:244}} 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: INFO cinder.volume.manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-06-04 12:51:57.729 | Jun 04 12:51:51 devstack cinder-volume[55105]: INFO cinder.volume.manager [None req-3ce925f8-bc72-41de-99b7-e17357850b9b None None] Driver post RPC initialization completed successfully. 2024-06-04 12:51:57.732 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.734 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-06-04 12:51:57.744 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-06-04 12:51:57.748 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.750 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-06-04 12:51:57.759 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-06-04 12:51:57.762 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.764 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2024-06-04 12:51:57.774 | enabled 2024-06-04 12:51:57.777 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2024-06-04 12:51:57.789 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-06-04 12:51:57.789 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.789 | Active: active (running) since Tue 2024-06-04 12:51:05 UTC; 52s ago 2024-06-04 12:51:57.789 | Main PID: 47001 (/opt/stack/data) 2024-06-04 12:51:57.789 | Tasks: 5 (limit: 19115) 2024-06-04 12:51:57.789 | Memory: 379.4M 2024-06-04 12:51:57.789 | CPU: 9.489s 2024-06-04 12:51:57.789 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-06-04 12:51:57.789 | ├─47001 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-06-04 12:51:57.789 | ├─47169 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-06-04 12:51:57.789 | ├─47170 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-06-04 12:51:57.790 | ├─47171 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-06-04 12:51:57.790 | └─47172 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-06-04 12:51:57.790 | 2024-06-04 12:51:57.790 | Jun 04 12:51:41 devstack neutron-server[47172]: DEBUG dbcounter [-] [47172] Writing DB stats neutron:SELECT=163,neutron:UPDATE=4,neutron:INSERT=1 {{(pid=47172) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.790 | Jun 04 12:51:41 devstack neutron-server[47172]: DEBUG dbcounter [-] [47172] Writing DB stats neutron:SELECT=149,neutron:UPDATE=3 {{(pid=47172) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.790 | Jun 04 12:51:43 devstack neutron-server[47170]: DEBUG dbcounter [-] [47170] Writing DB stats neutron:SELECT=214,neutron:INSERT=12,neutron:DELETE=2,neutron:UPDATE=6 {{(pid=47170) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.790 | Jun 04 12:51:43 devstack neutron-server[47170]: DEBUG dbcounter [-] [47170] Writing DB stats neutron:SELECT=214,neutron:INSERT=18,neutron:DELETE=4,neutron:UPDATE=3 {{(pid=47170) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.790 | Jun 04 12:51:44 devstack neutron-server[47169]: DEBUG dbcounter [-] [47169] Writing DB stats neutron:SELECT=265,neutron:INSERT=40,neutron:UPDATE=10,neutron:DELETE=4 {{(pid=47169) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.790 | Jun 04 12:51:44 devstack neutron-server[47169]: DEBUG dbcounter [-] [47169] Writing DB stats neutron:SELECT=218,neutron:INSERT=18,neutron:UPDATE=6,neutron:DELETE=2 {{(pid=47169) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-06-04 12:51:57.790 | Jun 04 12:51:45 devstack neutron-server[47171]: DEBUG neutron_lib.callbacks.manager [None req-6e15f988-c7f4-4753-aa4e-edb02d3a9f4d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7807926885130', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7613443'] for agent (89f84211-469b-45b6-8b9c-f76561b7dc28), after_update {{(pid=47171) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-04 12:51:57.790 | Jun 04 12:51:46 devstack neutron-server[47171]: DEBUG neutron_lib.callbacks.manager [None req-461a6c6c-42d2-41a3-8ba8-c9df5fab8954 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7807926885130', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7613443'] for agent (bcd4ae51-4e36-4c4e-9e0e-141d1db32f68), after_update {{(pid=47171) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-04 12:51:57.790 | Jun 04 12:51:47 devstack neutron-server[47171]: DEBUG neutron_lib.callbacks.manager [None req-79748be6-5c95-4e46-88b0-d5aa915dabf7 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7807926885130', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7613443'] for agent (c3c37227-3306-4567-85c1-eb959982e787), after_update {{(pid=47171) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-04 12:51:57.790 | Jun 04 12:51:48 devstack neutron-server[47171]: DEBUG neutron_lib.callbacks.manager [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7807926885130', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7613443'] for agent (ededfabe-f020-4a65-8a96-28ef24b975bb), after_update {{(pid=47171) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-06-04 12:51:57.792 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.794 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2024-06-04 12:51:57.802 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-06-04 12:51:57.805 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.807 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2024-06-04 12:51:57.816 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-06-04 12:51:57.819 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.821 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2024-06-04 12:51:57.829 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-06-04 12:51:57.832 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.834 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2024-06-04 12:51:57.842 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-06-04 12:51:57.845 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.847 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2024-06-04 12:51:57.856 | enabled 2024-06-04 12:51:57.859 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2024-06-04 12:51:57.870 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-06-04 12:51:57.870 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.870 | Active: active (running) since Tue 2024-06-04 12:51:12 UTC; 45s ago 2024-06-04 12:51:57.871 | Main PID: 48282 (neutron-openvsw) 2024-06-04 12:51:57.871 | Tasks: 4 (limit: 19115) 2024-06-04 12:51:57.871 | Memory: 153.1M 2024-06-04 12:51:57.871 | CPU: 3.678s 2024-06-04 12:51:57.871 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-06-04 12:51:57.871 | ├─48282 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-06-04 12:51:57.871 | ├─49800 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpmupgzs9u/privsep.sock 2024-06-04 12:51:57.871 | └─49835 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-06-04 12:51:57.871 | 2024-06-04 12:51:57.871 | Jun 04 12:51:55 devstack neutron-openvswitch-agent[48282]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Agent rpc_loop - iteration:18 started 2024-06-04 12:51:57.871 | Jun 04 12:51:55 devstack neutron-openvswitch-agent[48282]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd6276275,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=6106359604993114623,duration_nsec=218000000,duration_sec=39,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=48282) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-06-04 12:51:57.871 | Jun 04 12:51:55 devstack neutron-openvswitch-agent[48282]: DEBUG neutron.agent.linux.utils [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49835. {{(pid=48282) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-06-04 12:51:57.871 | Jun 04 12:51:55 devstack neutron-openvswitch-agent[48282]: DEBUG neutron.agent.common.ovsdb_monitor [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=48282) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2024-06-04 12:51:57.871 | Jun 04 12:51:55 devstack neutron-openvswitch-agent[48282]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-06-04 12:51:57.871 | Jun 04 12:51:57 devstack neutron-openvswitch-agent[48282]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Agent rpc_loop - iteration:19 started 2024-06-04 12:51:57.871 | Jun 04 12:51:57 devstack neutron-openvswitch-agent[48282]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd6276277,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=6106359604993114623,duration_nsec=219000000,duration_sec=41,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=48282) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-06-04 12:51:57.871 | Jun 04 12:51:57 devstack neutron-openvswitch-agent[48282]: DEBUG neutron.agent.linux.utils [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49835. {{(pid=48282) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-06-04 12:51:57.871 | Jun 04 12:51:57 devstack neutron-openvswitch-agent[48282]: DEBUG neutron.agent.common.ovsdb_monitor [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=48282) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2024-06-04 12:51:57.871 | Jun 04 12:51:57 devstack neutron-openvswitch-agent[48282]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-f2352c64-cf36-49b2-9296-c7af091deed1 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-06-04 12:51:57.874 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.876 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-06-04 12:51:57.885 | enabled 2024-06-04 12:51:57.888 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-06-04 12:51:57.899 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-06-04 12:51:57.899 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.900 | Active: active (running) since Tue 2024-06-04 12:51:13 UTC; 44s ago 2024-06-04 12:51:57.900 | Main PID: 48726 (neutron-dhcp-ag) 2024-06-04 12:51:57.900 | Tasks: 14 (limit: 19115) 2024-06-04 12:51:57.900 | Memory: 400.2M 2024-06-04 12:51:57.900 | CPU: 8.495s 2024-06-04 12:51:57.900 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-06-04 12:51:57.900 | ├─48726 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-06-04 12:51:57.900 | ├─50034 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpf_x9le8c/privsep.sock 2024-06-04 12:51:57.900 | ├─50075 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpfstygfu0/privsep.sock 2024-06-04 12:51:57.900 | ├─50138 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpvnqryj2i/privsep.sock 2024-06-04 12:51:57.900 | ├─50258 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-04 12:51:57.900 | ├─50259 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-04 12:51:57.900 | └─50271 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/134853be-6434-4e48-800e-42b14730fec5/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/134853be-6434-4e48-800e-42b14730fec5/host --addn-hosts=/opt/stack/data/neutron/dhcp/134853be-6434-4e48-800e-42b14730fec5/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/134853be-6434-4e48-800e-42b14730fec5/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/134853be-6434-4e48-800e-42b14730fec5/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-1845d92f-41b7-49a8-8ab9-66a222c77402,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-06-04 12:51:57.900 | 2024-06-04 12:51:57.900 | Jun 04 12:51:30 devstack neutron-dhcp-agent[48726]: INFO neutron.agent.dhcp.agent [None req-77babd75-ddf0-45e7-8732-76172e4e53a0 None None] DHCP configuration for ports {'8b83769c-9c50-4df5-86d3-c67d3e80d887'} is completed 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '6b4ffd51-1edd-4069-86ae-e4c718ab7d78'}, 'priority': 0},) {} {{(pid=48726) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG oslo_concurrency.lockutils [None req-61a0a981-db3b-4c5c-87e7-16cf1c3a7fb7 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG oslo_concurrency.lockutils [None req-61a0a981-db3b-4c5c-87e7-16cf1c3a7fb7 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG oslo_concurrency.lockutils [None req-61a0a981-db3b-4c5c-87e7-16cf1c3a7fb7 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG neutron.agent.dhcp.agent [None req-61a0a981-db3b-4c5c-87e7-16cf1c3a7fb7 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'a5a627a6-4de2-4825-9657-0065a64f6c19', 'name': 'public-subnet', 'tenant_id': 'cfa5ed1b97bb42538f9e118222fb52d5', 'network_id': '6b4ffd51-1edd-4069-86ae-e4c718ab7d78', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-06-04T12:51:31Z', 'updated_at': '2024-06-04T12:51:31Z', 'revision_number': 0, 'project_id': 'cfa5ed1b97bb42538f9e118222fb52d5', 'network': {'id': '6b4ffd51-1edd-4069-86ae-e4c718ab7d78', 'name': 'public', 'tenant_id': 'cfa5ed1b97bb42538f9e118222fb52d5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['a5a627a6-4de2-4825-9657-0065a64f6c19'], 'standard_attr_id': 21, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-06-04T12:51:28Z', 'updated_at': '2024-06-04T12:51:31Z', 'revision_number': 2, 'project_id': 'cfa5ed1b97bb42538f9e118222fb52d5', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48726) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG oslo_concurrency.lockutils [None req-9cea033e-de8d-4508-b1b6-53155f60f5b5 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG oslo_concurrency.lockutils [None req-9cea033e-de8d-4508-b1b6-53155f60f5b5 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2024-06-04 12:51:57.900 | Jun 04 12:51:31 devstack neutron-dhcp-agent[48726]: DEBUG oslo_concurrency.lockutils [None req-9cea033e-de8d-4508-b1b6-53155f60f5b5 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2024-06-04 12:51:57.900 | Jun 04 12:51:33 devstack neutron-dhcp-agent[48726]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48726) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-06-04 12:51:57.903 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.905 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2024-06-04 12:51:57.915 | enabled 2024-06-04 12:51:57.918 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2024-06-04 12:51:57.929 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-06-04 12:51:57.929 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.930 | Active: active (running) since Tue 2024-06-04 12:51:15 UTC; 42s ago 2024-06-04 12:51:57.930 | Main PID: 49183 (neutron-l3-agen) 2024-06-04 12:51:57.930 | Tasks: 23 (limit: 19115) 2024-06-04 12:51:57.930 | Memory: 405.2M 2024-06-04 12:51:57.930 | CPU: 8.550s 2024-06-04 12:51:57.930 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-06-04 12:51:57.930 | ├─49183 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-06-04 12:51:57.930 | ├─49996 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp3jwf_ukd/privsep.sock 2024-06-04 12:51:57.930 | ├─50450 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpxl3rkg0n/privsep.sock 2024-06-04 12:51:57.930 | ├─50463 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpafveu81v/privsep.sock 2024-06-04 12:51:57.930 | ├─50796 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-04 12:51:57.930 | ├─50803 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-06-04 12:51:57.930 | └─51025 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/aec93a9c-0c56-4311-829b-cbba81bd2ec2.conf 2024-06-04 12:51:57.930 | 2024-06-04 12:51:57.930 | Jun 04 12:51:37 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[12c1ab06-5e7a-497c-8bba-974cf0a20046]: (4, ('ARPING 10.180.180.210 from 10.180.180.210 qg-5aa3d889-21\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:38 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[a149f097-a8db-4684-b1b5-e463343647e9]: (4, ('ARPING 10.180.180.210 from 10.180.180.210 qg-5aa3d889-21\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:39 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[642093bd-1774-4ce8-9940-f26318fa1626]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8b83769c-9c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:40 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[9b90731a-9148-4df6-8322-c846e763d464]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8b83769c-9c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:41 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[ea977830-fceb-416e-b5cb-abe383e584b3]: (4, ('ARPING 10.180.180.210 from 10.180.180.210 qg-5aa3d889-21\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:42 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[061aa1b6-d785-4600-a03e-580af1dea9c2]: (4, ('ARPING 10.180.180.210 from 10.180.180.210 qg-5aa3d889-21\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:43 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[fbf49a0a-e056-4a8c-814d-188c2f2b8d29]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8b83769c-9c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:45 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[af6f5086-1a9b-40d7-a167-aefc4f13d530]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8b83769c-9c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:45 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[1334f26b-031f-4897-9ccb-d76a79e8d290]: (4, ('ARPING 10.180.180.210 from 10.180.180.210 qg-5aa3d889-21\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.930 | Jun 04 12:51:46 devstack neutron-l3-agent[49183]: DEBUG oslo.privsep.daemon [-] privsep: reply[024c4d57-acac-4447-a044-e63eef3d3bed]: (4, ('ARPING 10.180.180.210 from 10.180.180.210 qg-5aa3d889-21\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50450) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-06-04 12:51:57.933 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-06-04 12:51:57.935 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2024-06-04 12:51:57.944 | enabled 2024-06-04 12:51:57.947 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2024-06-04 12:51:57.959 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-06-04 12:51:57.959 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-06-04 12:51:57.959 | Active: active (running) since Tue 2024-06-04 12:51:16 UTC; 41s ago 2024-06-04 12:51:57.959 | Main PID: 49625 (neutron-metadat) 2024-06-04 12:51:57.959 | Tasks: 3 (limit: 19115) 2024-06-04 12:51:57.959 | Memory: 117.1M 2024-06-04 12:51:57.959 | CPU: 1.910s 2024-06-04 12:51:57.959 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-06-04 12:51:57.959 | ├─49625 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-06-04 12:51:57.959 | ├─49836 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-06-04 12:51:57.959 | └─49837 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-06-04 12:51:57.959 | 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_rabbit.ssl_version = {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_notifications.driver = [] {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_notifications.retry = -1 {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] oslo_messaging_notifications.transport_url = **** {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-06-04 12:51:57.959 | Jun 04 12:51:18 devstack neutron-metadata-agent[49625]: DEBUG oslo_service.service [None req-b9107d29-5db3-4024-af61-b80891f4ae38 None None] ******************************************************************************** {{(pid=49625) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-06-04 12:51:57.962 | + stack.sh:main:1469 : is_service_enabled n-api 2024-06-04 12:51:57.976 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:51:57.978 | + stack.sh:main:1470 : is_service_enabled n-cpu 2024-06-04 12:51:57.992 | + functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:51:57.994 | + stack.sh:main:1477 : 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-06-04 12:51:57.996 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:51:57.998 | + stack.sh:echo_summary:470 : 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-06-04 12:51:58.000 | + stack.sh:main:1484 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-06-04 12:51:58.453 | 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-06-04 12:51:59.794 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Upgrade Check Results | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Check: Cells v2 | 2024-06-04 12:51:59.795 | | Result: Success | 2024-06-04 12:51:59.795 | | Details: No host mappings or compute nodes were found. Remember to | 2024-06-04 12:51:59.795 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-06-04 12:51:59.795 | | compute hosts are deployed. | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Check: Placement API | 2024-06-04 12:51:59.795 | | Result: Success | 2024-06-04 12:51:59.795 | | Details: None | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Check: Cinder API | 2024-06-04 12:51:59.795 | | Result: Success | 2024-06-04 12:51:59.795 | | Details: None | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Check: Policy File JSON to YAML Migration | 2024-06-04 12:51:59.795 | | Result: Success | 2024-06-04 12:51:59.795 | | Details: None | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Check: Older than N-1 computes | 2024-06-04 12:51:59.795 | | Result: Success | 2024-06-04 12:51:59.795 | | Details: None | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Check: hw_machine_type unset | 2024-06-04 12:51:59.795 | | Result: Success | 2024-06-04 12:51:59.795 | | Details: None | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:51:59.795 | | Check: Service User Token Configuration | 2024-06-04 12:51:59.795 | | Result: Success | 2024-06-04 12:51:59.795 | | Details: None | 2024-06-04 12:51:59.795 | +--------------------------------------------------------------------+ 2024-06-04 12:52:00.103 | + stack.sh:main:1491 : [[ -x /opt/stack/devstack/local.sh ]] 2024-06-04 12:52:00.106 | + stack.sh:main:1502 : command openstack complete 2024-06-04 12:52:00.106 | + stack.sh:main:1503 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-06-04 12:52:01.405 | + stack.sh:main:1506 : is_service_enabled cinder 2024-06-04 12:52:01.421 | + functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:01.422 | + stack.sh:main:1507 : is_ubuntu 2024-06-04 12:52:01.425 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-06-04 12:52:01.427 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-06-04 12:52:01.429 | + stack.sh:main:1508 : echo_summary 'Configuring lvm.conf global device filter' 2024-06-04 12:52:01.431 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:52:01.433 | + stack.sh:echo_summary:470 : echo -e Configuring lvm.conf global device filter 2024-06-04 12:52:01.435 | + stack.sh:main:1509 : set_lvm_filter 2024-06-04 12:52:01.437 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-06-04 12:52:01.439 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2024-06-04 12:52:01.442 | + lib/lvm:set_lvm_filter:191 : local pv 2024-06-04 12:52:01.444 | + lib/lvm:set_lvm_filter:192 : local vg 2024-06-04 12:52:01.446 | + lib/lvm:set_lvm_filter:193 : local line 2024-06-04 12:52:01.448 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2024-06-04 12:52:01.531 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-06-04 12:52:01.533 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2024-06-04 12:52:01.536 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-06-04 12:52:01.547 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-06-04 12:52:01.558 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-06-04 12:52:01.560 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:52:01.563 | + stack.sh:echo_summary:470 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-06-04 12:52:01.565 | + stack.sh:main:1519 : run_phase stack test-config 2024-06-04 12:52:01.567 | + functions-common:run_phase:1828 : local mode=stack 2024-06-04 12:52:01.569 | + functions-common:run_phase:1829 : local phase=test-config 2024-06-04 12:52:01.571 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-06-04 12:52:01.573 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-06-04 12:52:01.576 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-06-04 12:52:01.578 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-06-04 12:52:01.580 | + functions-common:run_phase:1838 : local extra 2024-06-04 12:52:01.583 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-06-04 12:52:01.586 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-06-04 12:52:01.588 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-06-04 12:52:01.590 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-06-04 12:52:01.592 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-06-04 12:52:01.594 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-06-04 12:52:01.607 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:01.609 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:52:01.611 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:01.613 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-06-04 12:52:01.615 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:01.617 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:52:01.619 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:01.621 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-06-04 12:52:01.623 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:01.625 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-06-04 12:52:01.628 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:01.630 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:52:01.632 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-06-04 12:52:01.667 | [3441 Async install_tempest:26968]: Waiting for completion of install_tempest running on PID 26968 (1 other jobs running) 2024-06-04 12:52:01.685 | [3441 Async install_tempest:26968]: Signaling child to exit 2024-06-04 12:52:01.685 | WAKEUP 2024-06-04 12:52:01.700 | [3441 Async install_tempest:26968]: Signaled 2024-06-04 12:52:01.701 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:574 : local git_ref=master 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:575 : local orig_dir 2024-06-04 12:52:01.701 | +++ functions-common:git_clone:576 : pwd 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:577 : local git_clone_flags= 2024-06-04 12:52:01.701 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:579 : RECLONE=False 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:593 : echo master 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-06-04 12:52:01.701 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:680 : local count=0 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:681 : local timeout=0 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:684 : timeout=0 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2387 : local start_time= 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:52:01.702 | +++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1717505316595 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-06-04 12:52:01.702 | Cloning into '/opt/stack//tempest'... 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2407 : start_time=1717505316595 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2409 : [[ -z 1717505316595 ]] 2024-06-04 12:52:01.702 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2412 : end_time=1717505318846 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2413 : elapsed_time=2251 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2414 : total=34966 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37217 2024-06-04 12:52:01.702 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2024-06-04 12:52:01.702 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:680 : local count=0 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:681 : local timeout=0 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:684 : timeout=0 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2387 : local start_time= 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:52:01.702 | +++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:52:01.702 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1717505318878 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-06-04 12:52:01.702 | From https://opendev.org/openstack/tempest 2024-06-04 12:52:01.702 | * branch master -> FETCH_HEAD 2024-06-04 12:52:01.702 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:52:01.702 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2407 : start_time=1717505318878 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2409 : [[ -z 1717505318878 ]] 2024-06-04 12:52:01.703 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2412 : end_time=1717505319757 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2413 : elapsed_time=879 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2414 : total=37217 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:52:01.703 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38096 2024-06-04 12:52:01.703 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-06-04 12:52:01.703 | ++ functions-common:git_timed:680 : local count=0 2024-06-04 12:52:01.703 | ++ functions-common:git_timed:681 : local timeout=0 2024-06-04 12:52:01.703 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-06-04 12:52:01.703 | ++ functions-common:git_timed:684 : timeout=0 2024-06-04 12:52:01.703 | ++ functions-common:git_timed:687 : time_start git_timed 2024-06-04 12:52:01.703 | ++ functions-common:time_start:2386 : local name=git_timed 2024-06-04 12:52:01.703 | ++ functions-common:time_start:2387 : local start_time= 2024-06-04 12:52:01.703 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-06-04 12:52:01.703 | +++ functions-common:time_start:2391 : date +%s%3N 2024-06-04 12:52:01.703 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1717505319787 2024-06-04 12:52:01.703 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-06-04 12:52:01.703 | Note: switching to 'FETCH_HEAD'. 2024-06-04 12:52:01.703 | 2024-06-04 12:52:01.703 | You are in 'detached HEAD' state. You can look around, make experimental 2024-06-04 12:52:01.703 | changes and commit them, and you can discard any commits you make in this 2024-06-04 12:52:01.703 | state without impacting any branches by switching back to a branch. 2024-06-04 12:52:01.703 | 2024-06-04 12:52:01.703 | If you want to create a new branch to retain commits you create, you may 2024-06-04 12:52:01.703 | do so (now or later) by using -c with the switch command. Example: 2024-06-04 12:52:01.703 | 2024-06-04 12:52:01.703 | git switch -c 2024-06-04 12:52:01.703 | 2024-06-04 12:52:01.703 | Or undo this operation with: 2024-06-04 12:52:01.703 | 2024-06-04 12:52:01.703 | git switch - 2024-06-04 12:52:01.703 | 2024-06-04 12:52:01.704 | Turn off this advice by setting config variable advice.detachedHead to false 2024-06-04 12:52:01.704 | 2024-06-04 12:52:01.704 | HEAD is now at 89a6811 Bump http_timeout in devstack-tempest 2024-06-04 12:52:01.704 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2406 : name=git_timed 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2407 : start_time=1717505319787 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2409 : [[ -z 1717505319787 ]] 2024-06-04 12:52:01.704 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2412 : end_time=1717505319887 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2413 : elapsed_time=100 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2414 : total=38096 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:52:01.704 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38196 2024-06-04 12:52:01.704 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-06-04 12:52:01.704 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2024-06-04 12:52:01.704 | ++ functions-common:git_clone:656 : git show --oneline 2024-06-04 12:52:01.704 | ++ functions-common:git_clone:656 : head -1 2024-06-04 12:52:01.704 | 89a6811 Bump http_timeout in devstack-tempest 2024-06-04 12:52:01.704 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2024-06-04 12:52:01.704 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2024-06-04 12:52:01.704 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-06-04 12:52:01.704 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-06-04 12:52:01.704 | Collecting tox!=2.8.0,<4.0.0 2024-06-04 12:52:01.704 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2024-06-04 12:52:01.704 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2024-06-04 12:52:01.704 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2024-06-04 12:52:01.704 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-06-04 12:52:01.704 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2024-06-04 12:52:01.704 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2024-06-04 12:52:01.704 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2024-06-04 12:52:01.705 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2024-06-04 12:52:01.705 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-06-04 12:52:01.705 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox!=2.8.0,<4.0.0) 2024-06-04 12:52:01.705 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2024-06-04 12:52:01.705 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2024-06-04 12:52:01.705 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-06-04 12:52:01.705 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2024-06-04 12:52:01.705 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2024-06-04 12:52:01.705 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2024-06-04 12:52:01.705 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2024-06-04 12:52:01.705 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-06-04 12:52:01.705 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2024-06-04 12:52:01.705 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-06-04 12:52:01.705 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-06-04 12:52:01.705 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-06-04 12:52:01.705 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2024-06-04 12:52:01.705 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-06-04 12:52:01.705 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2024-06-04 12:52:01.705 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-06-04 12:52:01.705 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2024-06-04 12:52:01.705 | ++ inc/python:pip_install:222 : result=0 2024-06-04 12:52:01.705 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2407 : start_time=1717505319928 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2409 : [[ -z 1717505319928 ]] 2024-06-04 12:52:01.705 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2412 : end_time=1717505322989 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2413 : elapsed_time=3061 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2414 : total=83063 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:52:01.705 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86124 2024-06-04 12:52:01.705 | ++ inc/python:pip_install:225 : return 0 2024-06-04 12:52:01.705 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2024-06-04 12:52:01.705 | ~/tempest ~/devstack 2024-06-04 12:52:01.705 | ++ lib/tempest:install_tempest:869 : git checkout master 2024-06-04 12:52:01.705 | Switched to branch 'master' 2024-06-04 12:52:01.706 | Your branch is up to date with 'origin/master'. 2024-06-04 12:52:01.706 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2024-06-04 12:52:01.706 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-06-04 12:52:01.706 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.7QDKABBKDy 2024-06-04 12:52:01.706 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.7QDKABBKDy 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.7QDKABBKDy 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:01.706 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:01.706 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2024-06-04 12:52:01.706 | full create: /opt/stack/tempest/.tox/tempest 2024-06-04 12:52:01.706 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-06-04 12:52:01.706 | full develop-inst: /opt/stack/tempest 2024-06-04 12:52:01.706 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.7,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.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-04 12:52:01.706 | ___________________________________ summary ____________________________________ 2024-06-04 12:52:01.706 | full: skipped tests 2024-06-04 12:52:01.706 | congratulations :) 2024-06-04 12:52:01.706 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.7QDKABBKDy -r requirements.txt 2024-06-04 12:52:01.706 | 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.0.0) 2024-06-04 12:52:01.706 | 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-06-04 12:52:01.706 | 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-06-04 12:52:01.706 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-06-04 12:52:01.706 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-06-04 12:52:01.706 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.7) 2024-06-04 12:52:01.706 | 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-06-04 12:52:01.706 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-06-04 12:52:01.706 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-06-04 12:52:01.706 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.0.0) 2024-06-04 12:52:01.706 | 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-06-04 12:52:01.706 | 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.4.0) 2024-06-04 12:52:01.706 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-06-04 12:52:01.706 | 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-06-04 12:52:01.707 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-06-04 12:52:01.707 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.0) 2024-06-04 12:52:01.707 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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)) (23.2.0) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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.18.1) 2024-06-04 12:52:01.707 | 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.1.3) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-06-04 12:52:01.707 | 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.3.0) 2024-06-04 12:52:01.707 | 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.31.0) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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.5.0) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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.14.2) 2024-06-04 12:52:01.707 | 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.12.5) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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.0) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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.8.2) 2024-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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-06-04 12:52:01.707 | 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.7) 2024-06-04 12:52:01.708 | 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.6.2) 2024-06-04 12:52:01.708 | WARNING: There was an error checking the latest version of pip. 2024-06-04 12:52:01.708 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-06-04 12:52:01.708 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.7QDKABBKDy 2024-06-04 12:52:01.708 | ++ lib/tempest:install_tempest:882 : popd 2024-06-04 12:52:01.708 | ~/devstack 2024-06-04 12:52:01.733 | [3441 Async install_tempest:26968]: finished install_tempest with result 0 in 21 seconds 2024-06-04 12:52:01.736 | ++ inc/async:async_wait:197 : return 0 2024-06-04 12:52:01.738 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-06-04 12:52:01.740 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:52:01.742 | ++ stack.sh:echo_summary:470 : echo -e Initializing Tempest 2024-06-04 12:52:01.744 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-06-04 12:52:01.747 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2024-06-04 12:52:01.748 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2024-06-04 12:52:01.750 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2024-06-04 12:52:01.752 | ++ inc/python:pip_install_gr:95 : local clean_name 2024-06-04 12:52:01.754 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2024-06-04 12:52:01.756 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2024-06-04 12:52:01.758 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-06-04 12:52:01.760 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-06-04 12:52:01.761 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-06-04 12:52:01.764 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2024-06-04 12:52:01.766 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2024-06-04 12:52:01.768 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2024-06-04 12:52:01.770 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2024-06-04 12:52:01.772 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2024-06-04 12:52:01.788 | Using python 3.10 to install testrepository 2024-06-04 12:52:01.790 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-06-04 12:52:02.793 | Collecting testrepository 2024-06-04 12:52:02.794 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-06-04 12:52:02.825 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2024-06-04 12:52:02.826 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2024-06-04 12:52:02.827 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2024-06-04 12:52:02.832 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-06-04 12:52:02.836 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2024-06-04 12:52:03.880 | Installing collected packages: testrepository 2024-06-04 12:52:03.985 | Successfully installed testrepository-0.0.20 2024-06-04 12:52:04.086 | ++ inc/python:pip_install:222 : result=0 2024-06-04 12:52:04.088 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-06-04 12:52:04.090 | ++ functions-common:time_stop:2400 : local name 2024-06-04 12:52:04.092 | ++ functions-common:time_stop:2401 : local end_time 2024-06-04 12:52:04.094 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-06-04 12:52:04.095 | ++ functions-common:time_stop:2403 : local total 2024-06-04 12:52:04.097 | ++ functions-common:time_stop:2404 : local start_time 2024-06-04 12:52:04.099 | ++ functions-common:time_stop:2406 : name=pip_install 2024-06-04 12:52:04.101 | ++ functions-common:time_stop:2407 : start_time=1717505521784 2024-06-04 12:52:04.102 | ++ functions-common:time_stop:2409 : [[ -z 1717505521784 ]] 2024-06-04 12:52:04.105 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-06-04 12:52:04.108 | ++ functions-common:time_stop:2412 : end_time=1717505524106 2024-06-04 12:52:04.110 | ++ functions-common:time_stop:2413 : elapsed_time=2322 2024-06-04 12:52:04.111 | ++ functions-common:time_stop:2414 : total=101028 2024-06-04 12:52:04.113 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-06-04 12:52:04.115 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=103350 2024-06-04 12:52:04.116 | ++ inc/python:pip_install:225 : return 0 2024-06-04 12:52:04.118 | ++ lib/tempest:configure_tempest:196 : local image_lines 2024-06-04 12:52:04.120 | ++ lib/tempest:configure_tempest:197 : local images 2024-06-04 12:52:04.122 | ++ lib/tempest:configure_tempest:198 : local num_images 2024-06-04 12:52:04.123 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2024-06-04 12:52:04.125 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2024-06-04 12:52:04.127 | ++ lib/tempest:configure_tempest:201 : local password 2024-06-04 12:52:04.129 | ++ lib/tempest:configure_tempest:202 : local line 2024-06-04 12:52:04.130 | ++ lib/tempest:configure_tempest:203 : local flavors 2024-06-04 12:52:04.132 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2024-06-04 12:52:04.134 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2024-06-04 12:52:04.136 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2024-06-04 12:52:04.138 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2024-06-04 12:52:04.139 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2024-06-04 12:52:04.141 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2024-06-04 12:52:04.143 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2024-06-04 12:52:04.145 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2024-06-04 12:52:04.146 | ++ lib/tempest:configure_tempest:212 : local disk 2024-06-04 12:52:04.148 | ++ lib/tempest:configure_tempest:215 : ifs=' 2024-06-04 12:52:04.148 | ' 2024-06-04 12:52:04.150 | ++ lib/tempest:configure_tempest:225 : declare -a images 2024-06-04 12:52:04.152 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2024-06-04 12:52:04.164 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:04.165 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2024-06-04 12:52:04.167 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-06-04 12:52:04.169 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-06-04 12:52:04.171 | ++ lib/tempest:get_active_images:158 : img_array=() 2024-06-04 12:52:04.173 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-06-04 12:52:04.173 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-06-04 12:52:04.173 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-06-04 12:52:05.327 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:52:05.330 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-06-04 12:52:05.332 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2024-06-04 12:52:05.334 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-06-04 12:52:05.335 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2024-06-04 12:52:05.337 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2024-06-04 12:52:05.339 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2024-06-04 12:52:05.340 | ++ lib/tempest:configure_tempest:251 : image_uuid=b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 2024-06-04 12:52:05.342 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 2024-06-04 12:52:05.344 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2024-06-04 12:52:05.354 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-06-04 12:52:05.357 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2024-06-04 12:52:05.359 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2024-06-04 12:52:05.361 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2024-06-04 12:52:05.363 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2024-06-04 12:52:05.364 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2024-06-04 12:52:05.366 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2024-06-04 12:52:05.368 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2024-06-04 12:52:05.371 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2024-06-04 12:52:05.371 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2024-06-04 12:52:06.435 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:52:06.438 | ++ lib/tempest:configure_tempest:287 : admin_project_id=cfa5ed1b97bb42538f9e118222fb52d5 2024-06-04 12:52:06.440 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2024-06-04 12:52:06.453 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:06.455 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2024-06-04 12:52:07.547 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:52:07.549 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-06-04 12:52:07.549 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-06-04 12:52:07.549 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-04 12:52:07.549 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-06-04 12:52:07.549 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-06-04 12:52:07.549 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-06-04 12:52:07.550 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-06-04 12:52:07.550 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-06-04 12:52:07.550 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-06-04 12:52:07.550 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-06-04 12:52:07.550 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-06-04 12:52:07.550 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-06-04 12:52:07.550 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-06-04 12:52:07.550 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-06-04 12:52:07.551 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2024-06-04 12:52:07.553 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-04 12:52:07.553 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-06-04 12:52:07.553 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-04 12:52:07.553 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-06-04 12:52:07.553 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-06-04 12:52:07.553 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-06-04 12:52:07.553 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-06-04 12:52:07.553 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-06-04 12:52:07.553 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-06-04 12:52:07.553 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-06-04 12:52:07.553 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-06-04 12:52:07.553 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-06-04 12:52:07.553 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-06-04 12:52:07.553 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-06-04 12:52:07.555 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 2024-06-04 12:52:07.557 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-06-04 12:52:07.559 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 -c size -f value 2024-06-04 12:52:08.640 | ++++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:52:08.643 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-06-04 12:52:08.645 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-06-04 12:52:08.645 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-06-04 12:52:08.672 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-06-04 12:52:08.674 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-06-04 12:52:09.655 | +----------------------------+-----------------------+ 2024-06-04 12:52:09.655 | | Field | Value | 2024-06-04 12:52:09.655 | +----------------------------+-----------------------+ 2024-06-04 12:52:09.655 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:52:09.655 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:52:09.655 | | description | None | 2024-06-04 12:52:09.655 | | disk | 1 | 2024-06-04 12:52:09.655 | | id | 42 | 2024-06-04 12:52:09.655 | | name | m1.nano | 2024-06-04 12:52:09.655 | | os-flavor-access:is_public | True | 2024-06-04 12:52:09.655 | | properties | hw_rng:allowed='True' | 2024-06-04 12:52:09.655 | | ram | 128 | 2024-06-04 12:52:09.655 | | rxtx_factor | 1.0 | 2024-06-04 12:52:09.655 | | swap | 0 | 2024-06-04 12:52:09.655 | | vcpus | 1 | 2024-06-04 12:52:09.655 | +----------------------------+-----------------------+ 2024-06-04 12:52:09.783 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2024-06-04 12:52:09.785 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-04 12:52:09.785 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-06-04 12:52:09.785 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-06-04 12:52:09.785 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-06-04 12:52:09.785 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-06-04 12:52:09.785 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-06-04 12:52:09.785 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-06-04 12:52:09.785 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-06-04 12:52:09.785 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-06-04 12:52:09.785 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-06-04 12:52:09.785 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-06-04 12:52:09.785 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-06-04 12:52:09.785 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-06-04 12:52:09.785 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-06-04 12:52:09.787 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 2024-06-04 12:52:09.789 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-06-04 12:52:09.791 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 -c size -f value 2024-06-04 12:52:10.878 | ++++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:52:10.881 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-06-04 12:52:10.883 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-06-04 12:52:10.883 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-06-04 12:52:10.911 | ++ lib/tempest:configure_tempest:302 : disk=1 2024-06-04 12:52:10.913 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-06-04 12:52:11.897 | +----------------------------+-----------------------+ 2024-06-04 12:52:11.897 | | Field | Value | 2024-06-04 12:52:11.897 | +----------------------------+-----------------------+ 2024-06-04 12:52:11.897 | | OS-FLV-DISABLED:disabled | False | 2024-06-04 12:52:11.897 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-06-04 12:52:11.897 | | description | None | 2024-06-04 12:52:11.897 | | disk | 1 | 2024-06-04 12:52:11.897 | | id | 84 | 2024-06-04 12:52:11.897 | | name | m1.micro | 2024-06-04 12:52:11.897 | | os-flavor-access:is_public | True | 2024-06-04 12:52:11.898 | | properties | hw_rng:allowed='True' | 2024-06-04 12:52:11.898 | | ram | 192 | 2024-06-04 12:52:11.898 | | rxtx_factor | 1.0 | 2024-06-04 12:52:11.898 | | swap | 0 | 2024-06-04 12:52:11.898 | | vcpus | 1 | 2024-06-04 12:52:11.898 | +----------------------------+-----------------------+ 2024-06-04 12:52:12.017 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2024-06-04 12:52:12.019 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-06-04 12:52:12.044 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2024-06-04 12:52:12.045 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2024-06-04 12:52:12.047 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2024-06-04 12:52:12.049 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2024-06-04 12:52:12.050 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-06-04 12:52:13.193 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:52:13.195 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-06-04 12:52:13.196 | address-scope 2024-06-04 12:52:13.196 | router-admin-state-down-before-update 2024-06-04 12:52:13.196 | agent 2024-06-04 12:52:13.196 | agent-resources-synced 2024-06-04 12:52:13.196 | allowed-address-pairs 2024-06-04 12:52:13.196 | auto-allocated-topology 2024-06-04 12:52:13.196 | availability_zone 2024-06-04 12:52:13.196 | availability_zone_filter 2024-06-04 12:52:13.196 | default-subnetpools 2024-06-04 12:52:13.196 | dhcp_agent_scheduler 2024-06-04 12:52:13.196 | dvr 2024-06-04 12:52:13.196 | empty-string-filtering 2024-06-04 12:52:13.196 | external-net 2024-06-04 12:52:13.196 | extra_dhcp_opt 2024-06-04 12:52:13.196 | extraroute 2024-06-04 12:52:13.196 | extraroute-atomic 2024-06-04 12:52:13.196 | filter-validation 2024-06-04 12:52:13.196 | floating-ip-port-forwarding-detail 2024-06-04 12:52:13.196 | fip-port-details 2024-06-04 12:52:13.196 | flavors 2024-06-04 12:52:13.196 | floatingip-pools 2024-06-04 12:52:13.196 | ip-substring-filtering 2024-06-04 12:52:13.196 | router 2024-06-04 12:52:13.196 | ext-gw-mode 2024-06-04 12:52:13.196 | l3-ha 2024-06-04 12:52:13.196 | l3-flavors 2024-06-04 12:52:13.196 | l3-port-ip-change-not-allowed 2024-06-04 12:52:13.196 | l3_agent_scheduler 2024-06-04 12:52:13.196 | multi-provider 2024-06-04 12:52:13.196 | net-mtu 2024-06-04 12:52:13.196 | net-mtu-writable 2024-06-04 12:52:13.196 | network_availability_zone 2024-06-04 12:52:13.196 | network_ha 2024-06-04 12:52:13.196 | network-ip-availability 2024-06-04 12:52:13.196 | pagination 2024-06-04 12:52:13.196 | port-device-profile 2024-06-04 12:52:13.196 | port-mac-override 2024-06-04 12:52:13.196 | port-mac-address-regenerate 2024-06-04 12:52:13.196 | port-numa-affinity-policy 2024-06-04 12:52:13.196 | binding 2024-06-04 12:52:13.196 | binding-extended 2024-06-04 12:52:13.196 | port-security 2024-06-04 12:52:13.196 | project-id 2024-06-04 12:52:13.196 | provider 2024-06-04 12:52:13.196 | quota-check-limit 2024-06-04 12:52:13.196 | quotas 2024-06-04 12:52:13.196 | quota_details 2024-06-04 12:52:13.196 | rbac-policies 2024-06-04 12:52:13.196 | rbac-address-group 2024-06-04 12:52:13.196 | rbac-address-scope 2024-06-04 12:52:13.196 | rbac-security-groups 2024-06-04 12:52:13.196 | rbac-subnetpool 2024-06-04 12:52:13.196 | revision-if-match 2024-06-04 12:52:13.196 | standard-attr-revisions 2024-06-04 12:52:13.196 | router_availability_zone 2024-06-04 12:52:13.196 | security-groups-default-rules 2024-06-04 12:52:13.196 | security-groups-normalized-cidr 2024-06-04 12:52:13.196 | port-security-groups-filtering 2024-06-04 12:52:13.196 | security-groups-remote-address-group 2024-06-04 12:52:13.196 | security-groups-shared-filtering 2024-06-04 12:52:13.196 | security-group 2024-06-04 12:52:13.196 | service-type 2024-06-04 12:52:13.196 | sorting 2024-06-04 12:52:13.196 | standard-attr-description 2024-06-04 12:52:13.196 | stateful-security-group 2024-06-04 12:52:13.196 | subnet_onboard 2024-06-04 12:52:13.196 | subnet-service-types 2024-06-04 12:52:13.196 | subnet_allocation 2024-06-04 12:52:13.196 | subnetpool-prefix-ops 2024-06-04 12:52:13.196 | standard-attr-tag 2024-06-04 12:52:13.196 | standard-attr-timestamp 2024-06-04 12:52:13.196 | nsxt-ops' 2024-06-04 12:52:13.197 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-06-04 12:52:13.197 | address-scope 2024-06-04 12:52:13.198 | router-admin-state-down-before-update 2024-06-04 12:52:13.198 | agent 2024-06-04 12:52:13.198 | agent-resources-synced 2024-06-04 12:52:13.198 | allowed-address-pairs 2024-06-04 12:52:13.198 | auto-allocated-topology 2024-06-04 12:52:13.198 | availability_zone 2024-06-04 12:52:13.198 | availability_zone_filter 2024-06-04 12:52:13.198 | default-subnetpools 2024-06-04 12:52:13.198 | dhcp_agent_scheduler 2024-06-04 12:52:13.198 | dvr 2024-06-04 12:52:13.198 | empty-string-filtering 2024-06-04 12:52:13.198 | external-net 2024-06-04 12:52:13.198 | extra_dhcp_opt 2024-06-04 12:52:13.198 | extraroute 2024-06-04 12:52:13.198 | extraroute-atomic 2024-06-04 12:52:13.198 | filter-validation 2024-06-04 12:52:13.198 | floating-ip-port-forwarding-detail 2024-06-04 12:52:13.198 | fip-port-details 2024-06-04 12:52:13.198 | flavors 2024-06-04 12:52:13.198 | floatingip-pools 2024-06-04 12:52:13.198 | ip-substring-filtering 2024-06-04 12:52:13.198 | router 2024-06-04 12:52:13.198 | ext-gw-mode 2024-06-04 12:52:13.198 | l3-ha 2024-06-04 12:52:13.198 | l3-flavors 2024-06-04 12:52:13.198 | l3-port-ip-change-not-allowed 2024-06-04 12:52:13.198 | l3_agent_scheduler 2024-06-04 12:52:13.198 | multi-provider 2024-06-04 12:52:13.198 | net-mtu 2024-06-04 12:52:13.198 | net-mtu-writable 2024-06-04 12:52:13.198 | network_availability_zone 2024-06-04 12:52:13.198 | network_ha 2024-06-04 12:52:13.198 | network-ip-availability 2024-06-04 12:52:13.198 | pagination 2024-06-04 12:52:13.198 | port-device-profile 2024-06-04 12:52:13.198 | port-mac-override 2024-06-04 12:52:13.198 | port-mac-address-regenerate 2024-06-04 12:52:13.198 | port-numa-affinity-policy 2024-06-04 12:52:13.198 | binding 2024-06-04 12:52:13.198 | binding-extended 2024-06-04 12:52:13.198 | port-security 2024-06-04 12:52:13.198 | project-id 2024-06-04 12:52:13.198 | provider 2024-06-04 12:52:13.198 | quota-check-limit 2024-06-04 12:52:13.198 | quotas 2024-06-04 12:52:13.198 | quota_details 2024-06-04 12:52:13.198 | rbac-policies 2024-06-04 12:52:13.198 | rbac-address-group 2024-06-04 12:52:13.198 | rbac-address-scope 2024-06-04 12:52:13.198 | rbac-security-groups 2024-06-04 12:52:13.198 | rbac-subnetpool 2024-06-04 12:52:13.198 | revision-if-match 2024-06-04 12:52:13.198 | standard-attr-revisions 2024-06-04 12:52:13.198 | router_availability_zone 2024-06-04 12:52:13.198 | security-groups-default-rules 2024-06-04 12:52:13.198 | security-groups-normalized-cidr 2024-06-04 12:52:13.198 | port-security-groups-filtering 2024-06-04 12:52:13.198 | security-groups-remote-address-group 2024-06-04 12:52:13.198 | security-groups-shared-filtering 2024-06-04 12:52:13.198 | security-group 2024-06-04 12:52:13.198 | service-type 2024-06-04 12:52:13.198 | sorting 2024-06-04 12:52:13.198 | standard-attr-description 2024-06-04 12:52:13.198 | stateful-security-group 2024-06-04 12:52:13.198 | subnet_onboard 2024-06-04 12:52:13.198 | subnet-service-types 2024-06-04 12:52:13.198 | subnet_allocation 2024-06-04 12:52:13.198 | subnetpool-prefix-ops 2024-06-04 12:52:13.198 | standard-attr-tag 2024-06-04 12:52:13.198 | standard-attr-timestamp 2024-06-04 12:52:13.198 | nsxt-ops =~ external-net ]] 2024-06-04 12:52:13.199 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-06-04 12:52:13.201 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-06-04 12:52:14.359 | +++ functions-common:oscwrap:2440 : return 0 2024-06-04 12:52:14.362 | ++ lib/tempest:configure_tempest:363 : public_network_id=6b4ffd51-1edd-4069-86ae-e4c718ab7d78 2024-06-04 12:52:14.363 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-06-04 12:52:15.436 | +---------------------------+--------------------------------------+ 2024-06-04 12:52:15.436 | | Field | Value | 2024-06-04 12:52:15.436 | +---------------------------+--------------------------------------+ 2024-06-04 12:52:15.436 | | admin_state_up | UP | 2024-06-04 12:52:15.436 | | availability_zone_hints | | 2024-06-04 12:52:15.436 | | availability_zones | | 2024-06-04 12:52:15.436 | | created_at | 2024-06-04T12:52:15Z | 2024-06-04 12:52:15.436 | | description | | 2024-06-04 12:52:15.436 | | dns_domain | None | 2024-06-04 12:52:15.436 | | id | efaa7755-02f0-48be-9194-da4b9ab10cd2 | 2024-06-04 12:52:15.436 | | ipv4_address_scope | None | 2024-06-04 12:52:15.436 | | ipv6_address_scope | None | 2024-06-04 12:52:15.436 | | is_default | False | 2024-06-04 12:52:15.436 | | is_vlan_transparent | None | 2024-06-04 12:52:15.436 | | mtu | 8950 | 2024-06-04 12:52:15.436 | | name | shared | 2024-06-04 12:52:15.436 | | port_security_enabled | True | 2024-06-04 12:52:15.436 | | project_id | cfa5ed1b97bb42538f9e118222fb52d5 | 2024-06-04 12:52:15.436 | | provider:network_type | vlan | 2024-06-04 12:52:15.436 | | provider:physical_network | default | 2024-06-04 12:52:15.436 | | provider:segmentation_id | 442 | 2024-06-04 12:52:15.436 | | qos_policy_id | None | 2024-06-04 12:52:15.436 | | revision_number | 1 | 2024-06-04 12:52:15.436 | | router:external | Internal | 2024-06-04 12:52:15.436 | | segments | None | 2024-06-04 12:52:15.436 | | shared | True | 2024-06-04 12:52:15.436 | | status | ACTIVE | 2024-06-04 12:52:15.436 | | subnets | | 2024-06-04 12:52:15.436 | | tags | | 2024-06-04 12:52:15.436 | | tenant_id | cfa5ed1b97bb42538f9e118222fb52d5 | 2024-06-04 12:52:15.436 | | updated_at | 2024-06-04T12:52:15Z | 2024-06-04 12:52:15.436 | +---------------------------+--------------------------------------+ 2024-06-04 12:52:15.567 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-06-04 12:52:16.685 | +----------------------+--------------------------------------+ 2024-06-04 12:52:16.685 | | Field | Value | 2024-06-04 12:52:16.685 | +----------------------+--------------------------------------+ 2024-06-04 12:52:16.685 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-06-04 12:52:16.685 | | cidr | 192.168.233.0/24 | 2024-06-04 12:52:16.685 | | created_at | 2024-06-04T12:52:16Z | 2024-06-04 12:52:16.685 | | description | shared-subnet | 2024-06-04 12:52:16.685 | | dns_nameservers | | 2024-06-04 12:52:16.685 | | dns_publish_fixed_ip | None | 2024-06-04 12:52:16.685 | | enable_dhcp | True | 2024-06-04 12:52:16.685 | | gateway_ip | 192.168.233.1 | 2024-06-04 12:52:16.685 | | host_routes | | 2024-06-04 12:52:16.685 | | id | 686c21c5-81af-429c-8bc1-59c5d6f85796 | 2024-06-04 12:52:16.685 | | ip_version | 4 | 2024-06-04 12:52:16.685 | | ipv6_address_mode | None | 2024-06-04 12:52:16.685 | | ipv6_ra_mode | None | 2024-06-04 12:52:16.685 | | name | shared-subnet | 2024-06-04 12:52:16.685 | | network_id | efaa7755-02f0-48be-9194-da4b9ab10cd2 | 2024-06-04 12:52:16.685 | | project_id | cfa5ed1b97bb42538f9e118222fb52d5 | 2024-06-04 12:52:16.685 | | revision_number | 0 | 2024-06-04 12:52:16.685 | | segment_id | None | 2024-06-04 12:52:16.685 | | service_types | | 2024-06-04 12:52:16.685 | | subnetpool_id | None | 2024-06-04 12:52:16.685 | | tags | | 2024-06-04 12:52:16.685 | | updated_at | 2024-06-04T12:52:16Z | 2024-06-04 12:52:16.685 | +----------------------+--------------------------------------+ 2024-06-04 12:52:16.826 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-06-04 12:52:16.851 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-06-04 12:52:16.878 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2024-06-04 12:52:16.881 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-06-04 12:52:16.905 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-06-04 12:52:16.929 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-06-04 12:52:16.952 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-06-04 12:52:16.978 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-06-04 12:52:17.006 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-06-04 12:52:17.031 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-06-04 12:52:17.054 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-06-04 12:52:17.078 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-06-04 12:52:17.103 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-06-04 12:52:17.134 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2024-06-04 12:52:17.136 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-06-04 12:52:17.164 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-06-04 12:52:17.192 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-06-04 12:52:17.216 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-06-04 12:52:17.240 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2024-06-04 12:52:17.242 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-06-04 12:52:17.269 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-06-04 12:52:17.291 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2024-06-04 12:52:17.293 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-06-04 12:52:17.316 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2024-06-04 12:52:17.328 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:17.330 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2024-06-04 12:52:17.332 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-06-04 12:52:17.356 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2024-06-04 12:52:17.369 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:17.371 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-06-04 12:52:17.394 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-06-04 12:52:17.417 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-06-04 12:52:17.441 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2024-06-04 12:52:17.442 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-06-04 12:52:17.466 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-06-04 12:52:17.491 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2024-06-04 12:52:17.504 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:17.506 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 2024-06-04 12:52:17.530 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt b64cf2f8-f9b4-4699-b984-0fb0603ab6b4 2024-06-04 12:52:17.554 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-06-04 12:52:17.577 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-06-04 12:52:17.600 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-06-04 12:52:17.625 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2024-06-04 12:52:17.638 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:17.640 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2024-06-04 12:52:17.642 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2024-06-04 12:52:17.644 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2024-06-04 12:52:17.646 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-06-04 12:52:17.649 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2024-06-04 12:52:17.650 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-06-04 12:52:17.666 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2024-06-04 12:52:17.668 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-06-04 12:52:17.691 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-06-04 12:52:17.719 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-06-04 12:52:17.742 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-06-04 12:52:17.767 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-06-04 12:52:17.791 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-06-04 12:52:17.815 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-06-04 12:52:17.838 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-06-04 12:52:17.861 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-06-04 12:52:17.883 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-06-04 12:52:17.885 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-06-04 12:52:17.908 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2024-06-04 12:52:17.910 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2024-06-04 12:52:17.922 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:17.924 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-06-04 12:52:17.946 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 6b4ffd51-1edd-4069-86ae-e4c718ab7d78 2024-06-04 12:52:17.968 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-06-04 12:52:17.991 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-06-04 12:52:18.014 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-06-04 12:52:18.038 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-06-04 12:52:18.061 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-06-04 12:52:18.084 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-06-04 12:52:18.108 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-06-04 12:52:18.110 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2024-06-04 12:52:18.112 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2024-06-04 12:52:18.113 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-06-04 12:52:18.137 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2024-06-04 12:52:18.140 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2024-06-04 12:52:18.140 | +++ lib/tempest:configure_tempest:534 : tr -d . 2024-06-04 12:52:18.144 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2024-06-04 12:52:18.146 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2024-06-04 12:52:18.168 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2024-06-04 12:52:18.170 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2024-06-04 12:52:18.172 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-06-04 12:52:18.173 | ++ functions-common:is_provider_network:2252 : return 1 2024-06-04 12:52:18.176 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-06-04 12:52:18.200 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-06-04 12:52:18.223 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-06-04 12:52:18.253 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-06-04 12:52:18.289 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-06-04 12:52:18.313 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-06-04 12:52:18.336 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-04 12:52:18.338 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-06-04 12:52:18.352 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-06-04 12:52:18.376 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-04 12:52:18.378 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-06-04 12:52:18.391 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-06-04 12:52:18.413 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-04 12:52:18.415 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-06-04 12:52:18.429 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-06-04 12:52:18.452 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-06-04 12:52:18.454 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-06-04 12:52:18.467 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-06-04 12:52:18.490 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2024-06-04 12:52:18.491 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2024-06-04 12:52:18.493 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2024-06-04 12:52:18.495 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-06-04 12:52:18.509 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2024-06-04 12:52:18.511 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-06-04 12:52:18.534 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2024-06-04 12:52:18.546 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:18.548 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-06-04 12:52:18.570 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2024-06-04 12:52:18.572 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2024-06-04 12:52:18.574 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-06-04 12:52:18.576 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-06-04 12:52:18.577 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2024-06-04 12:52:18.579 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2024-06-04 12:52:18.581 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2024-06-04 12:52:18.583 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2024-06-04 12:52:18.585 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-06-04 12:52:18.598 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2024-06-04 12:52:18.600 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-06-04 12:52:18.624 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2024-06-04 12:52:18.626 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2024-06-04 12:52:18.628 | ++ lib/tempest:configure_tempest:685 : local service 2024-06-04 12:52:18.630 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-06-04 12:52:18.631 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-06-04 12:52:18.633 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2024-06-04 12:52:18.646 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:18.648 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-06-04 12:52:18.672 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-06-04 12:52:18.674 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2024-06-04 12:52:18.687 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:18.688 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-06-04 12:52:18.712 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-06-04 12:52:18.713 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2024-06-04 12:52:18.726 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:18.728 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-06-04 12:52:18.751 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-06-04 12:52:18.753 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2024-06-04 12:52:18.766 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:18.768 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-06-04 12:52:18.791 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-06-04 12:52:18.793 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2024-06-04 12:52:18.805 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:18.807 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-06-04 12:52:18.830 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-06-04 12:52:18.832 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2024-06-04 12:52:18.844 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:18.846 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-06-04 12:52:18.868 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-06-04 12:52:18.870 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2024-06-04 12:52:18.882 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:18.884 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-06-04 12:52:18.907 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-06-04 12:52:18.909 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-06-04 12:52:18.911 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2024-06-04 12:52:18.913 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2024-06-04 12:52:18.937 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-06-04 12:52:18.938 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-06-04 12:52:18.940 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2024-06-04 12:52:18.942 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2024-06-04 12:52:18.969 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-06-04 12:52:18.971 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-06-04 12:52:18.972 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2024-06-04 12:52:18.974 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2024-06-04 12:52:18.976 | +++ lib/tempest:configure_tempest:732 : mktemp 2024-06-04 12:52:18.979 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.q5twFPpeXw 2024-06-04 12:52:18.981 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2024-06-04 12:52:18.983 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2024-06-04 12:52:18.985 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-06-04 12:52:18.988 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.uvETQUVMEH 2024-06-04 12:52:18.990 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.uvETQUVMEH 2024-06-04 12:52:18.992 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-06-04 12:52:18.994 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.uvETQUVMEH 2024-06-04 12:52:18.996 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-06-04 12:52:18.998 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-06-04 12:52:19.000 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-06-04 12:52:19.005 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:19.007 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:19.009 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:19.011 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-06-04 12:52:19.013 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2024-06-04 12:52:19.015 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2024-06-04 12:52:19.257 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-06-04 12:52:19.637 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-06-04 12:52:28.813 | venv-tempest develop-inst: /opt/stack/tempest 2024-06-04 12:52:31.529 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.7,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.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-04 12:52:31.529 | ___________________________________ summary ____________________________________ 2024-06-04 12:52:31.529 | venv-tempest: skipped tests 2024-06-04 12:52:31.529 | congratulations :) 2024-06-04 12:52:31.549 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.uvETQUVMEH -r requirements.txt 2024-06-04 12:52:31.967 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2024-06-04 12:52:31.967 | dist.fetch_build_eggs(dist.setup_requires) 2024-06-04 12:52:32.034 | /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-06-04 12:52:32.034 | warnings.warn( 2024-06-04 12:52:32.034 | /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-06-04 12:52:32.034 | warnings.warn( 2024-06-04 12:52:32.099 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2024-06-04 12:52:34.103 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.7,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.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-04 12:52:34.104 | venv-tempest run-test-pre: PYTHONHASHSEED='1906374773' 2024-06-04 12:52:34.104 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.uvETQUVMEH -r requirements.txt 2024-06-04 12:52:34.921 | 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.0.0) 2024-06-04 12:52:34.922 | 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-06-04 12:52:34.923 | 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-06-04 12:52:34.924 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-06-04 12:52:34.924 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-06-04 12:52:34.925 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.7) 2024-06-04 12:52:34.926 | 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-06-04 12:52:34.927 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-06-04 12:52:34.927 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-06-04 12:52:34.928 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.0.0) 2024-06-04 12:52:34.929 | 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-06-04 12:52:34.930 | 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.4.0) 2024-06-04 12:52:34.931 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-06-04 12:52:34.931 | 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-06-04 12:52:34.932 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-06-04 12:52:34.933 | 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-06-04 12:52:34.934 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-06-04 12:52:34.935 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.0) 2024-06-04 12:52:34.936 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-06-04 12:52:34.936 | 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-06-04 12:52:34.937 | 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-06-04 12:52:34.955 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-06-04 12:52:34.961 | 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-06-04 12:52:34.962 | 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-06-04 12:52:34.979 | 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)) (23.2.0) 2024-06-04 12:52:34.980 | 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-06-04 12:52:34.981 | 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-06-04 12:52:34.981 | 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.18.1) 2024-06-04 12:52:34.997 | 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.1.3) 2024-06-04 12:52:34.998 | 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-06-04 12:52:35.016 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-06-04 12:52:35.023 | 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.3.0) 2024-06-04 12:52:35.040 | 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.31.0) 2024-06-04 12:52:35.040 | 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-06-04 12:52:35.053 | 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.5.0) 2024-06-04 12:52:35.054 | 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-06-04 12:52:35.070 | 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.14.2) 2024-06-04 12:52:35.070 | 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.12.5) 2024-06-04 12:52:35.071 | 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-06-04 12:52:35.078 | 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-06-04 12:52:35.080 | 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-06-04 12:52:35.090 | 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-06-04 12:52:35.091 | 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-06-04 12:52:35.092 | 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.0) 2024-06-04 12:52:35.092 | 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-06-04 12:52:35.120 | 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-06-04 12:52:35.143 | 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-06-04 12:52:35.189 | 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-06-04 12:52:35.213 | 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.8.2) 2024-06-04 12:52:35.276 | 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-06-04 12:52:35.295 | 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-06-04 12:52:35.296 | 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.7) 2024-06-04 12:52:35.297 | 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.6.2) 2024-06-04 12:52:35.440 | WARNING: There was an error checking the latest version of pip. 2024-06-04 12:52:35.511 | ___________________________________ summary ____________________________________ 2024-06-04 12:52:35.511 | venv-tempest: commands succeeded 2024-06-04 12:52:35.511 | congratulations :) 2024-06-04 12:52:35.531 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.uvETQUVMEH 2024-06-04 12:52:35.534 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2024-06-04 12:52:35.536 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2024-06-04 12:52:35.538 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-06-04 12:52:35.562 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.q5twFPpeXw 2024-06-04 12:52:35.789 | venv create: /opt/stack/tempest/.tox/venv 2024-06-04 12:52:36.068 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-06-04 12:52:49.436 | venv develop-inst: /opt/stack/tempest 2024-06-04 12:52:52.705 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.15.0,bcrypt==4.1.3,certifi==2024.6.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.7,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.7,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.2.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.0.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==24.0,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.8.2,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,reno==4.1.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.1,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.3.7,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@89a6811cd060bdec92f5efa1e53fd90b3961982a#egg=tempest,testtools==2.7.1,tomli==2.0.1,tomlkit==0.12.5,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-06-04 12:52:52.705 | venv run-test-pre: PYTHONHASHSEED='1641036412' 2024-06-04 12:52:52.705 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.q5twFPpeXw 2024-06-04 12:52:52.999 | /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-06-04 12:52:52.999 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-06-04 12:52:52.999 | /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-06-04 12:52:52.999 | @jsonschema.FormatChecker.cls_checks('base64') 2024-06-04 12:52:53.241 | /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-06-04 12:52:53.241 | warnings.warn( 2024-06-04 12:52:53.406 | /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-06-04 12:52:53.406 | for key, value in info.getheaders().items(): 2024-06-04 12:52:53.428 | /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-06-04 12:52:53.428 | for key, value in info.getheaders().items(): 2024-06-04 12:52:53.643 | /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-06-04 12:52:53.644 | for key, value in info.getheaders().items(): 2024-06-04 12:52:53.644 | /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-06-04 12:52:53.644 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-06-04 12:52:54.208 | ___________________________________ summary ____________________________________ 2024-06-04 12:52:54.208 | venv: commands succeeded 2024-06-04 12:52:54.208 | congratulations :) 2024-06-04 12:52:54.228 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2024-06-04 12:52:54.241 | ++ functions-common:is_service_enabled:2056 : return 1 2024-06-04 12:52:54.244 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-06-04 12:52:54.245 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2024-06-04 12:52:54.259 | ++ functions-common:is_service_enabled:2056 : return 0 2024-06-04 12:52:54.261 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-06-04 12:52:54.263 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-06-04 12:52:54.264 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-06-04 12:52:54.266 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-06-04 12:52:54.268 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-06-04 12:52:54.270 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-06-04 12:52:54.272 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-06-04 12:52:54.274 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-06-04 12:52:54.276 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-06-04 12:52:54.278 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-06-04 12:52:54.280 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-06-04 12:52:54.282 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-06-04 12:52:54.283 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-06-04 12:52:54.285 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-06-04 12:52:54.287 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-06-04 12:52:54.289 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-06-04 12:52:54.291 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-06-04 12:52:54.293 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-06-04 12:52:54.295 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-06-04 12:52:54.297 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-06-04 12:52:54.299 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-06-04 12:52:54.301 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-06-04 12:52:54.303 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2024-06-04 12:52:54.305 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2024-06-04 12:52:54.307 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2024-06-04 12:52:54.308 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2024-06-04 12:52:54.310 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2024-06-04 12:52:54.312 | ++ lib/tempest:configure_tempest:808 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2024-06-04 12:52:54.314 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2024-06-04 12:52:54.317 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.q5twFPpeXw network-feature-enabled api_extensions 2024-06-04 12:52:54.318 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2024-06-04 12:52:54.334 | ++ lib/tempest:configure_tempest:811 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-06-04 12:52:54.336 | +++ lib/tempest:configure_tempest:813 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-06-04 12:52:54.338 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-06-04 12:52:54.341 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-06-04 12:52:54.343 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-06-04 12:52:54.345 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-06-04 12:52:54.359 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-06-04 12:52:54.375 | ++ lib/tempest:configure_tempest:813 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-06-04 12:52:54.377 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2024-06-04 12:52:54.379 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-06-04 12:52:54.402 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-06-04 12:52:54.404 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-06-04 12:52:54.406 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-06-04 12:52:54.408 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-06-04 12:52:54.410 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2024-06-04 12:52:54.412 | ++ lib/tempest:configure_tempest:830 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-06-04 12:52:54.438 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-06-04 12:52:54.440 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-06-04 12:52:54.442 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-06-04 12:52:54.444 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-06-04 12:52:54.446 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-06-04 12:52:54.448 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-06-04 12:52:54.450 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-06-04 12:52:54.452 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-06-04 12:52:54.454 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-06-04 12:52:54.456 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-06-04 12:52:54.458 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-06-04 12:52:54.460 | ++ lib/tempest:configure_tempest:843 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-06-04 12:52:54.462 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2024-06-04 12:52:54.464 | ++ lib/tempest:configure_tempest:850 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-06-04 12:52:54.487 | ++ lib/tempest:configure_tempest:853 : IFS=' 2024-06-04 12:52:54.487 | ' 2024-06-04 12:52:54.489 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-06-04 12:52:54.491 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-06-04 12:52:54.493 | ++ stack.sh:echo_summary:470 : echo -e Installing Tempest Plugins 2024-06-04 12:52:54.495 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-06-04 12:52:54.497 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2024-06-04 12:52:54.497 | ~/tempest ~/tempest 2024-06-04 12:52:54.499 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2024-06-04 12:52:54.501 | ++ lib/tempest:install_tempest_plugins:897 : popd 2024-06-04 12:52:54.501 | ~/tempest 2024-06-04 12:52:54.503 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-06-04 12:52:54.505 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-06-04 12:52:54.507 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:52:54.510 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-06-04 12:52:54.512 | + functions-common:run_phase:1855 : run_plugins stack test-config 2024-06-04 12:52:54.514 | + functions-common:run_plugins:1814 : local mode=stack 2024-06-04 12:52:54.516 | + functions-common:run_plugins:1815 : local phase=test-config 2024-06-04 12:52:54.518 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-06-04 12:52:54.520 | + functions-common:run_plugins:1818 : local plugin 2024-06-04 12:52:54.522 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-06-04 12:52:54.525 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-06-04 12:52:54.527 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-06-04 12:52:54.529 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-06-04 12:52:54.531 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-06-04 12:52:54.533 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:54.535 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-06-04 12:52:54.537 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:54.540 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-06-04 12:52:54.542 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-06-04 12:52:54.544 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-06-04 12:52:54.546 | + stack.sh:main:1523 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-06-04 12:52:54.548 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-06-04 12:52:54.550 | + inc/meta-config:merge_config_group:171 : shift 2024-06-04 12:52:54.552 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-06-04 12:52:54.554 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:52:54.556 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-06-04 12:52:54.558 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-06-04 12:52:54.561 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-06-04 12:52:54.563 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-06-04 12:52:54.565 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-06-04 12:52:54.568 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-06-04 12:52:54.570 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-06-04 12:52:54.570 | /^\[\[.+\|.*\]\]/ { 2024-06-04 12:52:54.570 | gsub("[][]", "", $1); 2024-06-04 12:52:54.570 | split($1, a, "|"); 2024-06-04 12:52:54.570 | if (a[1] == matchgroup) 2024-06-04 12:52:54.570 | print a[2] 2024-06-04 12:52:54.570 | } 2024-06-04 12:52:54.570 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 40 osc 147 apt-get 8 test_with_retry 3 dbsync 2 pip_install 103 apt-get-update 6 run_process 19 git_timed 34 ------------------------- Unaccounted time 52 ========================= Total runtime 423 ================= Async summary ================= Time spent in the background minus waits: 175 sec Elapsed time: 423 sec Time if we did everything serially: 598 sec Speedup: 1.41371 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36257 | | keystone | INSERT | 93 | | neutron | SELECT | 2531 | | neutron | INSERT | 131 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | neutron | UPDATE | 71 | | nova_cell0 | SELECT | 12 | | nova_cell1 | SELECT | 65 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 5 | | neutron | DELETE | 16 | | nova_cell1 | UPDATE | 3 | | cinder | SELECT | 115 | | cinder | INSERT | 5 | | cinder | UPDATE | 1 | | glance | SELECT | 47 | | glance | INSERT | 8 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | glance | UPDATE | 2 | | cinder | DELETE | 1 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.2 Change: cbbe97f91879b4a14b08ec6c09a02a8b5e6e5734 [stable-only][CI] Drop periodic jobs 2024-04-30 17:36:59 +0200 OS Version: Ubuntu 22.04 jammy