2024-08-03 08:32:08.139 | + stack.sh:main:513 : exec 2024-08-03 08:32:08.139 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-08-03-083208' 2024-08-03 08:32:08.139 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-08-03-083208.summary.2024-08-03-083208 2024-08-03 08:32:08.139 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:32:08.139 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-08-03-083208 2024-08-03 08:32:08.139 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-03-083208 /opt/stack//logs/stack.sh.log 2024-08-03 08:32:08.139 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-03-083208.summary.2024-08-03-083208 /opt/stack//logs/stack.sh.log.summary 2024-08-03 08:32:08.139 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-08-03 08:32:08.139 | + functions:check_path_perm_sanity:607 : local real_path 2024-08-03 08:32:08.139 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-08-03 08:32:08.139 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-08-03 08:32:08.139 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-08-03 08:32:08.139 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-08-03 08:32:08.139 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-08-03 08:32:08.139 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-03 08:32:08.139 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-08-03 08:32:08.139 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-08-03 08:32:08.139 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-03 08:32:08.139 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-03 08:32:08.141 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-08-03 08:32:08.142 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-08-03 08:32:08.145 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-03 08:32:08.146 | + stack.sh:main:545 : trap exit_trap EXIT 2024-08-03 08:32:08.147 | + stack.sh:main:586 : trap err_trap ERR 2024-08-03 08:32:08.149 | + stack.sh:main:599 : set -o errexit 2024-08-03 08:32:08.150 | + stack.sh:main:602 : uname -a 2024-08-03 08:32:08.151 | Linux devstack 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-08-03 08:32:08.152 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-08-03 08:32:08.154 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-08-03 08:32:08.156 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-08-03 08:32:08.179 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-08-03 08:32:08.189 | + stack.sh:main:616 : fetch_plugins 2024-08-03 08:32:08.191 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-08-03 08:32:08.192 | + functions-common:fetch_plugins:1782 : local plugin 2024-08-03 08:32:08.193 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-08-03 08:32:08.195 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-08-03 08:32:08.195 | Fetching DevStack plugins 2024-08-03 08:32:08.196 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-08-03 08:32:08.197 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-08-03 08:32:08.198 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-08-03 08:32:08.200 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-08-03 08:32:08.201 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:32:08.203 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-08-03 08:32:08.204 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-08-03 08:32:08.205 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-08-03 08:32:08.207 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-08-03 08:32:08.208 | + functions-common:git_clone:614 : local git_ref=devstack 2024-08-03 08:32:08.209 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:32:08.211 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:32:08.212 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:32:08.213 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:32:08.215 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:32:08.225 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:32:08.226 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:32:08.227 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:32:08.229 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:08.231 | + functions-common:git_clone:633 : echo devstack 2024-08-03 08:32:08.231 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:32:08.234 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-08-03 08:32:08.235 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:08.236 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-08-03 08:32:08.238 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:32:08.239 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:32:08.240 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:32:08.241 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:32:08.243 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:32:08.244 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:32:08.245 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:32:08.246 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:32:08.248 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:32:08.250 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673928249 2024-08-03 08:32:08.252 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-08-03 08:32:08.255 | Cloning into '/opt/stack/networking-nsx-t'... 2024-08-03 08:32:08.761 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:32:08.762 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:08.764 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:08.765 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:08.766 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:08.768 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:08.769 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:32:08.771 | + functions-common:time_stop:2442 : start_time=1722673928249 2024-08-03 08:32:08.772 | + functions-common:time_stop:2444 : [[ -z 1722673928249 ]] 2024-08-03 08:32:08.774 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:08.776 | + functions-common:time_stop:2447 : end_time=1722673928775 2024-08-03 08:32:08.777 | + functions-common:time_stop:2448 : elapsed_time=526 2024-08-03 08:32:08.779 | + functions-common:time_stop:2449 : total=0 2024-08-03 08:32:08.780 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:08.781 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=526 2024-08-03 08:32:08.783 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-08-03 08:32:08.784 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-08-03 08:32:08.785 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:32:08.787 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:32:08.788 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:32:08.790 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:32:08.791 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:32:08.792 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:32:08.794 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:32:08.795 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:32:08.797 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:32:08.799 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673928798 2024-08-03 08:32:08.801 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-08-03 08:32:09.457 | From https://github.com/sapcc/networking-nsx-t 2024-08-03 08:32:09.457 | * branch devstack -> FETCH_HEAD 2024-08-03 08:32:09.462 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:32:09.463 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:09.464 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:09.466 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:09.467 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:09.468 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:09.470 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:32:09.471 | + functions-common:time_stop:2442 : start_time=1722673928798 2024-08-03 08:32:09.473 | + functions-common:time_stop:2444 : [[ -z 1722673928798 ]] 2024-08-03 08:32:09.474 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:09.477 | + functions-common:time_stop:2447 : end_time=1722673929475 2024-08-03 08:32:09.478 | + functions-common:time_stop:2448 : elapsed_time=677 2024-08-03 08:32:09.479 | + functions-common:time_stop:2449 : total=526 2024-08-03 08:32:09.480 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:09.482 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1203 2024-08-03 08:32:09.483 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:32:09.484 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:32:09.486 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:32:09.487 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:32:09.488 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:32:09.490 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:32:09.491 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:32:09.492 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:32:09.494 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:32:09.495 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:32:09.498 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673929496 2024-08-03 08:32:09.499 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:32:09.509 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:32:09.509 | 2024-08-03 08:32:09.509 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:32:09.509 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:32:09.509 | state without impacting any branches by switching back to a branch. 2024-08-03 08:32:09.509 | 2024-08-03 08:32:09.509 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:32:09.509 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:32:09.509 | 2024-08-03 08:32:09.509 | git switch -c 2024-08-03 08:32:09.509 | 2024-08-03 08:32:09.509 | Or undo this operation with: 2024-08-03 08:32:09.509 | 2024-08-03 08:32:09.509 | git switch - 2024-08-03 08:32:09.509 | 2024-08-03 08:32:09.509 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:32:09.509 | 2024-08-03 08:32:09.509 | HEAD is now at c7b6103 The Controller-class moved to neutron.api.wsgi 2024-08-03 08:32:09.511 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:32:09.512 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:09.514 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:09.515 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:09.516 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:09.518 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:09.519 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:32:09.521 | + functions-common:time_stop:2442 : start_time=1722673929496 2024-08-03 08:32:09.522 | + functions-common:time_stop:2444 : [[ -z 1722673929496 ]] 2024-08-03 08:32:09.524 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:09.526 | + functions-common:time_stop:2447 : end_time=1722673929524 2024-08-03 08:32:09.527 | + functions-common:time_stop:2448 : elapsed_time=28 2024-08-03 08:32:09.529 | + functions-common:time_stop:2449 : total=1203 2024-08-03 08:32:09.530 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:09.531 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1231 2024-08-03 08:32:09.533 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-08-03 08:32:09.542 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-08-03 08:32:09.544 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:32:09.544 | + functions-common:git_clone:696 : head -1 2024-08-03 08:32:09.546 | c7b6103 The Controller-class moved to neutron.api.wsgi 2024-08-03 08:32:09.547 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:32:09.549 | + stack.sh:main:620 : run_phase override_defaults 2024-08-03 08:32:09.550 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-08-03 08:32:09.552 | + functions-common:run_phase:1864 : local phase= 2024-08-03 08:32:09.553 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-03 08:32:09.555 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-03 08:32:09.556 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-03 08:32:09.558 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-03 08:32:09.559 | + functions-common:run_phase:1873 : local extra 2024-08-03 08:32:09.561 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-03 08:32:09.563 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-03 08:32:09.565 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-03 08:32:09.566 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-03 08:32:09.567 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-08-03 08:32:09.569 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-03 08:32:09.578 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:09.580 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-03 08:32:09.581 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-03 08:32:09.582 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-03 08:32:09.584 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-03 08:32:09.585 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-03 08:32:09.586 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-03 08:32:09.588 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-08-03 08:32:09.589 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-08-03 08:32:09.590 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-03 08:32:09.592 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-03 08:32:09.593 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-08-03 08:32:09.595 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-08-03 08:32:09.596 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-08-03 08:32:09.597 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-08-03 08:32:09.599 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-08-03 08:32:09.599 | Overriding Configuration Defaults 2024-08-03 08:32:09.600 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-08-03 08:32:09.601 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:32:09.603 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-08-03 08:32:09.604 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-08-03 08:32:09.615 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-08-03 08:32:09.616 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-08-03 08:32:09.625 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:32:09.627 | +++ lib/tls:source:43 : hostname -f 2024-08-03 08:32:09.629 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-08-03 08:32:09.631 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-08-03 08:32:09.632 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-08-03 08:32:09.634 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-08-03 08:32:09.635 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-08-03 08:32:09.637 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-08-03 08:32:09.638 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-08-03 08:32:09.640 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-08-03 08:32:09.641 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-08-03 08:32:09.642 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-08-03 08:32:09.645 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-08-03 08:32:09.653 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-08-03 08:32:09.664 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-08-03 08:32:09.673 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-08-03 08:32:09.682 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-08-03 08:32:09.705 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-08-03 08:32:09.743 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-08-03 08:32:09.787 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-08-03 08:32:09.805 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-08-03 08:32:09.839 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-08-03 08:32:09.870 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-08-03 08:32:09.872 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-08-03 08:32:09.882 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:32:09.883 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-08-03 08:32:09.885 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-08-03 08:32:09.886 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-08-03 08:32:09.888 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-08-03 08:32:09.890 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-08-03 08:32:09.900 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-03 08:32:09.902 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-03 08:32:09.903 | +++ functions-common:is_suse:544 : is_opensuse 2024-08-03 08:32:09.904 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:32:09.906 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:32:09.907 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:32:09.909 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:32:09.910 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:32:09.912 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-03 08:32:09.914 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-08-03 08:32:09.916 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-08-03 08:32:09.917 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-08-03 08:32:09.919 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-03 08:32:09.920 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-03 08:32:09.922 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-08-03 08:32:09.933 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-08-03 08:32:09.935 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-08-03 08:32:09.936 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-08-03 08:32:09.947 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-08-03 08:32:09.948 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-08-03 08:32:09.950 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-08-03 08:32:09.951 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-08-03 08:32:09.953 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-08-03 08:32:09.954 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-08-03 08:32:09.956 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-08-03 08:32:09.957 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-08-03 08:32:09.959 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-08-03 08:32:09.960 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-08-03 08:32:09.962 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-08-03 08:32:09.963 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-08-03 08:32:09.965 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-08-03 08:32:09.966 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-08-03 08:32:09.968 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-08-03 08:32:09.970 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-08-03 08:32:09.972 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-03 08:32:09.972 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-03 08:32:09.975 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-08-03 08:32:09.976 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-08-03 08:32:09.978 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-08-03 08:32:09.979 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-08-03 08:32:09.981 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-08-03 08:32:09.983 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-08-03 08:32:09.993 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-08-03 08:32:09.995 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-08-03 08:32:09.997 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-08-03 08:32:09.997 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-03 08:32:09.999 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-08-03 08:32:10.001 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-08-03 08:32:10.002 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-08-03 08:32:10.004 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-08-03 08:32:10.005 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-08-03 08:32:10.007 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-08-03 08:32:10.008 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-08-03 08:32:10.010 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-08-03 08:32:10.011 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-08-03 08:32:10.013 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-08-03 08:32:10.014 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-08-03 08:32:10.016 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-08-03 08:32:10.017 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-08-03 08:32:10.018 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-08-03 08:32:10.020 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-08-03 08:32:10.022 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-08-03 08:32:10.024 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-08-03 08:32:10.034 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-03 08:32:10.035 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-03 08:32:10.037 | ++++ functions-common:is_suse:544 : is_opensuse 2024-08-03 08:32:10.038 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:32:10.039 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:32:10.041 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:32:10.042 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:32:10.044 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:32:10.045 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-03 08:32:10.047 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-08-03 08:32:10.049 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-08-03 08:32:10.050 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-03 08:32:10.052 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-08-03 08:32:10.054 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:32:10.055 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-08-03 08:32:10.056 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-03 08:32:10.058 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-08-03 08:32:10.059 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-08-03 08:32:10.061 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-08-03 08:32:10.062 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-08-03 08:32:10.064 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-08-03 08:32:10.065 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-08-03 08:32:10.067 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-08-03 08:32:10.068 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-08-03 08:32:10.070 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-08-03 08:32:10.071 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-08-03 08:32:10.073 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-08-03 08:32:10.075 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-08-03 08:32:10.095 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-08-03 08:32:10.104 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-08-03 08:32:10.105 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-08-03 08:32:10.107 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-08-03 08:32:10.108 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-08-03 08:32:10.110 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-08-03 08:32:10.111 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-08-03 08:32:10.113 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-08-03 08:32:10.114 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-08-03 08:32:10.116 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-08-03 08:32:10.117 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-08-03 08:32:10.119 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-08-03 08:32:10.120 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-08-03 08:32:10.122 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-08-03 08:32:10.123 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-08-03 08:32:10.125 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-08-03 08:32:10.126 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-08-03 08:32:10.128 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-08-03 08:32:10.129 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-08-03 08:32:10.131 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-08-03 08:32:10.132 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-08-03 08:32:10.132 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-08-03 08:32:10.133 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-08-03 08:32:10.136 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=0b:9b51:8cd9 2024-08-03 08:32:10.138 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-08-03 08:32:10.139 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-08-03 08:32:10.141 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-08-03 08:32:10.142 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-08-03 08:32:10.144 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd0b:9b51:8cd9::/56 2024-08-03 08:32:10.146 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd0b:9b51:8cd9::/56 2024-08-03 08:32:10.146 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-08-03 08:32:10.150 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd0b:9b51:8cd9::/64 2024-08-03 08:32:10.152 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-08-03 08:32:10.153 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-08-03 08:32:10.155 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-08-03 08:32:10.156 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-08-03 08:32:10.158 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-08-03 08:32:10.159 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-08-03 08:32:10.161 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-08-03 08:32:10.162 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-08-03 08:32:10.164 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-08-03 08:32:10.165 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-08-03 08:32:10.166 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-08-03 08:32:10.168 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-08-03 08:32:10.170 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd0b:9b51:8cd9::/56 2024-08-03 08:32:10.171 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-08-03 08:32:10.172 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-08-03 08:32:10.175 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-08-03 08:32:10.175 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-08-03 08:32:10.175 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-08-03 08:32:10.179 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-08-03 08:32:10.181 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-08-03 08:32:10.181 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-08-03 08:32:10.181 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-08-03 08:32:10.185 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-08-03 08:32:10.188 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-08-03 08:32:10.189 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-08-03 08:32:10.191 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-08-03 08:32:10.193 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-08-03 08:32:10.194 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-08-03 08:32:10.196 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-08-03 08:32:10.207 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-08-03 08:32:10.216 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-08-03 08:32:10.226 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-08-03 08:32:10.235 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-08-03 08:32:10.280 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-08-03 08:32:10.283 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-08-03 08:32:10.284 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-08-03 08:32:10.286 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-08-03 08:32:10.288 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-08-03 08:32:10.289 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-08-03 08:32:10.290 | False' 2024-08-03 08:32:10.291 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-08-03 08:32:10.302 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-08-03 08:32:10.304 | + stack.sh:main:650 : run_phase source 2024-08-03 08:32:10.305 | + functions-common:run_phase:1863 : local mode=source 2024-08-03 08:32:10.307 | + functions-common:run_phase:1864 : local phase= 2024-08-03 08:32:10.308 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-03 08:32:10.310 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-03 08:32:10.312 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-03 08:32:10.313 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-03 08:32:10.315 | + functions-common:run_phase:1873 : local extra 2024-08-03 08:32:10.317 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-03 08:32:10.319 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-03 08:32:10.321 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-03 08:32:10.322 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-03 08:32:10.324 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-08-03 08:32:10.325 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-03 08:32:10.336 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:10.337 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-08-03 08:32:10.339 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-08-03 08:32:10.365 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-08-03 08:32:10.366 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-08-03 08:32:10.368 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-08-03 08:32:10.370 | + functions-common:run_phase:1885 : load_plugin_settings 2024-08-03 08:32:10.371 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-08-03 08:32:10.373 | + functions-common:load_plugin_settings:1800 : local plugin 2024-08-03 08:32:10.374 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-08-03 08:32:10.376 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-08-03 08:32:10.376 | Loading plugin settings 2024-08-03 08:32:10.378 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-08-03 08:32:10.379 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:32:10.381 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-08-03 08:32:10.382 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-08-03 08:32:10.384 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-08-03 08:32:10.386 | ++ functions-common:define_plugin:1907 : : 2024-08-03 08:32:10.387 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-08-03 08:32:10.389 | + functions-common:run_phase:1886 : verify_disabled_services 2024-08-03 08:32:10.390 | + functions-common:verify_disabled_services:2146 : local service 2024-08-03 08:32:10.392 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.394 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-08-03 08:32:10.396 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.397 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-08-03 08:32:10.399 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.401 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-08-03 08:32:10.403 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.404 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-08-03 08:32:10.406 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.408 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-08-03 08:32:10.409 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.411 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-08-03 08:32:10.413 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.414 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-08-03 08:32:10.416 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.418 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-08-03 08:32:10.420 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.421 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-08-03 08:32:10.423 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.425 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-08-03 08:32:10.426 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.428 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-08-03 08:32:10.430 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.431 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-08-03 08:32:10.433 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.435 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-08-03 08:32:10.436 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.438 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-08-03 08:32:10.440 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.441 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-08-03 08:32:10.443 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.445 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-08-03 08:32:10.447 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.448 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-08-03 08:32:10.450 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.452 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-08-03 08:32:10.453 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.455 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-08-03 08:32:10.457 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.458 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-08-03 08:32:10.460 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.462 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-08-03 08:32:10.463 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:32:10.465 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-08-03 08:32:10.467 | + stack.sh:main:721 : initialize_database_backends 2024-08-03 08:32:10.469 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-03 08:32:10.471 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-08-03 08:32:10.481 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:10.483 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-08-03 08:32:10.485 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-03 08:32:10.487 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-08-03 08:32:10.498 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:32:10.500 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-08-03 08:32:10.501 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-08-03 08:32:10.503 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-08-03 08:32:10.505 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-08-03 08:32:10.507 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-08-03 08:32:10.509 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-08-03 08:32:10.510 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-08-03 08:32:10.512 | + lib/database:initialize_database_backends:92 : return 0 2024-08-03 08:32:10.514 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-08-03 08:32:10.514 | Using mysql database backend 2024-08-03 08:32:10.516 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-08-03 08:32:10.528 | + stack.sh:main:727 : define_database_baseurl 2024-08-03 08:32:10.530 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-08-03 08:32:10.532 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-03 08:32:10.534 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-08-03 08:32:10.536 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-03 08:32:10.538 | + stack.sh:main:739 : is_service_enabled rabbit 2024-08-03 08:32:10.550 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:10.552 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-08-03 08:32:10.564 | + stack.sh:main:747 : is_service_enabled keystone 2024-08-03 08:32:10.575 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:10.577 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-08-03 08:32:10.589 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-08-03 08:32:10.601 | + stack.sh:main:762 : is_service_enabled ldap 2024-08-03 08:32:10.612 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:32:10.614 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-08-03 08:32:10.626 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:32:10.628 | + stack.sh:main:783 : save_stackenv 783 2024-08-03 08:32:10.629 | + functions-common:save_stackenv:60 : local tag=783 2024-08-03 08:32:10.632 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-03 08:32:10.635 | + functions-common:save_stackenv:62 : time_stamp=2024-08-03-083210 2024-08-03 08:32:10.636 | + functions-common:save_stackenv:63 : echo '# 2024-08-03-083210 783' 2024-08-03 08:32:10.638 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.640 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-03 08:32:10.642 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.644 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-03 08:32:10.646 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.647 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-03 08:32:10.649 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.651 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-03 08:32:10.653 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.654 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-03 08:32:10.656 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.658 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-03 08:32:10.660 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.662 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-03-083208 2024-08-03 08:32:10.663 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.665 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-03 08:32:10.667 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.669 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-03 08:32:10.670 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.672 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-03 08:32:10.674 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.676 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-03 08:32:10.677 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.679 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-03 08:32:10.681 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.683 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-03 08:32:10.684 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.686 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-03 08:32:10.688 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:32:10.690 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-03 08:32:10.692 | + stack.sh:main:796 : GIT_DEPTH=0 2024-08-03 08:32:10.694 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-08-03 08:32:10.695 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-08-03 08:32:10.697 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-08-03 08:32:10.698 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-03 08:32:10.700 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:32:10.702 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:32:10.704 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:32:10.705 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:32:10.707 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:32:10.719 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:32:10.720 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-08-03 08:32:10.722 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:10.724 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-03 08:32:10.724 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:32:10.728 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-08-03 08:32:10.729 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:10.731 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-03 08:32:10.732 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:32:10.734 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:32:10.736 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:32:10.737 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:32:10.739 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:32:10.740 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:32:10.742 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:32:10.743 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:32:10.745 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:32:10.748 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673930746 2024-08-03 08:32:10.749 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-03 08:32:10.751 | Cloning into '/opt/stack//requirements'... 2024-08-03 08:32:13.869 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:32:13.871 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:13.873 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:13.875 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:13.876 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:13.878 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:13.880 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:32:13.882 | + functions-common:time_stop:2442 : start_time=1722673930746 2024-08-03 08:32:13.883 | + functions-common:time_stop:2444 : [[ -z 1722673930746 ]] 2024-08-03 08:32:13.885 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:13.888 | + functions-common:time_stop:2447 : end_time=1722673933886 2024-08-03 08:32:13.890 | + functions-common:time_stop:2448 : elapsed_time=3140 2024-08-03 08:32:13.892 | + functions-common:time_stop:2449 : total=1231 2024-08-03 08:32:13.893 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:13.895 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4371 2024-08-03 08:32:13.896 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-08-03 08:32:13.898 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-08-03 08:32:13.900 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:32:13.901 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:32:13.903 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:32:13.905 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:32:13.906 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:32:13.908 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:32:13.909 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:32:13.911 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:32:13.913 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:32:13.916 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673933914 2024-08-03 08:32:13.918 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-08-03 08:32:14.585 | From https://opendev.org/openstack/requirements 2024-08-03 08:32:14.585 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-03 08:32:14.593 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:32:14.595 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:14.596 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:14.598 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:14.600 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:14.601 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:14.603 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:32:14.604 | + functions-common:time_stop:2442 : start_time=1722673933914 2024-08-03 08:32:14.606 | + functions-common:time_stop:2444 : [[ -z 1722673933914 ]] 2024-08-03 08:32:14.608 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:14.611 | + functions-common:time_stop:2447 : end_time=1722673934609 2024-08-03 08:32:14.612 | + functions-common:time_stop:2448 : elapsed_time=695 2024-08-03 08:32:14.614 | + functions-common:time_stop:2449 : total=4371 2024-08-03 08:32:14.615 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:14.617 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5066 2024-08-03 08:32:14.619 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:32:14.620 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:32:14.622 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:32:14.623 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:32:14.625 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:32:14.627 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:32:14.628 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:32:14.630 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:32:14.631 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:32:14.633 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:32:14.636 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673934634 2024-08-03 08:32:14.638 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:32:14.647 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:32:14.647 | 2024-08-03 08:32:14.647 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:32:14.647 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:32:14.647 | state without impacting any branches by switching back to a branch. 2024-08-03 08:32:14.647 | 2024-08-03 08:32:14.647 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:32:14.647 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:32:14.647 | 2024-08-03 08:32:14.647 | git switch -c 2024-08-03 08:32:14.647 | 2024-08-03 08:32:14.647 | Or undo this operation with: 2024-08-03 08:32:14.647 | 2024-08-03 08:32:14.647 | git switch - 2024-08-03 08:32:14.647 | 2024-08-03 08:32:14.647 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:32:14.647 | 2024-08-03 08:32:14.647 | HEAD is now at c313452d Merge "update constraint for metalsmith to new release 1.10.1" into stable/2023.1 2024-08-03 08:32:14.650 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:32:14.651 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:14.653 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:14.655 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:14.656 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:14.658 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:14.659 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:32:14.661 | + functions-common:time_stop:2442 : start_time=1722673934634 2024-08-03 08:32:14.662 | + functions-common:time_stop:2444 : [[ -z 1722673934634 ]] 2024-08-03 08:32:14.664 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:14.667 | + functions-common:time_stop:2447 : end_time=1722673934665 2024-08-03 08:32:14.669 | + functions-common:time_stop:2448 : elapsed_time=31 2024-08-03 08:32:14.670 | + functions-common:time_stop:2449 : total=5066 2024-08-03 08:32:14.672 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:14.673 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5097 2024-08-03 08:32:14.675 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-08-03 08:32:14.686 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-08-03 08:32:14.688 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:32:14.688 | + functions-common:git_clone:696 : head -1 2024-08-03 08:32:14.690 | c313452d Merge "update constraint for metalsmith to new release 1.10.1" into stable/2023.1 2024-08-03 08:32:14.692 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:32:14.694 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-08-03 08:32:14.696 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:32:14.698 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-08-03 08:32:14.700 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-08-03 08:32:14.702 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-08-03 08:32:14.704 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-08-03 08:32:14.706 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-08-03 08:32:14.708 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-08-03 08:32:14.710 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-08-03 08:32:14.712 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-08-03 08:32:14.714 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-08-03 08:32:14.717 | ++ tools/install_prereqs.sh:source:47 : NOW=1722673934 2024-08-03 08:32:14.720 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-08-03 08:32:14.723 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-08-03 08:32:14.725 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-08-03 08:32:14.727 | ++ tools/install_prereqs.sh:source:49 : DELTA=1722673934 2024-08-03 08:32:14.729 | ++ tools/install_prereqs.sh:source:50 : [[ 1722673934 -lt 7200 ]] 2024-08-03 08:32:14.731 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-08-03 08:32:14.733 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-08-03 08:32:14.734 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-08-03 08:32:14.736 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-08-03 08:32:14.738 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-08-03 08:32:14.740 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-08-03 08:32:14.742 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-08-03 08:32:14.744 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-03 08:32:14.771 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-08-03 08:32:14.771 | apache2-dev 2024-08-03 08:32:14.771 | bc 2024-08-03 08:32:14.771 | bsdmainutils 2024-08-03 08:32:14.771 | curl 2024-08-03 08:32:14.771 | g++ 2024-08-03 08:32:14.771 | gawk 2024-08-03 08:32:14.771 | gcc 2024-08-03 08:32:14.771 | gettext 2024-08-03 08:32:14.771 | git 2024-08-03 08:32:14.771 | graphviz 2024-08-03 08:32:14.771 | iputils-ping 2024-08-03 08:32:14.771 | libapache2-mod-proxy-uwsgi 2024-08-03 08:32:14.771 | libffi-dev 2024-08-03 08:32:14.771 | libjpeg-dev 2024-08-03 08:32:14.771 | libpcre3-dev 2024-08-03 08:32:14.771 | libpq-dev 2024-08-03 08:32:14.771 | libssl-dev 2024-08-03 08:32:14.771 | libsystemd-dev 2024-08-03 08:32:14.771 | libxml2-dev 2024-08-03 08:32:14.771 | libxslt1-dev 2024-08-03 08:32:14.771 | libyaml-dev 2024-08-03 08:32:14.771 | lsof 2024-08-03 08:32:14.771 | openssh-server 2024-08-03 08:32:14.771 | openssl 2024-08-03 08:32:14.771 | pkg-config 2024-08-03 08:32:14.771 | psmisc 2024-08-03 08:32:14.771 | python3-dev 2024-08-03 08:32:14.771 | python3-pip 2024-08-03 08:32:14.771 | python3-systemd 2024-08-03 08:32:14.771 | python3-venv 2024-08-03 08:32:14.771 | tar 2024-08-03 08:32:14.771 | tcpdump 2024-08-03 08:32:14.771 | unzip 2024-08-03 08:32:14.771 | uuid-runtime 2024-08-03 08:32:14.771 | wget 2024-08-03 08:32:14.771 | wget 2024-08-03 08:32:14.771 | zlib1g-dev 2024-08-03 08:32:14.771 | libkrb5-dev 2024-08-03 08:32:14.771 | libldap2-dev 2024-08-03 08:32:14.771 | libsasl2-dev 2024-08-03 08:32:14.772 | memcached 2024-08-03 08:32:14.772 | python3-mysqldb 2024-08-03 08:32:14.772 | sqlite3 2024-08-03 08:32:14.772 | conntrack 2024-08-03 08:32:14.772 | curl 2024-08-03 08:32:14.772 | ebtables 2024-08-03 08:32:14.772 | genisoimage 2024-08-03 08:32:14.772 | iptables 2024-08-03 08:32:14.772 | iputils-arping 2024-08-03 08:32:14.772 | kpartx 2024-08-03 08:32:14.772 | libjs-jquery-tablesorter 2024-08-03 08:32:14.772 | parted 2024-08-03 08:32:14.772 | pm-utils 2024-08-03 08:32:14.772 | python3-mysqldb 2024-08-03 08:32:14.772 | socat 2024-08-03 08:32:14.772 | sqlite3 2024-08-03 08:32:14.772 | sudo 2024-08-03 08:32:14.772 | vlan 2024-08-03 08:32:14.772 | lsscsi 2024-08-03 08:32:14.772 | open-iscsi 2024-08-03 08:32:14.772 | lvm2 2024-08-03 08:32:14.772 | qemu-utils 2024-08-03 08:32:14.772 | thin-provisioning-tools 2024-08-03 08:32:14.772 | acl 2024-08-03 08:32:14.772 | dnsmasq-base 2024-08-03 08:32:14.772 | dnsmasq-utils 2024-08-03 08:32:14.772 | ebtables 2024-08-03 08:32:14.772 | haproxy 2024-08-03 08:32:14.772 | iptables 2024-08-03 08:32:14.772 | iputils-arping 2024-08-03 08:32:14.772 | iputils-ping 2024-08-03 08:32:14.772 | postgresql-server-dev-all 2024-08-03 08:32:14.772 | python3-mysqldb 2024-08-03 08:32:14.772 | sqlite3 2024-08-03 08:32:14.772 | sudo 2024-08-03 08:32:14.772 | vlan 2024-08-03 08:32:14.772 | ipset 2024-08-03 08:32:14.772 | conntrack 2024-08-03 08:32:14.772 | conntrackd 2024-08-03 08:32:14.772 | keepalived' 2024-08-03 08:32:14.774 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-08-03 08:32:14.789 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-08-03 08:32:14.789 | apache2-dev 2024-08-03 08:32:14.789 | bc 2024-08-03 08:32:14.789 | bsdmainutils 2024-08-03 08:32:14.789 | curl 2024-08-03 08:32:14.789 | g++ 2024-08-03 08:32:14.789 | gawk 2024-08-03 08:32:14.789 | gcc 2024-08-03 08:32:14.789 | gettext 2024-08-03 08:32:14.789 | git 2024-08-03 08:32:14.789 | graphviz 2024-08-03 08:32:14.789 | iputils-ping 2024-08-03 08:32:14.789 | libapache2-mod-proxy-uwsgi 2024-08-03 08:32:14.789 | libffi-dev 2024-08-03 08:32:14.789 | libjpeg-dev 2024-08-03 08:32:14.789 | libpcre3-dev 2024-08-03 08:32:14.789 | libpq-dev 2024-08-03 08:32:14.789 | libssl-dev 2024-08-03 08:32:14.789 | libsystemd-dev 2024-08-03 08:32:14.789 | libxml2-dev 2024-08-03 08:32:14.789 | libxslt1-dev 2024-08-03 08:32:14.789 | libyaml-dev 2024-08-03 08:32:14.789 | lsof 2024-08-03 08:32:14.789 | openssh-server 2024-08-03 08:32:14.789 | openssl 2024-08-03 08:32:14.789 | pkg-config 2024-08-03 08:32:14.789 | psmisc 2024-08-03 08:32:14.789 | python3-dev 2024-08-03 08:32:14.789 | python3-pip 2024-08-03 08:32:14.789 | python3-systemd 2024-08-03 08:32:14.789 | python3-venv 2024-08-03 08:32:14.789 | tar 2024-08-03 08:32:14.789 | tcpdump 2024-08-03 08:32:14.789 | unzip 2024-08-03 08:32:14.789 | uuid-runtime 2024-08-03 08:32:14.789 | wget 2024-08-03 08:32:14.789 | wget 2024-08-03 08:32:14.789 | zlib1g-dev 2024-08-03 08:32:14.789 | libkrb5-dev 2024-08-03 08:32:14.789 | libldap2-dev 2024-08-03 08:32:14.789 | libsasl2-dev 2024-08-03 08:32:14.789 | memcached 2024-08-03 08:32:14.789 | python3-mysqldb 2024-08-03 08:32:14.789 | sqlite3 2024-08-03 08:32:14.789 | conntrack 2024-08-03 08:32:14.789 | curl 2024-08-03 08:32:14.789 | ebtables 2024-08-03 08:32:14.789 | genisoimage 2024-08-03 08:32:14.789 | iptables 2024-08-03 08:32:14.789 | iputils-arping 2024-08-03 08:32:14.789 | kpartx 2024-08-03 08:32:14.789 | libjs-jquery-tablesorter 2024-08-03 08:32:14.789 | parted 2024-08-03 08:32:14.789 | pm-utils 2024-08-03 08:32:14.789 | python3-mysqldb 2024-08-03 08:32:14.789 | socat 2024-08-03 08:32:14.789 | sqlite3 2024-08-03 08:32:14.789 | sudo 2024-08-03 08:32:14.789 | vlan 2024-08-03 08:32:14.789 | lsscsi 2024-08-03 08:32:14.789 | open-iscsi 2024-08-03 08:32:14.789 | lvm2 2024-08-03 08:32:14.789 | qemu-utils 2024-08-03 08:32:14.789 | thin-provisioning-tools 2024-08-03 08:32:14.789 | acl 2024-08-03 08:32:14.789 | dnsmasq-base 2024-08-03 08:32:14.789 | dnsmasq-utils 2024-08-03 08:32:14.789 | ebtables 2024-08-03 08:32:14.789 | haproxy 2024-08-03 08:32:14.789 | iptables 2024-08-03 08:32:14.789 | iputils-arping 2024-08-03 08:32:14.790 | iputils-ping 2024-08-03 08:32:14.790 | postgresql-server-dev-all 2024-08-03 08:32:14.790 | python3-mysqldb 2024-08-03 08:32:14.790 | sqlite3 2024-08-03 08:32:14.790 | sudo 2024-08-03 08:32:14.790 | vlan 2024-08-03 08:32:14.790 | ipset 2024-08-03 08:32:14.790 | conntrack 2024-08-03 08:32:14.790 | conntrackd 2024-08-03 08:32:14.790 | keepalived ' 2024-08-03 08:32:14.791 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-08-03 08:32:14.793 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:14.795 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:14.798 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-03 08:32:14.798 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-08-03 08:32:14.802 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-03 08:32:14.804 | ++ functions-common:install_package:1459 : update_package_repo 2024-08-03 08:32:14.806 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:32:14.807 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-08-03 08:32:14.809 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:32:14.811 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:14.813 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:32:14.814 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:14.816 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:14.818 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:32:14.819 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-08-03 08:32:14.821 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:14.823 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-08-03 08:32:14.825 | +++ functions-common:apt_get_update:1193 : id -u 2024-08-03 08:32:14.828 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-08-03 08:32:14.829 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-08-03 08:32:14.831 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-08-03 08:32:14.833 | ++ functions-common:time_start:2422 : local start_time= 2024-08-03 08:32:14.834 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:32:14.836 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:32:14.839 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722673934838 2024-08-03 08:32:14.841 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-08-03 08:32:14.843 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-08-03 08:32:14.844 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-08-03 08:32:15.357 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-08-03 08:32:15.357 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-08-03 08:32:15.358 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-08-03 08:32:15.423 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-03 08:32:15.552 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,902 kB] 2024-08-03 08:32:15.601 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [339 kB] 2024-08-03 08:32:15.621 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-03 08:32:15.627 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,259 kB] 2024-08-03 08:32:15.652 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [388 kB] 2024-08-03 08:32:15.656 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,110 kB] 2024-08-03 08:32:15.667 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [259 kB] 2024-08-03 08:32:15.680 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [25.9 kB] 2024-08-03 08:32:15.700 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-08-03 08:32:15.898 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,684 kB] 2024-08-03 08:32:16.462 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [280 kB] 2024-08-03 08:32:16.472 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.1 kB] 2024-08-03 08:32:16.473 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,184 kB] 2024-08-03 08:32:16.580 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [375 kB] 2024-08-03 08:32:16.587 | Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [888 kB] 2024-08-03 08:32:16.616 | Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-08-03 08:32:16.620 | Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [18.9 kB] 2024-08-03 08:32:21.372 | Fetched 12.3 MB in 2s (5,655 kB/s) 2024-08-03 08:32:22.362 | Reading package lists... 2024-08-03 08:32:22.386 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-08-03 08:32:22.388 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-08-03 08:32:22.390 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:32:22.391 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:22.393 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:22.395 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:32:22.396 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:22.398 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-08-03 08:32:22.399 | ++ functions-common:time_stop:2442 : start_time=1722673934838 2024-08-03 08:32:22.401 | ++ functions-common:time_stop:2444 : [[ -z 1722673934838 ]] 2024-08-03 08:32:22.403 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:22.406 | ++ functions-common:time_stop:2447 : end_time=1722673942404 2024-08-03 08:32:22.408 | ++ functions-common:time_stop:2448 : elapsed_time=7566 2024-08-03 08:32:22.409 | ++ functions-common:time_stop:2449 : total=0 2024-08-03 08:32:22.411 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:22.413 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7566 2024-08-03 08:32:22.415 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-03 08:32:22.416 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:32:22.418 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:22.420 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:22.422 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-03 08:32:22.437 | ++ functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-08-03 08:32:22.497 | Reading package lists... 2024-08-03 08:32:22.699 | Building dependency tree... 2024-08-03 08:32:22.700 | Reading state information... 2024-08-03 08:32:22.718 | acl is already the newest version (2.3.1-1). 2024-08-03 08:32:22.718 | bc is already the newest version (1.07.1-3build1). 2024-08-03 08:32:22.718 | bc set to manually installed. 2024-08-03 08:32:22.718 | conntrack is already the newest version (1:1.4.6-2build2). 2024-08-03 08:32:22.718 | ebtables is already the newest version (2.0.11-4build2). 2024-08-03 08:32:22.718 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-08-03 08:32:22.718 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-08-03 08:32:22.718 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-08-03 08:32:22.718 | gettext is already the newest version (0.21-4ubuntu4). 2024-08-03 08:32:22.718 | ipset is already the newest version (7.15-1build1). 2024-08-03 08:32:22.718 | iputils-arping is already the newest version (3:20211215-1). 2024-08-03 08:32:22.718 | iputils-ping is already the newest version (3:20211215-1). 2024-08-03 08:32:22.718 | iputils-ping set to manually installed. 2024-08-03 08:32:22.718 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-08-03 08:32:22.718 | libffi-dev is already the newest version (3.4.2-4). 2024-08-03 08:32:22.718 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-08-03 08:32:22.718 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-08-03 08:32:22.718 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-08-03 08:32:22.719 | lsof set to manually installed. 2024-08-03 08:32:22.719 | lsscsi is already the newest version (0.31-1build2). 2024-08-03 08:32:22.719 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-08-03 08:32:22.719 | lvm2 set to manually installed. 2024-08-03 08:32:22.719 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-08-03 08:32:22.719 | open-iscsi set to manually installed. 2024-08-03 08:32:22.719 | parted is already the newest version (3.4-2build1). 2024-08-03 08:32:22.719 | parted set to manually installed. 2024-08-03 08:32:22.719 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-08-03 08:32:22.719 | psmisc is already the newest version (23.4-2build3). 2024-08-03 08:32:22.719 | psmisc set to manually installed. 2024-08-03 08:32:22.719 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-08-03 08:32:22.719 | python3-systemd is already the newest version (234-3ubuntu2). 2024-08-03 08:32:22.719 | python3-systemd set to manually installed. 2024-08-03 08:32:22.719 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-08-03 08:32:22.719 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-08-03 08:32:22.719 | thin-provisioning-tools set to manually installed. 2024-08-03 08:32:22.719 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-08-03 08:32:22.719 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-08-03 08:32:22.719 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-08-03 08:32:22.719 | pm-utils is already the newest version (1.4.1-19). 2024-08-03 08:32:22.719 | postgresql-server-dev-all is already the newest version (238). 2024-08-03 08:32:22.719 | vlan is already the newest version (2.0.5ubuntu5). 2024-08-03 08:32:22.719 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-03 08:32:22.719 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-08-03 08:32:22.719 | curl is already the newest version (7.81.0-1ubuntu1.16). 2024-08-03 08:32:22.719 | curl set to manually installed. 2024-08-03 08:32:22.719 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-03 08:32:22.719 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-03 08:32:22.719 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-08-03 08:32:22.719 | gawk set to manually installed. 2024-08-03 08:32:22.719 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-08-03 08:32:22.719 | git set to manually installed. 2024-08-03 08:32:22.719 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-08-03 08:32:22.719 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-08-03 08:32:22.719 | iptables set to manually installed. 2024-08-03 08:32:22.719 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-08-03 08:32:22.719 | kpartx set to manually installed. 2024-08-03 08:32:22.719 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-08-03 08:32:22.719 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-08-03 08:32:22.719 | libpq-dev is already the newest version (14.12-0ubuntu0.22.04.1). 2024-08-03 08:32:22.719 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-08-03 08:32:22.719 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-08-03 08:32:22.719 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-08-03 08:32:22.719 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-08-03 08:32:22.719 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-08-03 08:32:22.719 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-08-03 08:32:22.719 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-08-03 08:32:22.719 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.21). 2024-08-03 08:32:22.719 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-08-03 08:32:22.719 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-08-03 08:32:22.719 | sudo set to manually installed. 2024-08-03 08:32:22.719 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-08-03 08:32:22.719 | tar set to manually installed. 2024-08-03 08:32:22.719 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-08-03 08:32:22.719 | tcpdump set to manually installed. 2024-08-03 08:32:22.896 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-08-03 08:32:22.896 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-08-03 08:32:22.896 | uuid-runtime set to manually installed. 2024-08-03 08:32:22.896 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-08-03 08:32:22.896 | wget set to manually installed. 2024-08-03 08:32:22.896 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-08-03 08:32:22.896 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-08-03 08:32:22.896 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-03 08:32:22.896 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-08-03 08:32:22.896 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-08-03 08:32:22.896 | The following packages were automatically installed and are no longer required: 2024-08-03 08:32:22.896 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:32:22.896 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:32:22.896 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:32:22.896 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:32:22.897 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:32:22.897 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:32:22.897 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:32:22.897 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:32:22.898 | The following additional packages will be installed: 2024-08-03 08:32:22.898 | libssl3 2024-08-03 08:32:22.899 | Suggested packages: 2024-08-03 08:32:22.899 | libssl-doc 2024-08-03 08:32:22.914 | The following packages will be upgraded: 2024-08-03 08:32:22.915 | libldap2-dev libssl-dev libssl3 openssl 2024-08-03 08:32:23.365 | Preconfiguring packages ... 2024-08-03 08:32:23.427 | 4 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:32:23.427 | Need to get 0 B/5,473 kB of archives. 2024-08-03 08:32:23.427 | After this operation, 1,024 B of additional disk space will be used. 2024-08-03 08:32:24.334 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 263261 files and directories currently installed.) 2024-08-03 08:32:24.348 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.17_amd64.deb ... 2024-08-03 08:32:24.365 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.17) over (3.0.2-0ubuntu1.16) ... 2024-08-03 08:32:24.572 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.17_amd64.deb ... 2024-08-03 08:32:24.590 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.17) over (3.0.2-0ubuntu1.16) ... 2024-08-03 08:32:24.703 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.17) ... 2024-08-03 08:32:25.010 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 263261 files and directories currently installed.) 2024-08-03 08:32:25.024 | Preparing to unpack .../openssl_3.0.2-0ubuntu1.17_amd64.deb ... 2024-08-03 08:32:25.036 | Unpacking openssl (3.0.2-0ubuntu1.17) over (3.0.2-0ubuntu1.16) ... 2024-08-03 08:32:25.188 | Preparing to unpack .../libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ... 2024-08-03 08:32:25.199 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) over (2.5.18+dfsg-0ubuntu0.22.04.1) ... 2024-08-03 08:32:25.262 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2024-08-03 08:32:25.272 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.17) ... 2024-08-03 08:32:25.284 | Setting up openssl (3.0.2-0ubuntu1.17) ... 2024-08-03 08:32:25.300 | Processing triggers for man-db (2.10.2-1) ... 2024-08-03 08:32:25.560 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-08-03 08:32:25.923 | NEEDRESTART-VER: 3.5 2024-08-03 08:32:26.726 | NEEDRESTART-KCUR: 6.5.0-44-generic 2024-08-03 08:32:26.726 | NEEDRESTART-KEXP: 6.5.0-44-generic 2024-08-03 08:32:26.726 | NEEDRESTART-KSTA: 1 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: apt-news.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: esm-cache.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: haproxy.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: mariadb.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: memcached.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: open-vm-tools.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: ovs-vswitchd.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: ovsdb-server.service 2024-08-03 08:32:26.726 | NEEDRESTART-SVC: packagekit.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: pmproxy.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: rabbitmq-server.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: ssh.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: systemd-journald.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: systemd-logind.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: systemd-manager 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: systemd-networkd.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: systemd-resolved.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: systemd-timesyncd.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: systemd-udevd.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: udisks2.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: user@1001.service 2024-08-03 08:32:26.727 | NEEDRESTART-SVC: vgauth.service 2024-08-03 08:32:28.135 | ++ functions-common:apt_get:1230 : result=0 2024-08-03 08:32:28.137 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:32:28.139 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:32:28.141 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:28.142 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:28.144 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:32:28.146 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:28.148 | ++ functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:32:28.149 | ++ functions-common:time_stop:2442 : start_time=1722673942435 2024-08-03 08:32:28.151 | ++ functions-common:time_stop:2444 : [[ -z 1722673942435 ]] 2024-08-03 08:32:28.153 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:28.156 | ++ functions-common:time_stop:2447 : end_time=1722673948154 2024-08-03 08:32:28.157 | ++ functions-common:time_stop:2448 : elapsed_time=5719 2024-08-03 08:32:28.159 | ++ functions-common:time_stop:2449 : total=498 2024-08-03 08:32:28.161 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:28.162 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6217 2024-08-03 08:32:28.164 | ++ functions-common:apt_get:1234 : return 0 2024-08-03 08:32:28.166 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-08-03 08:32:28.168 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-08-03 08:32:28.170 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-08-03 08:32:28.173 | ++ tools/install_prereqs.sh:source:89 : date 2024-08-03 08:32:28.176 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-08-03 08:32:28.178 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-08-03 08:32:28.180 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-08-03 08:32:28.488 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-08-03 08:32:28.489 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-08-03 08:32:28.491 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-08-03 08:32:28.492 | + tools/install_pip.sh:main:43 : GetDistro 2024-08-03 08:32:28.493 | + functions-common:GetDistro:449 : GetOSVersion 2024-08-03 08:32:28.495 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-08-03 08:32:28.496 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-08-03 08:32:28.497 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-08-03 08:32:28.498 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-08-03 08:32:28.499 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-08-03 08:32:28.501 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-08-03 08:32:28.502 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-08-03 08:32:28.503 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-08-03 08:32:28.504 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-08-03 08:32:28.506 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-08-03 08:32:28.507 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-08-03 08:32:28.508 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-08-03 08:32:28.509 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-08-03 08:32:28.511 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-08-03 08:32:28.512 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-08-03 08:32:28.513 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-08-03 08:32:28.515 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-08-03 08:32:28.516 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-08-03 08:32:28.517 | + functions-common:_ensure_lsb_release:394 : return 2024-08-03 08:32:28.519 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-08-03 08:32:28.553 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-08-03 08:32:28.554 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-08-03 08:32:28.590 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-08-03 08:32:28.591 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-08-03 08:32:28.626 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-08-03 08:32:28.627 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-08-03 08:32:28.629 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-08-03 08:32:28.630 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-08-03 08:32:28.632 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-08-03 08:32:28.633 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-08-03 08:32:28.634 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-08-03 08:32:28.636 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-08-03 08:32:28.638 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-08-03 08:32:28.639 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-08-03 08:32:28.641 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-08-03 08:32:28.641 | Distro: jammy 2024-08-03 08:32:28.642 | + tools/install_pip.sh:main:124 : get_versions 2024-08-03 08:32:28.644 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-03 08:32:28.647 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-03 08:32:28.648 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-03 08:32:28.650 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-03 08:32:28.650 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-03 08:32:28.850 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-03 08:32:28.851 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-03 08:32:28.852 | pip: 0.1.15 2024-08-03 08:32:28.853 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-08-03 08:32:28.854 | + tools/install_pip.sh:main:130 : is_fedora 2024-08-03 08:32:28.856 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-03 08:32:28.857 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-03 08:32:28.858 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-03 08:32:28.860 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-03 08:32:28.861 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-03 08:32:28.862 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-03 08:32:28.863 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-03 08:32:28.865 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-03 08:32:28.866 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-03 08:32:28.867 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-03 08:32:28.868 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-03 08:32:28.870 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-03 08:32:28.871 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-08-03 08:32:28.872 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:28.873 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:28.875 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-08-03 08:32:28.878 | + tools/install_pip.sh:main:153 : set -x 2024-08-03 08:32:28.879 | + tools/install_pip.sh:main:156 : get_versions 2024-08-03 08:32:28.881 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-03 08:32:28.884 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-03 08:32:28.885 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-03 08:32:28.887 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-03 08:32:28.887 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-03 08:32:28.896 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-03 08:32:28.897 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-03 08:32:28.897 | pip: 0.1.15 2024-08-03 08:32:28.900 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-08-03 08:32:28.902 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-08-03 08:32:28.904 | + stack.sh:main:822 : fixup_all 2024-08-03 08:32:28.905 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-08-03 08:32:28.907 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-08-03 08:32:28.909 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:28.910 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:28.912 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-08-03 08:32:28.921 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-08-03 08:32:28.930 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-08-03 08:32:28.939 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-08-03 08:32:28.940 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-08-03 08:32:28.942 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-03 08:32:28.944 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-03 08:32:28.945 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-03 08:32:28.947 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-03 08:32:28.948 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-03 08:32:28.950 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-03 08:32:28.952 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-03 08:32:28.953 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-03 08:32:28.955 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-03 08:32:28.956 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-03 08:32:28.958 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-03 08:32:28.959 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-03 08:32:28.961 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-08-03 08:32:28.962 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-08-03 08:32:28.964 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-08-03 08:32:28.966 | + functions-common:is_suse:544 : is_opensuse 2024-08-03 08:32:28.967 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:32:28.969 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:32:28.971 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:32:28.972 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:32:28.974 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:32:28.976 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-08-03 08:32:28.977 | + stack.sh:main:825 : pip_install -U os-testr 2024-08-03 08:32:28.992 | Using python 3.10 to install os-testr 2024-08-03 08:32:28.994 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-08-03 08:32:30.104 | Collecting os-testr 2024-08-03 08:32:30.106 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-08-03 08:32:30.151 | Collecting pbr!=2.1.0,>=2.0.0 2024-08-03 08:32:30.155 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-03 08:32:30.176 | Collecting python-subunit>=1.0.0 2024-08-03 08:32:30.179 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-08-03 08:32:30.182 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-08-03 08:32:30.188 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-08-03 08:32:30.376 | Installing collected packages: python-subunit, pbr, os-testr 2024-08-03 08:32:30.377 | Attempting uninstall: python-subunit 2024-08-03 08:32:30.378 | Found existing installation: python-subunit 1.4.0 2024-08-03 08:32:30.381 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:32:30.383 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-08-03 08:32:30.464 | Attempting uninstall: pbr 2024-08-03 08:32:30.465 | Found existing installation: pbr 5.8.0 2024-08-03 08:32:30.466 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:32:30.467 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-08-03 08:32:30.526 | Attempting uninstall: os-testr 2024-08-03 08:32:30.527 | Found existing installation: os-testr 2.0.1 2024-08-03 08:32:30.528 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:32:30.528 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-08-03 08:32:30.551 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-08-03 08:32:30.552 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:32:30.631 | + inc/python:pip_install:196 : result=0 2024-08-03 08:32:30.633 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:32:30.634 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:30.636 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:30.638 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:30.639 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:30.641 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:30.642 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:32:30.644 | + functions-common:time_stop:2442 : start_time=1722673948988 2024-08-03 08:32:30.645 | + functions-common:time_stop:2444 : [[ -z 1722673948988 ]] 2024-08-03 08:32:30.647 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:30.650 | + functions-common:time_stop:2447 : end_time=1722673950648 2024-08-03 08:32:30.652 | + functions-common:time_stop:2448 : elapsed_time=1660 2024-08-03 08:32:30.653 | + functions-common:time_stop:2449 : total=0 2024-08-03 08:32:30.655 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:30.656 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1660 2024-08-03 08:32:30.658 | + inc/python:pip_install:199 : return 0 2024-08-03 08:32:30.659 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-08-03 08:32:30.701 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-08-03 08:32:30.783 | + stack.sh:main:836 : install_infra 2024-08-03 08:32:30.785 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-03 08:32:30.790 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-08-03 08:32:30.791 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-08-03 08:32:33.948 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-03 08:32:33.951 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-08-03 08:32:33.969 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-08-03 08:32:34.905 | Collecting pbr 2024-08-03 08:32:34.908 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-03 08:32:34.933 | Installing collected packages: pbr 2024-08-03 08:32:34.998 | Successfully installed pbr-5.11.1 2024-08-03 08:32:35.067 | + inc/python:pip_install:196 : result=0 2024-08-03 08:32:35.068 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:32:35.070 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:35.072 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:35.073 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:35.075 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:35.077 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:35.078 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:32:35.080 | + functions-common:time_stop:2442 : start_time=1722673953963 2024-08-03 08:32:35.081 | + functions-common:time_stop:2444 : [[ -z 1722673953963 ]] 2024-08-03 08:32:35.083 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:35.086 | + functions-common:time_stop:2447 : end_time=1722673955084 2024-08-03 08:32:35.087 | + functions-common:time_stop:2448 : elapsed_time=1121 2024-08-03 08:32:35.089 | + functions-common:time_stop:2449 : total=1660 2024-08-03 08:32:35.090 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:35.092 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2781 2024-08-03 08:32:35.094 | + inc/python:pip_install:199 : return 0 2024-08-03 08:32:35.095 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-03 08:32:35.097 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-08-03 08:32:35.113 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-08-03 08:32:35.935 | Processing /opt/stack/requirements 2024-08-03 08:32:35.936 | Preparing metadata (setup.py): started 2024-08-03 08:32:36.626 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:32:36.846 | Collecting Parsley>=1.2 2024-08-03 08:32:36.858 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-03 08:32:36.943 | Collecting PyYAML>=3.12 2024-08-03 08:32:36.951 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-08-03 08:32:37.061 | Collecting beagle>=0.2.1 2024-08-03 08:32:37.063 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-08-03 08:32:37.088 | Collecting fixtures>=3.0.0 2024-08-03 08:32:37.088 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-03 08:32:37.134 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-08-03 08:32:37.137 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-03 08:32:37.190 | Collecting requests>=2.14.2 2024-08-03 08:32:37.210 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-03 08:32:37.283 | Collecting six>=1.10.0 2024-08-03 08:32:37.310 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-03 08:32:37.354 | Collecting cliff>=2.11.0 2024-08-03 08:32:37.358 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-03 08:32:37.361 | 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.dev6089) (5.11.1) 2024-08-03 08:32:37.541 | Collecting charset-normalizer<3,>=2 2024-08-03 08:32:37.545 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-03 08:32:37.581 | Collecting certifi>=2017.4.17 2024-08-03 08:32:37.588 | Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-03 08:32:37.650 | Collecting urllib3<1.27,>=1.21.1 2024-08-03 08:32:37.671 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-03 08:32:37.697 | Collecting idna<4,>=2.5 2024-08-03 08:32:37.700 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-03 08:32:37.739 | Collecting PrettyTable>=0.7.2 2024-08-03 08:32:37.742 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-03 08:32:37.765 | Collecting autopage>=0.4.0 2024-08-03 08:32:37.768 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-03 08:32:37.832 | Collecting stevedore>=2.0.1 2024-08-03 08:32:37.835 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-03 08:32:37.909 | Collecting importlib-metadata>=4.4 2024-08-03 08:32:37.911 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-03 08:32:37.966 | Collecting cmd2>=1.0.0 2024-08-03 08:32:37.971 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-03 08:32:38.036 | Collecting wcwidth>=0.1.7 2024-08-03 08:32:38.039 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-08-03 08:32:38.060 | Collecting pyperclip>=1.6 2024-08-03 08:32:38.060 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-08-03 08:32:38.087 | Collecting attrs>=16.3.0 2024-08-03 08:32:38.091 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-03 08:32:38.149 | Collecting zipp>=0.5 2024-08-03 08:32:38.151 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-03 08:32:38.208 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-08-03 08:32:38.348 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2024-08-03 08:32:39.158 | Running setup.py install for openstack-requirements: started 2024-08-03 08:32:40.515 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-08-03 08:32:40.524 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2024.7.4 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6089 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-08-03 08:32:40.619 | + inc/python:pip_install:196 : result=0 2024-08-03 08:32:40.621 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:32:40.622 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:40.624 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:40.625 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:40.627 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:40.629 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:40.630 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:32:40.632 | + functions-common:time_stop:2442 : start_time=1722673955108 2024-08-03 08:32:40.633 | + functions-common:time_stop:2444 : [[ -z 1722673955108 ]] 2024-08-03 08:32:40.635 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:40.638 | + functions-common:time_stop:2447 : end_time=1722673960636 2024-08-03 08:32:40.640 | + functions-common:time_stop:2448 : elapsed_time=5528 2024-08-03 08:32:40.641 | + functions-common:time_stop:2449 : total=2781 2024-08-03 08:32:40.642 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:40.644 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8309 2024-08-03 08:32:40.645 | + inc/python:pip_install:199 : return 0 2024-08-03 08:32:40.647 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-08-03 08:32:40.649 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-08-03 08:32:40.651 | + inc/python:use_library_from_git:246 : local name=pbr 2024-08-03 08:32:40.652 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:40.654 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:40.656 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-08-03 08:32:40.657 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:40.659 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-08-03 08:32:40.674 | Using python 3.10 to install pbr 2024-08-03 08:32:40.675 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-08-03 08:32:41.566 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-08-03 08:32:41.841 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:32:41.920 | + inc/python:pip_install:196 : result=0 2024-08-03 08:32:41.922 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:32:41.924 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:41.925 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:41.927 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:41.929 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:41.930 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:41.932 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:32:41.933 | + functions-common:time_stop:2442 : start_time=1722673960670 2024-08-03 08:32:41.935 | + functions-common:time_stop:2444 : [[ -z 1722673960670 ]] 2024-08-03 08:32:41.936 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:41.940 | + functions-common:time_stop:2447 : end_time=1722673961938 2024-08-03 08:32:41.941 | + functions-common:time_stop:2448 : elapsed_time=1268 2024-08-03 08:32:41.943 | + functions-common:time_stop:2449 : total=8309 2024-08-03 08:32:41.945 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:41.947 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9577 2024-08-03 08:32:41.948 | + inc/python:pip_install:199 : return 0 2024-08-03 08:32:41.950 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-08-03 08:32:45.046 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-08-03 08:32:45.635 | Collecting bindep 2024-08-03 08:32:45.637 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-08-03 08:32:45.690 | Collecting pbr>=2.0.0 2024-08-03 08:32:45.692 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-08-03 08:32:45.715 | Collecting distro>=1.7.0 2024-08-03 08:32:45.717 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-08-03 08:32:45.734 | Collecting Parsley 2024-08-03 08:32:45.736 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-03 08:32:45.773 | Collecting packaging 2024-08-03 08:32:45.775 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-08-03 08:32:45.812 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-08-03 08:32:46.049 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.0.0 2024-08-03 08:32:46.118 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-03 08:32:46.121 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-03 08:32:46.123 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-08-03 08:32:46.135 | + stack.sh:main:845 : pkgs= 2024-08-03 08:32:46.137 | + stack.sh:main:846 : [[ -n '' ]] 2024-08-03 08:32:46.138 | + stack.sh:main:853 : run_phase stack pre-install 2024-08-03 08:32:46.140 | + functions-common:run_phase:1863 : local mode=stack 2024-08-03 08:32:46.142 | + functions-common:run_phase:1864 : local phase=pre-install 2024-08-03 08:32:46.143 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-03 08:32:46.145 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-03 08:32:46.147 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-03 08:32:46.148 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-03 08:32:46.150 | + functions-common:run_phase:1873 : local extra 2024-08-03 08:32:46.152 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-03 08:32:46.155 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-03 08:32:46.156 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-03 08:32:46.158 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-03 08:32:46.160 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-08-03 08:32:46.161 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-03 08:32:46.172 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:46.173 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:32:46.175 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.176 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-03 08:32:46.178 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.179 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:32:46.181 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.182 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-08-03 08:32:46.184 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.185 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-03 08:32:46.187 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.189 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:32:46.190 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-03 08:32:46.192 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-03 08:32:46.193 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:32:46.195 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-03 08:32:46.197 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-08-03 08:32:46.198 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-03 08:32:46.200 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-08-03 08:32:46.201 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-03 08:32:46.203 | + functions-common:run_plugins:1853 : local plugin 2024-08-03 08:32:46.205 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-03 08:32:46.206 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:32:46.208 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-03 08:32:46.210 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-08-03 08:32:46.211 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:32:46.213 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.215 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-03 08:32:46.216 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.218 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:32:46.220 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:32:46.221 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-08-03 08:32:46.223 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-08-03 08:32:46.225 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-08-03 08:32:46.226 | + functions:set_systemd_override:832 : local value=2048 2024-08-03 08:32:46.228 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-08-03 08:32:46.230 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-08-03 08:32:46.271 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-08-03 08:32:46.271 | Set systemd system override for DefaultLimitNOFILE=2048 2024-08-03 08:32:46.272 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-08-03 08:32:46.615 | + stack.sh:main:858 : install_rpc_backend 2024-08-03 08:32:46.617 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-08-03 08:32:46.629 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:46.631 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-08-03 08:32:46.633 | + functions-common:install_package:1459 : update_package_repo 2024-08-03 08:32:46.634 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:32:46.636 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-03 08:32:46.638 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:32:46.639 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:46.641 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:32:46.643 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:46.645 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:46.646 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:32:46.648 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-03 08:32:46.649 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-03 08:32:46.651 | + functions-common:apt_get_update:1186 : return 2024-08-03 08:32:46.653 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-08-03 08:32:46.655 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:32:46.656 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:46.658 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:46.660 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-08-03 08:32:46.675 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-08-03 08:32:46.735 | Reading package lists... 2024-08-03 08:32:46.936 | Building dependency tree... 2024-08-03 08:32:46.937 | Reading state information... 2024-08-03 08:32:47.122 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-08-03 08:32:47.122 | The following packages were automatically installed and are no longer required: 2024-08-03 08:32:47.122 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:32:47.122 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:32:47.122 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:32:47.122 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:32:47.122 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:32:47.122 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:32:47.122 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:32:47.122 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:32:47.144 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:32:47.148 | + functions-common:apt_get:1230 : result=0 2024-08-03 08:32:47.150 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:32:47.152 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:47.154 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:47.155 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:47.157 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:47.159 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:47.160 | + functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:32:47.162 | + functions-common:time_stop:2442 : start_time=1722673966673 2024-08-03 08:32:47.163 | + functions-common:time_stop:2444 : [[ -z 1722673966673 ]] 2024-08-03 08:32:47.165 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:47.168 | + functions-common:time_stop:2447 : end_time=1722673967167 2024-08-03 08:32:47.170 | + functions-common:time_stop:2448 : elapsed_time=494 2024-08-03 08:32:47.172 | + functions-common:time_stop:2449 : total=6217 2024-08-03 08:32:47.173 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:47.175 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6711 2024-08-03 08:32:47.177 | + functions-common:apt_get:1234 : return 0 2024-08-03 08:32:47.178 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-08-03 08:32:47.180 | + functions-common:is_suse:544 : is_opensuse 2024-08-03 08:32:47.182 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:32:47.183 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:32:47.185 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:32:47.187 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:32:47.188 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:32:47.190 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-08-03 08:32:47.191 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-03 08:32:47.193 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-03 08:32:47.195 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-03 08:32:47.197 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-03 08:32:47.199 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-03 08:32:47.200 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-03 08:32:47.202 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-03 08:32:47.203 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-03 08:32:47.205 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-03 08:32:47.207 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-03 08:32:47.208 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-03 08:32:47.210 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-03 08:32:47.211 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-08-03 08:32:47.213 | + functions-common:is_suse:544 : is_opensuse 2024-08-03 08:32:47.215 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:32:47.216 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:32:47.218 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:32:47.220 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:32:47.221 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:32:47.223 | + stack.sh:main:859 : restart_rpc_backend 2024-08-03 08:32:47.225 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-08-03 08:32:47.237 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:47.239 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-08-03 08:32:47.240 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:32:47.242 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-08-03 08:32:47.244 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-08-03 08:32:47.246 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-08-03 08:32:47.249 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-08-03 08:32:47.251 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-08-03 08:32:47.253 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-08-03 08:32:47.255 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-08-03 08:32:47.257 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-08-03 08:32:47.258 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-08-03 08:32:47.260 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-08-03 08:32:47.791 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-08-03 08:32:47.791 | user tags 2024-08-03 08:32:47.791 | guest [administrator]' 2024-08-03 08:32:47.794 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-08-03 08:32:47.794 | user tags 2024-08-03 08:32:47.794 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-08-03 08:32:47.794 | guest [administrator]' 2024-08-03 08:32:47.799 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-08-03 08:32:47.801 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-08-03 08:32:47.803 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-08-03 08:32:48.220 | Adding user "stackrabbit" ... 2024-08-03 08:32:48.227 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-08-03 08:32:48.239 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-08-03 08:32:48.723 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-08-03 08:32:48.755 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-08-03 08:32:48.757 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-08-03 08:32:49.189 | Changing password for user "stackrabbit" ... 2024-08-03 08:32:49.206 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-08-03 08:32:49.208 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-08-03 08:32:49.210 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-08-03 08:32:49.629 | Deleting user "guest" ... 2024-08-03 08:32:49.647 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-08-03 08:32:49.659 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:49.661 | + stack.sh:main:862 : install_database 2024-08-03 08:32:49.663 | + lib/database:install_database:118 : install_database_mysql 2024-08-03 08:32:49.665 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-08-03 08:32:49.666 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:49.668 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:49.670 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-08-03 08:32:49.790 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-08-03 08:32:49.792 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-08-03 08:32:49.795 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-08-03 08:32:49.797 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:49.799 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:49.801 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-08-03 08:32:49.802 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-08-03 08:32:49.805 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-08-03 08:32:49.807 | + stack.sh:main:864 : '[' -n mysql ']' 2024-08-03 08:32:49.808 | + stack.sh:main:865 : install_database_python 2024-08-03 08:32:49.810 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-08-03 08:32:49.812 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-08-03 08:32:49.814 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-08-03 08:32:49.815 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-03 08:32:49.817 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-08-03 08:32:49.819 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-08-03 08:32:49.821 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-03 08:32:49.824 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-08-03 08:32:49.825 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-03 08:32:49.828 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-08-03 08:32:49.830 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-08-03 08:32:49.831 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-08-03 08:32:49.833 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-08-03 08:32:49.835 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-08-03 08:32:49.850 | Using python 3.10 to install PyMySQL 2024-08-03 08:32:49.852 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-08-03 08:32:50.831 | Collecting PyMySQL 2024-08-03 08:32:50.833 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-08-03 08:32:51.001 | Installing collected packages: PyMySQL 2024-08-03 08:32:51.039 | Successfully installed PyMySQL-1.0.2 2024-08-03 08:32:51.039 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:32:51.117 | + inc/python:pip_install:196 : result=0 2024-08-03 08:32:51.119 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:32:51.120 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:51.122 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:51.124 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:51.125 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:51.127 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:51.129 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:32:51.130 | + functions-common:time_stop:2442 : start_time=1722673969846 2024-08-03 08:32:51.132 | + functions-common:time_stop:2444 : [[ -z 1722673969846 ]] 2024-08-03 08:32:51.134 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:51.137 | + functions-common:time_stop:2447 : end_time=1722673971135 2024-08-03 08:32:51.139 | + functions-common:time_stop:2448 : elapsed_time=1289 2024-08-03 08:32:51.140 | + functions-common:time_stop:2449 : total=9577 2024-08-03 08:32:51.142 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:51.143 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10866 2024-08-03 08:32:51.145 | + inc/python:pip_install:199 : return 0 2024-08-03 08:32:51.147 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-08-03 08:32:51.149 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-03 08:32:51.150 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-08-03 08:32:51.152 | + stack.sh:main:868 : is_service_enabled neutron 2024-08-03 08:32:51.165 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:51.166 | + stack.sh:main:869 : install_neutron_agent_packages 2024-08-03 08:32:51.168 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-08-03 08:32:51.180 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:51.182 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-08-03 08:32:51.183 | + functions-common:install_package:1459 : update_package_repo 2024-08-03 08:32:51.185 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:32:51.187 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-03 08:32:51.189 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:32:51.190 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:51.192 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:32:51.194 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:51.195 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:51.197 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:32:51.199 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-03 08:32:51.200 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-03 08:32:51.202 | + functions-common:apt_get_update:1186 : return 2024-08-03 08:32:51.204 | + functions-common:install_package:1460 : real_install_package radvd 2024-08-03 08:32:51.206 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:32:51.207 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:51.209 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:51.211 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-08-03 08:32:51.227 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-08-03 08:32:51.285 | Reading package lists... 2024-08-03 08:32:51.475 | Building dependency tree... 2024-08-03 08:32:51.476 | Reading state information... 2024-08-03 08:32:51.659 | radvd is already the newest version (1:2.18-3build2). 2024-08-03 08:32:51.659 | The following packages were automatically installed and are no longer required: 2024-08-03 08:32:51.659 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:32:51.659 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:32:51.659 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:32:51.659 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:32:51.659 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:32:51.659 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:32:51.659 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:32:51.659 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:32:51.680 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:32:51.685 | + functions-common:apt_get:1230 : result=0 2024-08-03 08:32:51.687 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:32:51.689 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:51.690 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:51.692 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:51.694 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:51.695 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:51.697 | + functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:32:51.698 | + functions-common:time_stop:2442 : start_time=1722673971224 2024-08-03 08:32:51.700 | + functions-common:time_stop:2444 : [[ -z 1722673971224 ]] 2024-08-03 08:32:51.702 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:51.705 | + functions-common:time_stop:2447 : end_time=1722673971703 2024-08-03 08:32:51.707 | + functions-common:time_stop:2448 : elapsed_time=479 2024-08-03 08:32:51.708 | + functions-common:time_stop:2449 : total=6711 2024-08-03 08:32:51.710 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:51.711 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7190 2024-08-03 08:32:51.713 | + functions-common:apt_get:1234 : return 0 2024-08-03 08:32:51.715 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-08-03 08:32:51.727 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:51.729 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-08-03 08:32:51.731 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-08-03 08:32:51.732 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-08-03 08:32:51.734 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-08-03 08:32:51.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-08-03 08:32:51.751 | + functions-common:install_package:1459 : update_package_repo 2024-08-03 08:32:51.752 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:32:51.754 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-03 08:32:51.756 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:32:51.757 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:51.759 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:32:51.761 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:51.763 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:51.765 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:32:51.767 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-03 08:32:51.768 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-03 08:32:51.770 | + functions-common:apt_get_update:1186 : return 2024-08-03 08:32:51.772 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-08-03 08:32:51.774 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:32:51.775 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:51.777 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:51.779 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-08-03 08:32:51.798 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-08-03 08:32:51.857 | Reading package lists... 2024-08-03 08:32:52.056 | Building dependency tree... 2024-08-03 08:32:52.057 | Reading state information... 2024-08-03 08:32:52.239 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-08-03 08:32:52.239 | fakeroot set to manually installed. 2024-08-03 08:32:52.239 | make is already the newest version (4.3-4.1build1). 2024-08-03 08:32:52.239 | make set to manually installed. 2024-08-03 08:32:52.239 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-08-03 08:32:52.239 | The following packages were automatically installed and are no longer required: 2024-08-03 08:32:52.239 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:32:52.239 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:32:52.239 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:32:52.239 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:32:52.239 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:32:52.239 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:32:52.239 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:32:52.239 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:32:52.271 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:32:52.275 | + functions-common:apt_get:1230 : result=0 2024-08-03 08:32:52.277 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:32:52.279 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:52.281 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:52.282 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:52.284 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:52.286 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:52.287 | + functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:32:52.289 | + functions-common:time_stop:2442 : start_time=1722673971796 2024-08-03 08:32:52.291 | + functions-common:time_stop:2444 : [[ -z 1722673971796 ]] 2024-08-03 08:32:52.293 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:52.296 | + functions-common:time_stop:2447 : end_time=1722673972294 2024-08-03 08:32:52.297 | + functions-common:time_stop:2448 : elapsed_time=498 2024-08-03 08:32:52.299 | + functions-common:time_stop:2449 : total=7190 2024-08-03 08:32:52.301 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:52.303 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7688 2024-08-03 08:32:52.304 | + functions-common:apt_get:1234 : return 0 2024-08-03 08:32:52.306 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-08-03 08:32:52.308 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:52.310 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:52.311 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-08-03 08:32:52.313 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-08-03 08:32:52.316 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-08-03 08:32:52.319 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-44-generic 2024-08-03 08:32:52.320 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-08-03 08:32:52.323 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-44-generic 2024-08-03 08:32:52.324 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-08-03 08:32:52.327 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-08-03 08:32:52.329 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-08-03 08:32:52.331 | + functions:vercmp:639 : local v1=6.5 2024-08-03 08:32:52.332 | + functions:vercmp:640 : local 'op=<' 2024-08-03 08:32:52.334 | + functions:vercmp:641 : local v2=3.13 2024-08-03 08:32:52.336 | + functions:vercmp:642 : local result 2024-08-03 08:32:52.339 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-08-03 08:32:52.339 | ++ functions:vercmp:646 : head -1 2024-08-03 08:32:52.340 | ++ functions:vercmp:646 : sort -V 2024-08-03 08:32:52.343 | + functions:vercmp:646 : result=3.13 2024-08-03 08:32:52.345 | + functions:vercmp:648 : case $op in 2024-08-03 08:32:52.346 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-08-03 08:32:52.348 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-08-03 08:32:52.350 | + functions:vercmp:659 : return 2024-08-03 08:32:52.352 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-08-03 08:32:52.354 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:32:52.356 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-08-03 08:32:52.794 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-08-03 08:32:52.796 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-08-03 08:32:52.798 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:52.799 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:52.802 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-08-03 08:32:52.804 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:52.806 | + stack.sh:main:872 : is_service_enabled etcd3 2024-08-03 08:32:52.818 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:32:52.820 | + stack.sh:main:873 : install_etcd3 2024-08-03 08:32:52.821 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-08-03 08:32:52.822 | Installing etcd 2024-08-03 08:32:52.823 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-08-03 08:32:52.833 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-08-03 08:32:52.842 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-08-03 08:32:52.844 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-08-03 08:32:52.853 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-08-03 08:32:52.856 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.859 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.861 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.865 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.867 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-08-03 08:32:52.869 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-08-03 08:32:52.871 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.879 | --2024-08-03 08:32:52-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.884 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-03 08:32:52.885 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-03 08:32:52.915 | HTTP request sent, awaiting response... 200 OK 2024-08-03 08:32:52.915 | Length: 11350736 (11M) [application/gzip] 2024-08-03 08:32:52.915 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-08-03 08:32:52.929 | 2024-08-03 08:32:52.977 | 0K ........ .. 100% 178M=0.06s 2024-08-03 08:32:52.977 | 2024-08-03 08:32:52.977 | 2024-08-03 08:32:52 (178 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-08-03 08:32:52.977 | 2024-08-03 08:32:52.980 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-08-03 08:32:52.982 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.984 | ++ functions:get_extra_file:74 : return 2024-08-03 08:32:52.987 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-03 08:32:52.989 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-08-03 08:32:52.991 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-08-03 08:32:52.992 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-08-03 08:32:53.057 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-08-03 08:32:53.059 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-08-03 08:32:53.062 | etcd-v3.3.12-linux-amd64/ 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/README.md 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-08-03 08:32:53.063 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-08-03 08:32:53.064 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-08-03 08:32:53.065 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-08-03 08:32:53.066 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-08-03 08:32:53.067 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-08-03 08:32:53.068 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-08-03 08:32:53.069 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-08-03 08:32:53.070 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-08-03 08:32:53.071 | etcd-v3.3.12-linux-amd64/etcdctl 2024-08-03 08:32:53.190 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-08-03 08:32:53.191 | etcd-v3.3.12-linux-amd64/etcd 2024-08-03 08:32:53.338 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-08-03 08:32:53.363 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-08-03 08:32:53.384 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-08-03 08:32:53.386 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-08-03 08:32:53.398 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:32:53.400 | + stack.sh:main:892 : install_dstat 2024-08-03 08:32:53.402 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-08-03 08:32:53.415 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:32:53.418 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-08-03 08:32:53.420 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:32:53.422 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-08-03 08:32:53.424 | + stack.sh:main:901 : install_libs 2024-08-03 08:32:53.426 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-08-03 08:32:53.428 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-08-03 08:32:53.430 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-08-03 08:32:53.431 | + inc/python:use_library_from_git:246 : local name=automaton 2024-08-03 08:32:53.433 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.435 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.437 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-08-03 08:32:53.439 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.441 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-08-03 08:32:53.443 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-08-03 08:32:53.446 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-08-03 08:32:53.448 | + inc/python:use_library_from_git:246 : local name=castellan 2024-08-03 08:32:53.449 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.451 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-08-03 08:32:53.455 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.457 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-08-03 08:32:53.459 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-08-03 08:32:53.460 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-08-03 08:32:53.462 | + inc/python:use_library_from_git:246 : local name=cliff 2024-08-03 08:32:53.464 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.466 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.468 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-08-03 08:32:53.470 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.472 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-08-03 08:32:53.474 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-08-03 08:32:53.476 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-08-03 08:32:53.477 | + inc/python:use_library_from_git:246 : local name=cursive 2024-08-03 08:32:53.479 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.481 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.483 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-08-03 08:32:53.485 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.487 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-08-03 08:32:53.489 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-08-03 08:32:53.491 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-08-03 08:32:53.492 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-08-03 08:32:53.494 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.496 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.498 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-08-03 08:32:53.500 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.501 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-08-03 08:32:53.503 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-08-03 08:32:53.505 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-08-03 08:32:53.507 | + inc/python:use_library_from_git:246 : local name=futurist 2024-08-03 08:32:53.509 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.511 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.512 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-08-03 08:32:53.514 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.516 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-08-03 08:32:53.518 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-08-03 08:32:53.520 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-08-03 08:32:53.522 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-08-03 08:32:53.523 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.525 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.527 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-08-03 08:32:53.529 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.531 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-08-03 08:32:53.533 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-08-03 08:32:53.535 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-08-03 08:32:53.536 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-08-03 08:32:53.538 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.540 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.542 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-08-03 08:32:53.543 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.545 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-08-03 08:32:53.547 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-08-03 08:32:53.549 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-08-03 08:32:53.550 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-08-03 08:32:53.552 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.554 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.555 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-08-03 08:32:53.557 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.559 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-08-03 08:32:53.561 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-08-03 08:32:53.562 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-08-03 08:32:53.564 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-08-03 08:32:53.566 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.568 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.569 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-08-03 08:32:53.571 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.573 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-08-03 08:32:53.575 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-08-03 08:32:53.576 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-08-03 08:32:53.578 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-08-03 08:32:53.580 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.582 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.583 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-08-03 08:32:53.585 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.587 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-08-03 08:32:53.589 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-08-03 08:32:53.591 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-08-03 08:32:53.593 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-08-03 08:32:53.594 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.596 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.598 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-08-03 08:32:53.600 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.601 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-08-03 08:32:53.603 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-08-03 08:32:53.605 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-08-03 08:32:53.607 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-08-03 08:32:53.608 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.610 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.612 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-08-03 08:32:53.614 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.615 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-08-03 08:32:53.617 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-08-03 08:32:53.619 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-08-03 08:32:53.621 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-08-03 08:32:53.623 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.624 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.626 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-08-03 08:32:53.628 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.630 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-08-03 08:32:53.632 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-08-03 08:32:53.633 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-08-03 08:32:53.635 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-08-03 08:32:53.637 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.639 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.640 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-08-03 08:32:53.642 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.644 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-08-03 08:32:53.646 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-08-03 08:32:53.647 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-08-03 08:32:53.649 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-08-03 08:32:53.651 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.652 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.654 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-08-03 08:32:53.656 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.658 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-08-03 08:32:53.660 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-08-03 08:32:53.662 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-08-03 08:32:53.663 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-08-03 08:32:53.665 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.667 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.669 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-08-03 08:32:53.671 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.672 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-08-03 08:32:53.674 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-08-03 08:32:53.676 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-08-03 08:32:53.678 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-08-03 08:32:53.679 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.681 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.683 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-08-03 08:32:53.685 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.686 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-08-03 08:32:53.688 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-08-03 08:32:53.690 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-08-03 08:32:53.692 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-08-03 08:32:53.693 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.695 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.697 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-08-03 08:32:53.699 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.701 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-08-03 08:32:53.702 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-08-03 08:32:53.704 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-08-03 08:32:53.706 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-08-03 08:32:53.708 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.710 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.711 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-08-03 08:32:53.713 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.715 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-08-03 08:32:53.717 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-08-03 08:32:53.718 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-08-03 08:32:53.720 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-08-03 08:32:53.722 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.724 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.725 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-08-03 08:32:53.727 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.729 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-08-03 08:32:53.731 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-08-03 08:32:53.732 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-08-03 08:32:53.734 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-08-03 08:32:53.736 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.738 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.740 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-08-03 08:32:53.742 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.743 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-08-03 08:32:53.745 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-08-03 08:32:53.747 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-08-03 08:32:53.749 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-08-03 08:32:53.751 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.752 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.754 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-08-03 08:32:53.756 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.758 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-08-03 08:32:53.760 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-08-03 08:32:53.761 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-08-03 08:32:53.763 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-08-03 08:32:53.765 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.767 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.769 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-08-03 08:32:53.770 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.772 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-08-03 08:32:53.774 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-08-03 08:32:53.776 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-08-03 08:32:53.778 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-08-03 08:32:53.780 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.782 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.783 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-08-03 08:32:53.785 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.789 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-08-03 08:32:53.791 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-08-03 08:32:53.793 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-08-03 08:32:53.795 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-08-03 08:32:53.797 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.799 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.800 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-08-03 08:32:53.802 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.804 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-08-03 08:32:53.806 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-08-03 08:32:53.808 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-08-03 08:32:53.809 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-08-03 08:32:53.811 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.813 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.815 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-08-03 08:32:53.817 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.818 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-08-03 08:32:53.820 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-08-03 08:32:53.822 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-08-03 08:32:53.824 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-08-03 08:32:53.826 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.827 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.829 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-08-03 08:32:53.831 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.833 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-08-03 08:32:53.835 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-08-03 08:32:53.836 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-08-03 08:32:53.838 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-08-03 08:32:53.840 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.842 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.843 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-08-03 08:32:53.845 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.848 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-08-03 08:32:53.849 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-08-03 08:32:53.851 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-08-03 08:32:53.853 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-08-03 08:32:53.855 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.856 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.858 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-08-03 08:32:53.860 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.862 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-08-03 08:32:53.864 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-08-03 08:32:53.865 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-08-03 08:32:53.867 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-08-03 08:32:53.869 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.871 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.873 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-08-03 08:32:53.874 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.876 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-08-03 08:32:53.878 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-08-03 08:32:53.880 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-08-03 08:32:53.882 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-08-03 08:32:53.883 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.885 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.887 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-08-03 08:32:53.889 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.891 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-08-03 08:32:53.892 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-08-03 08:32:53.894 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-08-03 08:32:53.896 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-08-03 08:32:53.898 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.900 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.901 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-08-03 08:32:53.903 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.905 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-08-03 08:32:53.907 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-08-03 08:32:53.909 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-08-03 08:32:53.910 | + inc/python:use_library_from_git:246 : local name=tooz 2024-08-03 08:32:53.912 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.915 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.917 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-08-03 08:32:53.919 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.921 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-08-03 08:32:53.922 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-08-03 08:32:53.924 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-08-03 08:32:53.926 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-08-03 08:32:53.928 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.930 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.933 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-08-03 08:32:53.935 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.937 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-08-03 08:32:53.940 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-08-03 08:32:53.941 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-08-03 08:32:53.943 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-08-03 08:32:53.945 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.947 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.948 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-08-03 08:32:53.950 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.952 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-08-03 08:32:53.954 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-08-03 08:32:53.956 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-08-03 08:32:53.957 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-08-03 08:32:53.959 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.961 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.963 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-08-03 08:32:53.965 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.967 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-08-03 08:32:53.968 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-08-03 08:32:53.970 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-08-03 08:32:53.972 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-08-03 08:32:53.974 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:32:53.976 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:32:53.978 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-08-03 08:32:53.979 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:32:53.981 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-08-03 08:32:53.997 | Using python 3.10 to install etcd3 2024-08-03 08:32:53.999 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-08-03 08:32:54.961 | Collecting etcd3 2024-08-03 08:32:54.961 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-08-03 08:32:55.343 | Collecting protobuf>=3.6.1 2024-08-03 08:32:55.349 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-08-03 08:32:56.546 | Collecting grpcio>=1.27.1 2024-08-03 08:32:56.579 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-08-03 08:32:56.632 | Collecting tenacity>=6.1.0 2024-08-03 08:32:56.637 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-08-03 08:32:56.639 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-08-03 08:32:56.808 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-08-03 08:32:57.211 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-08-03 08:32:57.212 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:32:57.330 | + inc/python:pip_install:196 : result=0 2024-08-03 08:32:57.331 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:32:57.333 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:57.335 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:57.337 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:57.339 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:57.340 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:57.342 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:32:57.344 | + functions-common:time_stop:2442 : start_time=1722673973993 2024-08-03 08:32:57.345 | + functions-common:time_stop:2444 : [[ -z 1722673973993 ]] 2024-08-03 08:32:57.348 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:57.351 | + functions-common:time_stop:2447 : end_time=1722673977349 2024-08-03 08:32:57.353 | + functions-common:time_stop:2448 : elapsed_time=3356 2024-08-03 08:32:57.354 | + functions-common:time_stop:2449 : total=10866 2024-08-03 08:32:57.356 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:57.358 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14222 2024-08-03 08:32:57.360 | + inc/python:pip_install:199 : return 0 2024-08-03 08:32:57.361 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-08-03 08:32:57.378 | Using python 3.10 to install etcd3gw 2024-08-03 08:32:57.379 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-08-03 08:32:58.344 | Collecting etcd3gw 2024-08-03 08:32:58.348 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-08-03 08:32:58.381 | Collecting futurist>=0.16.0 2024-08-03 08:32:58.383 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-08-03 08:32:58.385 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-08-03 08:32:58.436 | Collecting requests>=2.20.0 2024-08-03 08:32:58.439 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-03 08:32:58.469 | Collecting idna<4,>=2.5 2024-08-03 08:32:58.472 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-03 08:32:58.629 | Collecting charset-normalizer<3,>=2 2024-08-03 08:32:58.631 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-03 08:32:58.634 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-08-03 08:32:58.693 | Collecting urllib3<1.27,>=1.21.1 2024-08-03 08:32:58.696 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-03 08:32:58.916 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-08-03 08:32:58.916 | Attempting uninstall: urllib3 2024-08-03 08:32:58.918 | Found existing installation: urllib3 1.26.5 2024-08-03 08:32:58.920 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:32:58.921 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-08-03 08:32:58.988 | Attempting uninstall: idna 2024-08-03 08:32:58.989 | Found existing installation: idna 3.3 2024-08-03 08:32:58.991 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:32:58.991 | Can't uninstall 'idna'. No files were found to uninstall. 2024-08-03 08:32:59.124 | Attempting uninstall: requests 2024-08-03 08:32:59.125 | Found existing installation: requests 2.25.1 2024-08-03 08:32:59.126 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:32:59.127 | Can't uninstall 'requests'. No files were found to uninstall. 2024-08-03 08:32:59.182 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-08-03 08:32:59.182 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:32:59.270 | + inc/python:pip_install:196 : result=0 2024-08-03 08:32:59.272 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:32:59.274 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:59.275 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:59.277 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:59.279 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:59.281 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:59.282 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:32:59.284 | + functions-common:time_stop:2442 : start_time=1722673977374 2024-08-03 08:32:59.286 | + functions-common:time_stop:2444 : [[ -z 1722673977374 ]] 2024-08-03 08:32:59.288 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:59.291 | + functions-common:time_stop:2447 : end_time=1722673979289 2024-08-03 08:32:59.293 | + functions-common:time_stop:2448 : elapsed_time=1915 2024-08-03 08:32:59.295 | + functions-common:time_stop:2449 : total=14222 2024-08-03 08:32:59.296 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:59.298 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16137 2024-08-03 08:32:59.300 | + inc/python:pip_install:199 : return 0 2024-08-03 08:32:59.302 | + stack.sh:main:904 : install_apache_uwsgi 2024-08-03 08:32:59.304 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-08-03 08:32:59.306 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-08-03 08:32:59.308 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-03 08:32:59.309 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-03 08:32:59.311 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-03 08:32:59.313 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-03 08:32:59.315 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-03 08:32:59.317 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-03 08:32:59.319 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-03 08:32:59.320 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-03 08:32:59.322 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-03 08:32:59.324 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-03 08:32:59.326 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-03 08:32:59.328 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-03 08:32:59.329 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-08-03 08:32:59.331 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:59.333 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:59.335 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-08-03 08:32:59.337 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-03 08:32:59.339 | + functions-common:install_package:1459 : update_package_repo 2024-08-03 08:32:59.340 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:32:59.342 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-03 08:32:59.344 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:32:59.346 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:32:59.348 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:32:59.349 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:59.351 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:59.353 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:32:59.355 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-03 08:32:59.357 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-03 08:32:59.359 | + functions-common:apt_get_update:1186 : return 2024-08-03 08:32:59.360 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-03 08:32:59.362 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:32:59.364 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:59.366 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:59.368 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-03 08:32:59.383 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-03 08:32:59.443 | Reading package lists... 2024-08-03 08:32:59.640 | Building dependency tree... 2024-08-03 08:32:59.641 | Reading state information... 2024-08-03 08:32:59.848 | uwsgi is already the newest version (2.0.20-4). 2024-08-03 08:32:59.848 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-08-03 08:32:59.848 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-03 08:32:59.848 | The following packages were automatically installed and are no longer required: 2024-08-03 08:32:59.848 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:32:59.848 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:32:59.848 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:32:59.848 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:32:59.848 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:32:59.848 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:32:59.849 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:32:59.849 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:32:59.870 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:32:59.875 | + functions-common:apt_get:1230 : result=0 2024-08-03 08:32:59.877 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:32:59.879 | + functions-common:time_stop:2435 : local name 2024-08-03 08:32:59.881 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:32:59.883 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:32:59.885 | + functions-common:time_stop:2438 : local total 2024-08-03 08:32:59.886 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:32:59.888 | + functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:32:59.890 | + functions-common:time_stop:2442 : start_time=1722673979381 2024-08-03 08:32:59.891 | + functions-common:time_stop:2444 : [[ -z 1722673979381 ]] 2024-08-03 08:32:59.893 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:32:59.897 | + functions-common:time_stop:2447 : end_time=1722673979895 2024-08-03 08:32:59.899 | + functions-common:time_stop:2448 : elapsed_time=514 2024-08-03 08:32:59.900 | + functions-common:time_stop:2449 : total=7688 2024-08-03 08:32:59.902 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:32:59.904 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8202 2024-08-03 08:32:59.906 | + functions-common:apt_get:1234 : return 0 2024-08-03 08:32:59.907 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-08-03 08:32:59.909 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:32:59.911 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:32:59.913 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-08-03 08:32:59.955 | Enabling module proxy. 2024-08-03 08:32:59.959 | To activate the new configuration, you need to run: 2024-08-03 08:32:59.959 | systemctl restart apache2 2024-08-03 08:32:59.963 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-08-03 08:32:59.995 | Considering dependency proxy for proxy_uwsgi: 2024-08-03 08:32:59.995 | Module proxy already enabled 2024-08-03 08:32:59.995 | Enabling module proxy_uwsgi. 2024-08-03 08:33:00.000 | To activate the new configuration, you need to run: 2024-08-03 08:33:00.000 | systemctl restart apache2 2024-08-03 08:33:00.003 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-08-03 08:33:00.005 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-03 08:33:00.007 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:33:00.009 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-03 08:33:00.276 | + stack.sh:main:907 : install_keystoneauth 2024-08-03 08:33:00.277 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-08-03 08:33:00.279 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-08-03 08:33:00.281 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.283 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.285 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-08-03 08:33:00.287 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.289 | + stack.sh:main:908 : install_keystoneclient 2024-08-03 08:33:00.290 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-08-03 08:33:00.292 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-08-03 08:33:00.294 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.296 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.298 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-08-03 08:33:00.300 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.302 | + stack.sh:main:909 : install_glanceclient 2024-08-03 08:33:00.303 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-08-03 08:33:00.305 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-08-03 08:33:00.307 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.309 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.311 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-08-03 08:33:00.313 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.315 | + stack.sh:main:910 : install_cinderclient 2024-08-03 08:33:00.316 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-08-03 08:33:00.318 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-08-03 08:33:00.320 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.322 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.324 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-08-03 08:33:00.326 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.328 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-08-03 08:33:00.330 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-08-03 08:33:00.332 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.334 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.336 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-08-03 08:33:00.338 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.340 | + stack.sh:main:911 : install_novaclient 2024-08-03 08:33:00.341 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-08-03 08:33:00.343 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-08-03 08:33:00.345 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.347 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.349 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-08-03 08:33:00.350 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.352 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-08-03 08:33:00.365 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:00.367 | + stack.sh:main:913 : install_swiftclient 2024-08-03 08:33:00.369 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-08-03 08:33:00.371 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-08-03 08:33:00.372 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.374 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.376 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-08-03 08:33:00.378 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.380 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-08-03 08:33:00.392 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:00.394 | + stack.sh:main:916 : install_neutronclient 2024-08-03 08:33:00.396 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-08-03 08:33:00.398 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-08-03 08:33:00.399 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.401 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.403 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-08-03 08:33:00.405 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.407 | + stack.sh:main:920 : install_keystonemiddleware 2024-08-03 08:33:00.409 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-08-03 08:33:00.410 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-08-03 08:33:00.412 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:00.414 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:00.416 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-08-03 08:33:00.418 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:00.420 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-08-03 08:33:00.422 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-08-03 08:33:00.423 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-03 08:33:00.425 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-08-03 08:33:00.427 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-08-03 08:33:00.429 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-03 08:33:00.432 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-08-03 08:33:00.432 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-03 08:33:00.436 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-08-03 08:33:00.438 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-08-03 08:33:00.440 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-08-03 08:33:00.442 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-08-03 08:33:00.444 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-08-03 08:33:00.460 | Using python 3.10 to install keystonemiddleware 2024-08-03 08:33:00.461 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-08-03 08:33:01.449 | Collecting keystonemiddleware 2024-08-03 08:33:01.454 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-08-03 08:33:01.481 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-08-03 08:33:01.540 | Collecting oslo.utils>=3.33.0 2024-08-03 08:33:01.543 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-08-03 08:33:01.590 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-08-03 08:33:01.593 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-08-03 08:33:01.620 | Collecting pycadf!=2.0.0,>=1.1.0 2024-08-03 08:33:01.623 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-08-03 08:33:01.660 | Collecting oslo.context>=2.19.2 2024-08-03 08:33:01.662 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-08-03 08:33:01.698 | Collecting oslo.i18n>=3.15.3 2024-08-03 08:33:01.701 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-08-03 08:33:01.747 | Collecting oslo.cache>=1.26.0 2024-08-03 08:33:01.750 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-08-03 08:33:01.793 | Collecting python-keystoneclient>=3.20.0 2024-08-03 08:33:01.814 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-08-03 08:33:01.820 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-08-03 08:33:01.877 | Collecting oslo.log>=3.36.0 2024-08-03 08:33:01.882 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-08-03 08:33:01.915 | Collecting WebOb>=1.7.1 2024-08-03 08:33:01.918 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-08-03 08:33:01.985 | Collecting keystoneauth1>=3.12.0 2024-08-03 08:33:01.990 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-08-03 08:33:01.995 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-08-03 08:33:02.054 | Collecting oslo.config>=5.2.0 2024-08-03 08:33:02.057 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-08-03 08:33:02.106 | Collecting iso8601>=0.1.11 2024-08-03 08:33:02.110 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-08-03 08:33:02.130 | Collecting os-service-types>=1.2.0 2024-08-03 08:33:02.134 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-08-03 08:33:02.173 | Collecting stevedore>=1.20.0 2024-08-03 08:33:02.196 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-03 08:33:02.269 | Collecting dogpile.cache>=1.1.5 2024-08-03 08:33:02.301 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-08-03 08:33:02.356 | Collecting debtcollector>=1.2.0 2024-08-03 08:33:02.358 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-08-03 08:33:02.384 | Collecting netaddr>=0.7.18 2024-08-03 08:33:02.400 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-08-03 08:33:02.488 | Collecting PyYAML>=5.1 2024-08-03 08:33:02.494 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-08-03 08:33:02.518 | Collecting rfc3986>=1.2.0 2024-08-03 08:33:02.546 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-08-03 08:33:02.589 | Collecting pyinotify>=0.9.6 2024-08-03 08:33:02.589 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-08-03 08:33:02.631 | Collecting python-dateutil>=2.7.0 2024-08-03 08:33:02.634 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-08-03 08:33:02.739 | Collecting pytz>=2013.6 2024-08-03 08:33:02.744 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-08-03 08:33:02.891 | Collecting msgpack>=0.5.2 2024-08-03 08:33:02.912 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-08-03 08:33:02.954 | Collecting packaging>=20.4 2024-08-03 08:33:02.960 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-03 08:33:03.008 | Collecting pyparsing>=2.1.0 2024-08-03 08:33:03.011 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-08-03 08:33:03.013 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-08-03 08:33:03.039 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-08-03 08:33:03.039 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-08-03 08:33:03.040 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-08-03 08:33:03.041 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-08-03 08:33:03.245 | Collecting wrapt>=1.7.0 2024-08-03 08:33:03.256 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-08-03 08:33:03.290 | Collecting decorator>=4.0.0 2024-08-03 08:33:03.292 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-08-03 08:33:03.688 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-08-03 08:33:03.713 | Attempting uninstall: pytz 2024-08-03 08:33:03.714 | Found existing installation: pytz 2022.1 2024-08-03 08:33:03.716 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:03.717 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-08-03 08:33:04.035 | Attempting uninstall: stevedore 2024-08-03 08:33:04.036 | Found existing installation: stevedore 3.5.0 2024-08-03 08:33:04.037 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:04.037 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-08-03 08:33:04.191 | Attempting uninstall: pyparsing 2024-08-03 08:33:04.193 | Found existing installation: pyparsing 2.4.7 2024-08-03 08:33:04.194 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:04.195 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-08-03 08:33:05.246 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.2 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.1 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-08-03 08:33:05.247 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:33:05.371 | + inc/python:pip_install:196 : result=0 2024-08-03 08:33:05.373 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:33:05.374 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:05.376 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:05.378 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:05.379 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:05.381 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:05.383 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:33:05.384 | + functions-common:time_stop:2442 : start_time=1722673980455 2024-08-03 08:33:05.386 | + functions-common:time_stop:2444 : [[ -z 1722673980455 ]] 2024-08-03 08:33:05.388 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:05.391 | + functions-common:time_stop:2447 : end_time=1722673985389 2024-08-03 08:33:05.392 | + functions-common:time_stop:2448 : elapsed_time=4934 2024-08-03 08:33:05.394 | + functions-common:time_stop:2449 : total=16137 2024-08-03 08:33:05.396 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:05.397 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21071 2024-08-03 08:33:05.399 | + inc/python:pip_install:199 : return 0 2024-08-03 08:33:05.401 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-08-03 08:33:05.402 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-08-03 08:33:05.404 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-03 08:33:05.406 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-08-03 08:33:05.408 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-08-03 08:33:05.410 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-03 08:33:05.414 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-08-03 08:33:05.414 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-03 08:33:05.417 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-08-03 08:33:05.419 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-08-03 08:33:05.421 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-08-03 08:33:05.423 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-08-03 08:33:05.425 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-08-03 08:33:05.440 | Using python 3.10 to install python-memcached 2024-08-03 08:33:05.442 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-08-03 08:33:06.408 | Collecting python-memcached 2024-08-03 08:33:06.415 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-08-03 08:33:06.418 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-08-03 08:33:06.722 | Installing collected packages: python-memcached 2024-08-03 08:33:06.749 | Successfully installed python-memcached-1.59 2024-08-03 08:33:06.749 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:33:06.833 | + inc/python:pip_install:196 : result=0 2024-08-03 08:33:06.835 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:33:06.837 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:06.839 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:06.840 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:06.842 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:06.843 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:06.845 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:33:06.847 | + functions-common:time_stop:2442 : start_time=1722673985436 2024-08-03 08:33:06.848 | + functions-common:time_stop:2444 : [[ -z 1722673985436 ]] 2024-08-03 08:33:06.850 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:06.853 | + functions-common:time_stop:2447 : end_time=1722673986851 2024-08-03 08:33:06.855 | + functions-common:time_stop:2448 : elapsed_time=1415 2024-08-03 08:33:06.857 | + functions-common:time_stop:2449 : total=21071 2024-08-03 08:33:06.859 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:06.860 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22486 2024-08-03 08:33:06.862 | + inc/python:pip_install:199 : return 0 2024-08-03 08:33:06.864 | + stack.sh:main:922 : is_service_enabled keystone 2024-08-03 08:33:06.876 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:06.878 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-03 08:33:06.879 | + stack.sh:main:924 : stack_install_service keystone 2024-08-03 08:33:06.881 | + lib/stack:stack_install_service:20 : local service=keystone 2024-08-03 08:33:06.883 | + lib/stack:stack_install_service:21 : type install_keystone 2024-08-03 08:33:06.885 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-03 08:33:06.887 | + lib/stack:stack_install_service:32 : install_keystone 2024-08-03 08:33:06.889 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-08-03 08:33:06.900 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:06.902 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-08-03 08:33:06.903 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-08-03 08:33:06.905 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-08-03 08:33:06.906 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-03 08:33:06.908 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:33:06.910 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:33:06.912 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:33:06.913 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:33:06.915 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:33:06.927 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:33:06.928 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:33:06.930 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:33:06.932 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:33:06.934 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-03 08:33:06.934 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:33:06.937 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-08-03 08:33:06.939 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:33:06.940 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-03 08:33:06.942 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:06.943 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:06.945 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:06.946 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:06.948 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:06.949 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:06.951 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:06.952 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:06.954 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:06.957 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673986955 2024-08-03 08:33:06.959 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-03 08:33:06.961 | Cloning into '/opt/stack//keystone'... 2024-08-03 08:33:09.260 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:09.262 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:09.263 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:09.265 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:09.267 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:09.268 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:09.270 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:09.272 | + functions-common:time_stop:2442 : start_time=1722673986955 2024-08-03 08:33:09.276 | + functions-common:time_stop:2444 : [[ -z 1722673986955 ]] 2024-08-03 08:33:09.279 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:09.282 | + functions-common:time_stop:2447 : end_time=1722673989280 2024-08-03 08:33:09.284 | + functions-common:time_stop:2448 : elapsed_time=2325 2024-08-03 08:33:09.287 | + functions-common:time_stop:2449 : total=5097 2024-08-03 08:33:09.289 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:09.290 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7422 2024-08-03 08:33:09.292 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-08-03 08:33:09.294 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-03 08:33:09.296 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:09.299 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:09.300 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:09.301 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:09.303 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:09.305 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:09.307 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:09.308 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:09.311 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:09.314 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673989312 2024-08-03 08:33:09.319 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-03 08:33:10.987 | From https://opendev.org/openstack/keystone 2024-08-03 08:33:10.988 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-03 08:33:10.992 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:10.993 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:10.995 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:10.997 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:10.998 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:11.000 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:11.002 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:11.003 | + functions-common:time_stop:2442 : start_time=1722673989312 2024-08-03 08:33:11.005 | + functions-common:time_stop:2444 : [[ -z 1722673989312 ]] 2024-08-03 08:33:11.007 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:11.010 | + functions-common:time_stop:2447 : end_time=1722673991008 2024-08-03 08:33:11.012 | + functions-common:time_stop:2448 : elapsed_time=1696 2024-08-03 08:33:11.013 | + functions-common:time_stop:2449 : total=7422 2024-08-03 08:33:11.015 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:11.017 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9118 2024-08-03 08:33:11.018 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:33:11.020 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:11.022 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:11.023 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:11.025 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:11.027 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:11.028 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:11.030 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:11.032 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:11.034 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:11.037 | + functions-common:time_start:2426 : _TIME_START[$name]=1722673991035 2024-08-03 08:33:11.038 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:33:11.130 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:33:11.130 | 2024-08-03 08:33:11.130 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:33:11.130 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:33:11.130 | state without impacting any branches by switching back to a branch. 2024-08-03 08:33:11.130 | 2024-08-03 08:33:11.130 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:33:11.130 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:33:11.130 | 2024-08-03 08:33:11.130 | git switch -c 2024-08-03 08:33:11.130 | 2024-08-03 08:33:11.130 | Or undo this operation with: 2024-08-03 08:33:11.130 | 2024-08-03 08:33:11.130 | git switch - 2024-08-03 08:33:11.130 | 2024-08-03 08:33:11.130 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:33:11.130 | 2024-08-03 08:33:11.130 | HEAD is now at c725173 Remove reference to devstack-gate 2024-08-03 08:33:11.133 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:11.135 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:11.137 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:11.138 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:11.140 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:11.142 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:11.143 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:11.145 | + functions-common:time_stop:2442 : start_time=1722673991035 2024-08-03 08:33:11.147 | + functions-common:time_stop:2444 : [[ -z 1722673991035 ]] 2024-08-03 08:33:11.149 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:11.152 | + functions-common:time_stop:2447 : end_time=1722673991150 2024-08-03 08:33:11.153 | + functions-common:time_stop:2448 : elapsed_time=115 2024-08-03 08:33:11.155 | + functions-common:time_stop:2449 : total=9118 2024-08-03 08:33:11.157 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:11.158 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9233 2024-08-03 08:33:11.160 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-08-03 08:33:11.170 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-08-03 08:33:11.172 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:33:11.173 | + functions-common:git_clone:696 : head -1 2024-08-03 08:33:11.174 | c725173 Remove reference to devstack-gate 2024-08-03 08:33:11.176 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:33:11.178 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-08-03 08:33:11.180 | + inc/python:setup_develop:334 : local bindep 2024-08-03 08:33:11.182 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-03 08:33:11.184 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-08-03 08:33:11.185 | + inc/python:setup_develop:340 : local extras= 2024-08-03 08:33:11.187 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-08-03 08:33:11.189 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-03 08:33:11.191 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-03 08:33:11.192 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-08-03 08:33:11.194 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-03 08:33:11.196 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-03 08:33:11.198 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-08-03 08:33:11.200 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-03 08:33:11.202 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-08-03 08:33:11.204 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-03 08:33:11.206 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-03 08:33:11.208 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-08-03 08:33:11.212 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-08-03 08:33:11.214 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-08-03 08:33:11.530 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-08-03 08:33:11.532 | + inc/python:setup_package:414 : local bindep=0 2024-08-03 08:33:11.534 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-03 08:33:11.536 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-03 08:33:11.538 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-08-03 08:33:11.540 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-08-03 08:33:11.542 | + inc/python:setup_package:423 : local flags=-e 2024-08-03 08:33:11.544 | + inc/python:setup_package:424 : local extras= 2024-08-03 08:33:11.546 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-03 08:33:11.547 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-03 08:33:11.549 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-03 08:33:11.551 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-03 08:33:11.553 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-03 08:33:11.554 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-08-03 08:33:11.570 | Using python 3.10 to install /opt/stack/keystone 2024-08-03 08:33:11.571 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-08-03 08:33:12.480 | Obtaining file:///opt/stack/keystone 2024-08-03 08:33:12.480 | Preparing metadata (setup.py): started 2024-08-03 08:33:13.083 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:33:13.235 | Collecting Flask!=0.11,>=1.0.2 2024-08-03 08:33:13.239 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-08-03 08:33:13.262 | Collecting Flask-RESTful>=0.3.5 2024-08-03 08:33:13.264 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-08-03 08:33:13.295 | Collecting PyJWT>=1.6.1 2024-08-03 08:33:13.298 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-08-03 08:33:14.002 | Collecting SQLAlchemy>=1.3.0 2024-08-03 08:33:14.017 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2024-08-03 08:33:14.028 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-08-03 08:33:14.116 | Collecting bcrypt>=3.1.3 2024-08-03 08:33:14.124 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-08-03 08:33:14.531 | Collecting cryptography>=2.7 2024-08-03 08:33:14.557 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-08-03 08:33:14.578 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-08-03 08:33:14.628 | Collecting jsonschema>=3.2.0 2024-08-03 08:33:14.633 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-08-03 08:33:14.636 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-08-03 08:33:14.637 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-08-03 08:33:14.661 | Collecting oauthlib>=0.6.2 2024-08-03 08:33:14.664 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-08-03 08:33:14.667 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-08-03 08:33:14.668 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-08-03 08:33:14.668 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-08-03 08:33:14.726 | Collecting oslo.db>=6.0.0 2024-08-03 08:33:14.735 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-08-03 08:33:14.738 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-08-03 08:33:14.739 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-08-03 08:33:14.827 | Collecting oslo.messaging>=5.29.0 2024-08-03 08:33:14.836 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-08-03 08:33:14.883 | Collecting oslo.middleware>=3.31.0 2024-08-03 08:33:14.886 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-08-03 08:33:14.941 | Collecting oslo.policy>=3.10.0 2024-08-03 08:33:14.944 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-08-03 08:33:14.946 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-08-03 08:33:14.969 | Collecting oslo.upgradecheck>=1.3.0 2024-08-03 08:33:14.971 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-08-03 08:33:14.973 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-08-03 08:33:15.007 | Collecting osprofiler>=1.4.0 2024-08-03 08:33:15.010 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-08-03 08:33:15.031 | Collecting passlib>=1.7.0 2024-08-03 08:33:15.036 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-08-03 08:33:15.041 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-08-03 08:33:15.042 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-08-03 08:33:15.073 | Collecting pysaml2>=5.0.0 2024-08-03 08:33:15.078 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-08-03 08:33:15.082 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-08-03 08:33:15.083 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-08-03 08:33:15.177 | Collecting scrypt>=0.8.0 2024-08-03 08:33:15.185 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-03 08:33:15.212 | Collecting sqlalchemy-migrate>=0.13.0 2024-08-03 08:33:15.214 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-08-03 08:33:15.217 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-08-03 08:33:15.483 | Collecting cffi>=1.12 2024-08-03 08:33:15.488 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-08-03 08:33:15.495 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2024-08-03 08:33:15.548 | Collecting Werkzeug>=2.2.2 2024-08-03 08:33:15.551 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-08-03 08:33:15.584 | Collecting click>=8.0 2024-08-03 08:33:15.586 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-08-03 08:33:15.609 | Collecting itsdangerous>=2.0 2024-08-03 08:33:15.611 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-08-03 08:33:15.640 | Collecting Jinja2>=3.0 2024-08-03 08:33:15.642 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-08-03 08:33:15.649 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-08-03 08:33:15.676 | Collecting aniso8601>=0.82 2024-08-03 08:33:15.678 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-08-03 08:33:15.697 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2024-08-03 08:33:15.724 | Collecting attrs>=17.4.0 2024-08-03 08:33:15.727 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-03 08:33:15.751 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.2) 2024-08-03 08:33:15.752 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-08-03 08:33:15.836 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2024-08-03 08:33:15.837 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-08-03 08:33:15.839 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2024-08-03 08:33:15.839 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2024-08-03 08:33:15.911 | Collecting alembic>=0.9.6 2024-08-03 08:33:15.914 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-08-03 08:33:15.932 | Collecting testscenarios>=0.4 2024-08-03 08:33:15.933 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-08-03 08:33:15.967 | Collecting testresources>=2.0.0 2024-08-03 08:33:15.969 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-08-03 08:33:15.991 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2024-08-03 08:33:15.999 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2024-08-03 08:33:16.051 | Collecting cachetools>=2.0.0 2024-08-03 08:33:16.053 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-08-03 08:33:16.104 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-08-03 08:33:16.107 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-08-03 08:33:16.169 | Collecting kombu>=4.6.6 2024-08-03 08:33:16.172 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-08-03 08:33:16.194 | Collecting oslo.metrics>=0.2.1 2024-08-03 08:33:16.196 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-08-03 08:33:16.232 | Collecting amqp>=2.5.2 2024-08-03 08:33:16.235 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-08-03 08:33:16.237 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2024-08-03 08:33:16.264 | Collecting statsd>=3.2.1 2024-08-03 08:33:16.266 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-08-03 08:33:16.315 | Collecting PrettyTable>=0.7.1 2024-08-03 08:33:16.317 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-03 08:33:16.335 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2024-08-03 08:33:16.336 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2024-08-03 08:33:16.337 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-08-03 08:33:16.338 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2024-08-03 08:33:16.397 | Collecting oslo.concurrency>=3.26.0 2024-08-03 08:33:16.400 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-08-03 08:33:16.450 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-08-03 08:33:16.499 | Collecting xmlschema>=1.2.1 2024-08-03 08:33:16.503 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-08-03 08:33:16.534 | Collecting pyOpenSSL 2024-08-03 08:33:16.536 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-08-03 08:33:16.566 | Collecting defusedxml 2024-08-03 08:33:16.568 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-08-03 08:33:16.940 | Collecting greenlet!=0.4.17 2024-08-03 08:33:16.943 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-08-03 08:33:16.993 | Collecting sqlparse 2024-08-03 08:33:16.997 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-08-03 08:33:17.015 | Collecting Tempita>=0.4 2024-08-03 08:33:17.017 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-08-03 08:33:17.068 | Collecting Mako 2024-08-03 08:33:17.071 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-08-03 08:33:17.101 | Collecting vine>=5.0.0 2024-08-03 08:33:17.103 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-08-03 08:33:17.227 | Collecting pycparser 2024-08-03 08:33:17.230 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-08-03 08:33:17.248 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2024-08-03 08:33:17.393 | Collecting MarkupSafe>=2.0 2024-08-03 08:33:17.396 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-03 08:33:17.429 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2024-08-03 08:33:17.513 | Collecting fasteners>=0.7.0 2024-08-03 08:33:17.515 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-08-03 08:33:17.562 | Collecting prometheus-client>=0.6.0 2024-08-03 08:33:17.564 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-08-03 08:33:17.613 | Collecting eventlet>=0.25.2 2024-08-03 08:33:17.616 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-08-03 08:33:17.641 | Collecting Routes>=2.3.1 2024-08-03 08:33:17.643 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-08-03 08:33:17.664 | Collecting PasteDeploy>=1.5.0 2024-08-03 08:33:17.666 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-08-03 08:33:17.690 | Collecting fixtures>=3.0.0 2024-08-03 08:33:17.690 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-03 08:33:17.739 | Collecting Paste>=2.0.2 2024-08-03 08:33:17.745 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-08-03 08:33:17.880 | Collecting Yappi>=1.0 2024-08-03 08:33:17.883 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-08-03 08:33:17.906 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-08-03 08:33:17.957 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2024-08-03 08:33:17.958 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2024-08-03 08:33:17.959 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2024-08-03 08:33:17.959 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2024-08-03 08:33:18.009 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-08-03 08:33:18.081 | Collecting elementpath<4.0.0,>=3.0.0 2024-08-03 08:33:18.084 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-08-03 08:33:18.197 | Collecting dnspython>=1.15.0 2024-08-03 08:33:18.201 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-08-03 08:33:18.322 | Collecting repoze.lru>=0.3 2024-08-03 08:33:18.324 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-08-03 08:33:18.470 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-08-03 08:33:18.470 | Reason for being yanked: Regression in OpenSSL. 2024-08-03 08:33:18.995 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-08-03 08:33:19.482 | Attempting uninstall: PyJWT 2024-08-03 08:33:19.483 | Found existing installation: PyJWT 2.3.0 2024-08-03 08:33:19.484 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:19.485 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-08-03 08:33:19.670 | Attempting uninstall: PrettyTable 2024-08-03 08:33:19.671 | Found existing installation: prettytable 2.5.0 2024-08-03 08:33:19.673 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:19.674 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-08-03 08:33:19.873 | Attempting uninstall: oauthlib 2024-08-03 08:33:19.874 | Found existing installation: oauthlib 3.2.0 2024-08-03 08:33:19.876 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:19.876 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-08-03 08:33:19.956 | Attempting uninstall: MarkupSafe 2024-08-03 08:33:19.957 | Found existing installation: MarkupSafe 2.0.1 2024-08-03 08:33:19.959 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:19.959 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-08-03 08:33:20.020 | Attempting uninstall: fixtures 2024-08-03 08:33:20.021 | Found existing installation: fixtures 3.0.0 2024-08-03 08:33:20.023 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:20.024 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-08-03 08:33:20.404 | Attempting uninstall: click 2024-08-03 08:33:20.405 | Found existing installation: click 8.0.3 2024-08-03 08:33:20.407 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:20.407 | Can't uninstall 'click'. No files were found to uninstall. 2024-08-03 08:33:20.476 | Attempting uninstall: bcrypt 2024-08-03 08:33:20.478 | Found existing installation: bcrypt 3.2.0 2024-08-03 08:33:20.479 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:20.479 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-08-03 08:33:20.500 | Attempting uninstall: attrs 2024-08-03 08:33:20.501 | Found existing installation: attrs 21.2.0 2024-08-03 08:33:20.503 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:20.503 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-08-03 08:33:21.566 | Attempting uninstall: jsonschema 2024-08-03 08:33:21.567 | Found existing installation: jsonschema 3.2.0 2024-08-03 08:33:21.569 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:21.570 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-08-03 08:33:21.632 | Attempting uninstall: Jinja2 2024-08-03 08:33:21.634 | Found existing installation: Jinja2 3.0.3 2024-08-03 08:33:21.635 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:21.635 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-08-03 08:33:22.273 | Attempting uninstall: cryptography 2024-08-03 08:33:22.275 | Found existing installation: cryptography 3.4.8 2024-08-03 08:33:22.276 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:22.276 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-08-03 08:33:22.597 | Attempting uninstall: pyOpenSSL 2024-08-03 08:33:22.598 | Found existing installation: pyOpenSSL 21.0.0 2024-08-03 08:33:22.599 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:22.600 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-08-03 08:33:23.397 | Running setup.py develop for keystone 2024-08-03 08:33:24.414 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.4 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-08-03 08:33:24.414 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:33:24.717 | + inc/python:pip_install:196 : result=0 2024-08-03 08:33:24.719 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:33:24.722 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:24.724 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:24.726 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:24.728 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:24.730 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:24.732 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:33:24.733 | + functions-common:time_stop:2442 : start_time=1722673991566 2024-08-03 08:33:24.735 | + functions-common:time_stop:2444 : [[ -z 1722673991566 ]] 2024-08-03 08:33:24.737 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:24.741 | + functions-common:time_stop:2447 : end_time=1722674004739 2024-08-03 08:33:24.742 | + functions-common:time_stop:2448 : elapsed_time=13173 2024-08-03 08:33:24.744 | + functions-common:time_stop:2449 : total=22486 2024-08-03 08:33:24.745 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:24.747 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35659 2024-08-03 08:33:24.749 | + inc/python:pip_install:199 : return 0 2024-08-03 08:33:24.751 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-03 08:33:24.753 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-03 08:33:24.755 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-03 08:33:24.770 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-03 08:33:24.783 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-08-03 08:33:24.786 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-08-03 08:33:24.792 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:24.794 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:24.796 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-08-03 08:33:24.798 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:24.800 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-08-03 08:33:24.813 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:24.815 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-08-03 08:33:24.818 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-03 08:33:24.820 | + stack.sh:main:925 : configure_keystone 2024-08-03 08:33:24.822 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-08-03 08:33:24.835 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2024-08-03 08:33:24.837 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-08-03 08:33:24.840 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-08-03 08:33:24.854 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:24.856 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-08-03 08:33:24.885 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-08-03 08:33:24.911 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-08-03 08:33:24.939 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-08-03 08:33:24.972 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-08-03 08:33:24.997 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-08-03 08:33:25.025 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-08-03 08:33:25.052 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-08-03 08:33:25.077 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-08-03 08:33:25.078 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-08-03 08:33:25.080 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-08-03 08:33:25.082 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-08-03 08:33:25.084 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-03 08:33:25.086 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-03 08:33:25.098 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:25.100 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-03 08:33:25.102 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-03 08:33:25.104 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-03 08:33:25.115 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:25.117 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:33:25.119 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:33:25.144 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-03 08:33:25.146 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-03 08:33:25.148 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-08-03 08:33:25.150 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-08-03 08:33:25.162 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:25.164 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-08-03 08:33:25.188 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-08-03 08:33:25.190 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-08-03 08:33:25.215 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-08-03 08:33:25.217 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-08-03 08:33:25.219 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-08-03 08:33:25.221 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-08-03 08:33:25.224 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:33:25.226 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:33:25.227 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-03 08:33:25.230 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-03 08:33:25.255 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-08-03 08:33:25.257 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-08-03 08:33:25.259 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-08-03 08:33:25.261 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-08-03 08:33:25.263 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-03 08:33:25.276 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-03 08:33:25.278 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-03 08:33:25.280 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-03 08:33:25.282 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-03 08:33:25.283 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-03 08:33:25.307 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:33:25.330 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:33:25.353 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-03 08:33:25.375 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-08-03 08:33:25.398 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-08-03 08:33:25.400 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-08-03 08:33:25.401 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-08-03 08:33:25.403 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-08-03 08:33:25.405 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-08-03 08:33:25.407 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-03 08:33:25.408 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-03 08:33:25.410 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-08-03 08:33:25.414 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-08-03 08:33:25.415 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-03 08:33:25.417 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-03 08:33:25.427 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-03 08:33:25.427 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:33:25.434 | d /var/run/uwsgi 0755 stack root 2024-08-03 08:33:25.436 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:33:25.444 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-03 08:33:25.448 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-08-03 08:33:25.450 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-08-03 08:33:25.452 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-08-03 08:33:25.475 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-08-03 08:33:25.497 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-08-03 08:33:25.519 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-08-03 08:33:25.542 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-08-03 08:33:25.564 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-08-03 08:33:25.586 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-08-03 08:33:25.608 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-08-03 08:33:25.630 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-08-03 08:33:25.653 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-03 08:33:25.675 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-08-03 08:33:25.697 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-08-03 08:33:25.720 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-08-03 08:33:25.743 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-03 08:33:25.745 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-03 08:33:25.747 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-08-03 08:33:25.749 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-08-03 08:33:25.751 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-03 08:33:25.753 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:25.755 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:25.756 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-03 08:33:25.758 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-03 08:33:25.760 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-08-03 08:33:25.782 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-08-03 08:33:25.806 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-08-03 08:33:25.806 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-03 08:33:25.813 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-08-03 08:33:25.816 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-08-03 08:33:25.818 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-08-03 08:33:25.820 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-03 08:33:25.822 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-03 08:33:25.824 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:33:25.825 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:25.828 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:25.829 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-03 08:33:25.831 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-03 08:33:25.833 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:25.835 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:25.837 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-08-03 08:33:25.871 | Enabling site keystone-wsgi-public. 2024-08-03 08:33:25.875 | To activate the new configuration, you need to run: 2024-08-03 08:33:25.875 | systemctl reload apache2 2024-08-03 08:33:25.878 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-03 08:33:25.880 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-03 08:33:25.882 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:33:25.884 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-03 08:33:25.986 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-08-03 08:33:26.011 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-08-03 08:33:26.036 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-08-03 08:33:26.060 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-08-03 08:33:26.062 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-08-03 08:33:26.086 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-08-03 08:33:26.109 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-08-03 08:33:26.131 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-08-03 08:33:26.156 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-03 08:33:26.158 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-03 08:33:26.160 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-08-03 08:33:26.183 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-08-03 08:33:26.205 | + stack.sh:main:929 : is_service_enabled swift 2024-08-03 08:33:26.218 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:26.220 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-08-03 08:33:26.233 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:26.235 | + stack.sh:main:945 : stack_install_service glance 2024-08-03 08:33:26.237 | + lib/stack:stack_install_service:20 : local service=glance 2024-08-03 08:33:26.238 | + lib/stack:stack_install_service:21 : type install_glance 2024-08-03 08:33:26.240 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-03 08:33:26.242 | + lib/stack:stack_install_service:32 : install_glance 2024-08-03 08:33:26.244 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-08-03 08:33:26.246 | + lib/glance:install_glance:511 : local glance_store_extras 2024-08-03 08:33:26.248 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-08-03 08:33:26.260 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:26.262 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-08-03 08:33:26.264 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-08-03 08:33:26.276 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:26.278 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-08-03 08:33:26.280 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-08-03 08:33:26.282 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:26.284 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:26.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-08-03 08:33:26.287 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:26.290 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-08-03 08:33:26.292 | ++ inc/python:join_extras:29 : local IFS=, 2024-08-03 08:33:26.294 | ++ inc/python:join_extras:30 : echo cinder 2024-08-03 08:33:26.296 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-08-03 08:33:26.298 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-08-03 08:33:26.300 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-08-03 08:33:26.302 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-08-03 08:33:26.304 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-08-03 08:33:26.306 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-08-03 08:33:26.308 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-08-03 08:33:26.311 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-08-03 08:33:26.312 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-08-03 08:33:26.316 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-08-03 08:33:26.318 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-08-03 08:33:26.320 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-08-03 08:33:26.322 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-08-03 08:33:26.324 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-08-03 08:33:26.340 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-08-03 08:33:26.342 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-08-03 08:33:27.442 | Collecting glance-store[cinder]!=0.29.0 2024-08-03 08:33:27.447 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-08-03 08:33:27.485 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-08-03 08:33:27.485 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-08-03 08:33:27.486 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-08-03 08:33:27.487 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-08-03 08:33:27.488 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-08-03 08:33:27.489 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-08-03 08:33:27.489 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-08-03 08:33:27.490 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-08-03 08:33:27.491 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-08-03 08:33:27.492 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-08-03 08:33:27.492 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-08-03 08:33:27.532 | Collecting oslo.privsep>=1.23.0 2024-08-03 08:33:27.540 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-08-03 08:33:27.611 | Collecting os-brick>=6.2.2 2024-08-03 08:33:27.615 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-08-03 08:33:27.658 | Collecting oslo.rootwrap>=5.8.0 2024-08-03 08:33:27.661 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-08-03 08:33:27.700 | Collecting python-cinderclient>=4.1.0 2024-08-03 08:33:27.703 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-08-03 08:33:27.711 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-08-03 08:33:27.712 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-08-03 08:33:27.712 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-08-03 08:33:27.752 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-08-03 08:33:27.753 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-08-03 08:33:27.778 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-08-03 08:33:27.780 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-08-03 08:33:27.781 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-08-03 08:33:27.791 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-08-03 08:33:27.796 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-08-03 08:33:27.796 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2024-08-03 08:33:27.797 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-08-03 08:33:27.833 | Collecting os-win>=5.7.0 2024-08-03 08:33:27.837 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-08-03 08:33:27.845 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-08-03 08:33:27.863 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-08-03 08:33:27.864 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-08-03 08:33:27.865 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-08-03 08:33:27.866 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-08-03 08:33:27.875 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-08-03 08:33:27.876 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-08-03 08:33:27.882 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-08-03 08:33:27.889 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-08-03 08:33:27.890 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2024-08-03 08:33:27.891 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-08-03 08:33:27.899 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-08-03 08:33:27.915 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-08-03 08:33:27.916 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-08-03 08:33:27.917 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-08-03 08:33:27.918 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-08-03 08:33:27.958 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-08-03 08:33:27.967 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-08-03 08:33:28.043 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-08-03 08:33:28.045 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-08-03 08:33:28.057 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-08-03 08:33:28.058 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-08-03 08:33:28.060 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-08-03 08:33:28.061 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-08-03 08:33:28.061 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-08-03 08:33:28.062 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-08-03 08:33:28.079 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-08-03 08:33:28.154 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-08-03 08:33:28.181 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-08-03 08:33:28.708 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-08-03 08:33:29.466 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-08-03 08:33:29.466 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:33:29.568 | + inc/python:pip_install:196 : result=0 2024-08-03 08:33:29.570 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:33:29.572 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:29.574 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:29.575 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:29.577 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:29.579 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:29.581 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:33:29.583 | + functions-common:time_stop:2442 : start_time=1722674006336 2024-08-03 08:33:29.584 | + functions-common:time_stop:2444 : [[ -z 1722674006336 ]] 2024-08-03 08:33:29.586 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:29.590 | + functions-common:time_stop:2447 : end_time=1722674009588 2024-08-03 08:33:29.592 | + functions-common:time_stop:2448 : elapsed_time=3252 2024-08-03 08:33:29.593 | + functions-common:time_stop:2449 : total=35659 2024-08-03 08:33:29.595 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:29.597 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38911 2024-08-03 08:33:29.599 | + inc/python:pip_install:199 : return 0 2024-08-03 08:33:29.601 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-08-03 08:33:29.602 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-08-03 08:33:29.604 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-08-03 08:33:29.614 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-08-03 08:33:29.618 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-08-03 08:33:29.620 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-08-03 08:33:29.621 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-08-03 08:33:29.623 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-03 08:33:29.625 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:33:29.627 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:33:29.629 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:33:29.631 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:33:29.633 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:33:29.645 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:33:29.647 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:33:29.649 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:33:29.651 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:33:29.652 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-03 08:33:29.652 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:33:29.656 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-08-03 08:33:29.658 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:33:29.660 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-03 08:33:29.662 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:29.663 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:29.665 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:29.667 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:29.668 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:29.670 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:29.672 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:29.673 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:29.675 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:29.678 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674009676 2024-08-03 08:33:29.680 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-03 08:33:29.682 | Cloning into '/opt/stack//glance'... 2024-08-03 08:33:31.796 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:31.798 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:31.800 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:31.801 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:31.803 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:31.805 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:31.806 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:31.808 | + functions-common:time_stop:2442 : start_time=1722674009676 2024-08-03 08:33:31.809 | + functions-common:time_stop:2444 : [[ -z 1722674009676 ]] 2024-08-03 08:33:31.811 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:31.814 | + functions-common:time_stop:2447 : end_time=1722674011812 2024-08-03 08:33:31.816 | + functions-common:time_stop:2448 : elapsed_time=2136 2024-08-03 08:33:31.818 | + functions-common:time_stop:2449 : total=9233 2024-08-03 08:33:31.819 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:31.821 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11369 2024-08-03 08:33:31.823 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-08-03 08:33:31.824 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-03 08:33:31.826 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:31.827 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:31.829 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:31.830 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:31.832 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:31.834 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:31.835 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:31.837 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:31.839 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:31.842 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674011840 2024-08-03 08:33:31.844 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-03 08:33:33.469 | From https://opendev.org/openstack/glance 2024-08-03 08:33:33.469 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-03 08:33:33.473 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:33.475 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:33.476 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:33.478 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:33.480 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:33.482 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:33.484 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:33.485 | + functions-common:time_stop:2442 : start_time=1722674011840 2024-08-03 08:33:33.487 | + functions-common:time_stop:2444 : [[ -z 1722674011840 ]] 2024-08-03 08:33:33.489 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:33.492 | + functions-common:time_stop:2447 : end_time=1722674013491 2024-08-03 08:33:33.494 | + functions-common:time_stop:2448 : elapsed_time=1651 2024-08-03 08:33:33.496 | + functions-common:time_stop:2449 : total=11369 2024-08-03 08:33:33.498 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:33.499 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13020 2024-08-03 08:33:33.501 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:33:33.503 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:33.504 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:33.506 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:33.508 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:33.510 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:33.512 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:33.513 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:33.515 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:33.517 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:33.520 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674013518 2024-08-03 08:33:33.522 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:33:33.591 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:33:33.591 | 2024-08-03 08:33:33.591 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:33:33.592 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:33:33.592 | state without impacting any branches by switching back to a branch. 2024-08-03 08:33:33.592 | 2024-08-03 08:33:33.592 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:33:33.592 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:33:33.592 | 2024-08-03 08:33:33.592 | git switch -c 2024-08-03 08:33:33.592 | 2024-08-03 08:33:33.592 | Or undo this operation with: 2024-08-03 08:33:33.592 | 2024-08-03 08:33:33.592 | git switch - 2024-08-03 08:33:33.592 | 2024-08-03 08:33:33.592 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:33:33.592 | 2024-08-03 08:33:33.592 | HEAD is now at 6fbe498 Do not set_acls if store is not associated to glance node 2024-08-03 08:33:33.595 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:33.597 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:33.599 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:33.601 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:33.603 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:33.604 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:33.606 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:33.608 | + functions-common:time_stop:2442 : start_time=1722674013518 2024-08-03 08:33:33.610 | + functions-common:time_stop:2444 : [[ -z 1722674013518 ]] 2024-08-03 08:33:33.612 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:33.615 | + functions-common:time_stop:2447 : end_time=1722674013613 2024-08-03 08:33:33.617 | + functions-common:time_stop:2448 : elapsed_time=95 2024-08-03 08:33:33.619 | + functions-common:time_stop:2449 : total=13020 2024-08-03 08:33:33.621 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:33.623 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13115 2024-08-03 08:33:33.624 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-08-03 08:33:33.635 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-08-03 08:33:33.637 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:33:33.637 | + functions-common:git_clone:696 : head -1 2024-08-03 08:33:33.640 | 6fbe498 Do not set_acls if store is not associated to glance node 2024-08-03 08:33:33.642 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:33:33.644 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-08-03 08:33:33.646 | + inc/python:setup_develop:334 : local bindep 2024-08-03 08:33:33.648 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-08-03 08:33:33.650 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-08-03 08:33:33.652 | + inc/python:setup_develop:340 : local extras= 2024-08-03 08:33:33.653 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-08-03 08:33:33.655 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-03 08:33:33.657 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-08-03 08:33:33.659 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-08-03 08:33:33.661 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-03 08:33:33.663 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-03 08:33:33.665 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-08-03 08:33:33.667 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-03 08:33:33.669 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-08-03 08:33:33.671 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-03 08:33:33.673 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-03 08:33:33.675 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-08-03 08:33:33.679 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-08-03 08:33:33.681 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-08-03 08:33:33.997 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-08-03 08:33:33.999 | + inc/python:setup_package:414 : local bindep=0 2024-08-03 08:33:34.001 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-03 08:33:34.003 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-03 08:33:34.005 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-08-03 08:33:34.007 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-08-03 08:33:34.009 | + inc/python:setup_package:423 : local flags=-e 2024-08-03 08:33:34.010 | + inc/python:setup_package:424 : local extras= 2024-08-03 08:33:34.012 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-03 08:33:34.014 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-03 08:33:34.016 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-03 08:33:34.018 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-03 08:33:34.020 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-03 08:33:34.022 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-08-03 08:33:34.037 | Using python 3.10 to install /opt/stack/glance 2024-08-03 08:33:34.039 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-08-03 08:33:34.942 | Obtaining file:///opt/stack/glance 2024-08-03 08:33:34.942 | Preparing metadata (setup.py): started 2024-08-03 08:33:35.356 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:33:35.416 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (3.5.2) 2024-08-03 08:33:35.416 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (2.1.1) 2024-08-03 08:33:35.417 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (3.4.1) 2024-08-03 08:33:35.418 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (2.5.1) 2024-08-03 08:33:35.419 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (1.4.41) 2024-08-03 08:33:35.594 | Collecting WSME>=0.8.0 2024-08-03 08:33:35.596 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-08-03 08:33:35.599 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (1.8.7) 2024-08-03 08:33:35.599 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (1.8.1) 2024-08-03 08:33:35.637 | Collecting castellan>=0.17.0 2024-08-03 08:33:35.640 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-08-03 08:33:35.642 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (38.0.2) 2024-08-03 08:33:35.659 | Collecting cursive>=0.2.1 2024-08-03 08:33:35.661 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-08-03 08:33:35.663 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (2.5.0) 2024-08-03 08:33:35.664 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (0.7.1) 2024-08-03 08:33:35.665 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (0.33.1) 2024-08-03 08:33:35.666 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (2.4.1) 2024-08-03 08:33:35.666 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (4.3.3) 2024-08-03 08:33:35.690 | Collecting httplib2>=0.9.1 2024-08-03 08:33:35.693 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-08-03 08:33:35.695 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (1.1.0) 2024-08-03 08:33:35.696 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (4.16.0) 2024-08-03 08:33:35.696 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.1.2) 2024-08-03 08:33:35.697 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (10.2.0) 2024-08-03 08:33:35.698 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.9.0) 2024-08-03 08:33:35.699 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.1.1) 2024-08-03 08:33:35.699 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (9.1.1) 2024-08-03 08:33:35.700 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.1.1) 2024-08-03 08:33:35.701 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (12.3.2) 2024-08-03 08:33:35.701 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (6.0.0) 2024-08-03 08:33:35.815 | Collecting oslo.limit>=1.6.0 2024-08-03 08:33:35.817 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-08-03 08:33:35.819 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.2.0) 2024-08-03 08:33:35.820 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (14.2.4) 2024-08-03 08:33:35.821 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.1.1) 2024-08-03 08:33:35.821 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (4.1.1) 2024-08-03 08:33:35.859 | Collecting oslo.reports>=1.18.0 2024-08-03 08:33:35.862 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-08-03 08:33:35.864 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (2.1.1) 2024-08-03 08:33:35.865 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (6.1.0) 2024-08-03 08:33:35.866 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (3.4.3) 2024-08-03 08:33:35.866 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.11.1) 2024-08-03 08:33:35.867 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (22.1.0) 2024-08-03 08:33:35.868 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.1.0) 2024-08-03 08:33:35.886 | Collecting retrying!=1.3.0,>=1.2.3 2024-08-03 08:33:35.886 | Using cached retrying-1.3.3-py3-none-any.whl 2024-08-03 08:33:35.891 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (0.4.3) 2024-08-03 08:33:35.892 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev22) (5.0.0) 2024-08-03 08:33:35.962 | Collecting taskflow>=4.0.0 2024-08-03 08:33:36.028 | Downloading taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-08-03 08:33:36.095 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 492.8/492.8 KB 7.8 MB/s eta 0:00:00 2024-08-03 08:33:36.105 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev22) (1.2.3) 2024-08-03 08:33:36.114 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev22) (2.28.1) 2024-08-03 08:33:36.141 | Collecting python-barbicanclient>=4.5.2 2024-08-03 08:33:36.143 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-08-03 08:33:36.163 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev22) (1.15.1) 2024-08-03 08:33:36.173 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev22) (5.1.1) 2024-08-03 08:33:36.177 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev22) (1.14.1) 2024-08-03 08:33:36.183 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev22) (2.2.1) 2024-08-03 08:33:36.184 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev22) (1.16.0) 2024-08-03 08:33:36.185 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev22) (1.1.3) 2024-08-03 08:33:36.222 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev22) (3.0.9) 2024-08-03 08:33:36.242 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev22) (22.1.0) 2024-08-03 08:33:36.243 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev22) (0.18.1) 2024-08-03 08:33:36.267 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev22) (1.7.0) 2024-08-03 08:33:36.290 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev22) (3.1.1) 2024-08-03 08:33:36.291 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev22) (3.3.1) 2024-08-03 08:33:36.305 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev22) (0.18) 2024-08-03 08:33:36.324 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev22) (6.0) 2024-08-03 08:33:36.325 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev22) (0.8.0) 2024-08-03 08:33:36.326 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev22) (1.5.0) 2024-08-03 08:33:36.350 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev22) (2.0.1) 2024-08-03 08:33:36.351 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev22) (0.13.0) 2024-08-03 08:33:36.352 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev22) (0.5.0) 2024-08-03 08:33:36.421 | Collecting openstacksdk>=0.31.1 2024-08-03 08:33:36.436 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-08-03 08:33:36.472 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev22) (2.8.2) 2024-08-03 08:33:36.474 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev22) (0.9.6) 2024-08-03 08:33:36.498 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (5.1.1) 2024-08-03 08:33:36.500 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (3.1.2) 2024-08-03 08:33:36.501 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (5.2.4) 2024-08-03 08:33:36.502 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (5.2.0) 2024-08-03 08:33:36.503 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (0.6.0) 2024-08-03 08:33:36.512 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev22) (4.0.0) 2024-08-03 08:33:36.514 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev22) (3.3.0) 2024-08-03 08:33:36.516 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev22) (3.1.2) 2024-08-03 08:33:36.700 | Collecting psutil>=3.2.2 2024-08-03 08:33:36.704 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-08-03 08:33:36.723 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev22) (0.11.0) 2024-08-03 08:33:36.724 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev22) (23.1) 2024-08-03 08:33:36.725 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev22) (2022.4) 2024-08-03 08:33:36.754 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev22) (59.6.0) 2024-08-03 08:33:36.775 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev22) (0.2.5) 2024-08-03 08:33:36.843 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev22) (0.7) 2024-08-03 08:33:36.946 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev22) (6.3.1) 2024-08-03 08:33:36.975 | Collecting automaton>=1.9.0 2024-08-03 08:33:36.977 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-08-03 08:33:36.999 | Collecting pydot>=1.2.4 2024-08-03 08:33:37.001 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-08-03 08:33:37.045 | Collecting networkx>=2.1.0 2024-08-03 08:33:37.059 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-08-03 08:33:37.110 | Collecting simplegeneric 2024-08-03 08:33:37.110 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-08-03 08:33:37.120 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (5.0.0) 2024-08-03 08:33:37.180 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev22) (2.21) 2024-08-03 08:33:37.221 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev22) (2.1.1) 2024-08-03 08:33:37.316 | Collecting requestsexceptions>=1.2.0 2024-08-03 08:33:37.318 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-08-03 08:33:37.320 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev22) (5.1.1) 2024-08-03 08:33:37.342 | Collecting jmespath>=0.9.0 2024-08-03 08:33:37.346 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-08-03 08:33:37.348 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev22) (1.32) 2024-08-03 08:33:37.366 | Collecting appdirs>=1.3.0 2024-08-03 08:33:37.367 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-08-03 08:33:37.369 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev22) (1.1.8) 2024-08-03 08:33:37.414 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (0.14.1) 2024-08-03 08:33:37.426 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev22) (1.0.4) 2024-08-03 08:33:37.442 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (4.0.1) 2024-08-03 08:33:37.443 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev22) (1.4.0) 2024-08-03 08:33:37.573 | Collecting cliff!=2.9.0,>=2.8.0 2024-08-03 08:33:37.575 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-03 08:33:37.634 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev22) (2020.6.20) 2024-08-03 08:33:37.635 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev22) (3.4) 2024-08-03 08:33:37.636 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev22) (2.1.1) 2024-08-03 08:33:37.637 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev22) (1.26.12) 2024-08-03 08:33:37.671 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev22) (0.5.2) 2024-08-03 08:33:37.723 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev22) (2.5.0) 2024-08-03 08:33:37.839 | Collecting autopage>=0.4.0 2024-08-03 08:33:37.841 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-03 08:33:37.914 | Collecting importlib-metadata>=4.4 2024-08-03 08:33:37.917 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-03 08:33:37.975 | Collecting cmd2>=1.0.0 2024-08-03 08:33:37.978 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-03 08:33:38.225 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev22) (1.8.2) 2024-08-03 08:33:38.294 | Collecting zipp>=0.5 2024-08-03 08:33:38.296 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-03 08:33:38.752 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-08-03 08:33:38.779 | Attempting uninstall: zipp 2024-08-03 08:33:38.780 | Found existing installation: zipp 1.0.0 2024-08-03 08:33:38.781 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:38.781 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-08-03 08:33:39.957 | Attempting uninstall: httplib2 2024-08-03 08:33:39.958 | Found existing installation: httplib2 0.20.2 2024-08-03 08:33:39.959 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:39.960 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-08-03 08:33:39.984 | Attempting uninstall: cmd2 2024-08-03 08:33:39.985 | Found existing installation: cmd2 0.0.0 2024-08-03 08:33:39.987 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:39.988 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-08-03 08:33:40.059 | Attempting uninstall: autopage 2024-08-03 08:33:40.060 | Found existing installation: autopage 0.4.0 2024-08-03 08:33:40.062 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:40.062 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-08-03 08:33:40.087 | Attempting uninstall: importlib-metadata 2024-08-03 08:33:40.089 | Found existing installation: importlib-metadata 4.6.4 2024-08-03 08:33:40.090 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:40.090 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-08-03 08:33:41.143 | Attempting uninstall: cliff 2024-08-03 08:33:41.144 | Found existing installation: cliff 3.10.0 2024-08-03 08:33:41.146 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:41.146 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-08-03 08:33:41.688 | Running setup.py develop for glance 2024-08-03 08:33:42.653 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2024-08-03 08:33:42.654 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:33:42.799 | + inc/python:pip_install:196 : result=0 2024-08-03 08:33:42.801 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:33:42.802 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:42.804 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:42.806 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:42.808 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:42.809 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:42.811 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:33:42.813 | + functions-common:time_stop:2442 : start_time=1722674014033 2024-08-03 08:33:42.814 | + functions-common:time_stop:2444 : [[ -z 1722674014033 ]] 2024-08-03 08:33:42.816 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:42.820 | + functions-common:time_stop:2447 : end_time=1722674022818 2024-08-03 08:33:42.822 | + functions-common:time_stop:2448 : elapsed_time=8785 2024-08-03 08:33:42.823 | + functions-common:time_stop:2449 : total=38911 2024-08-03 08:33:42.825 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:42.827 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47696 2024-08-03 08:33:42.828 | + inc/python:pip_install:199 : return 0 2024-08-03 08:33:42.830 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-03 08:33:42.832 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-08-03 08:33:42.834 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-08-03 08:33:42.849 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-08-03 08:33:42.859 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-08-03 08:33:42.861 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-08-03 08:33:42.863 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:33:42.865 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:33:42.867 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-08-03 08:33:42.869 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:33:42.870 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-03 08:33:42.872 | + stack.sh:main:946 : configure_glance 2024-08-03 08:33:42.874 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-08-03 08:33:42.884 | + lib/glance:configure_glance:326 : local dburl 2024-08-03 08:33:42.886 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-08-03 08:33:42.888 | ++ lib/database:database_connection_url:134 : local db=glance 2024-08-03 08:33:42.889 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-08-03 08:33:42.891 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-08-03 08:33:42.893 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:33:42.895 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:33:42.897 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-03 08:33:42.899 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-03 08:33:42.901 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-08-03 08:33:42.925 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-03 08:33:42.949 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-08-03 08:33:42.971 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-03 08:33:42.993 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-08-03 08:33:43.017 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-08-03 08:33:43.041 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-08-03 08:33:43.043 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-08-03 08:33:43.045 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-08-03 08:33:43.046 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-03 08:33:43.048 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-08-03 08:33:43.072 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-08-03 08:33:43.094 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-03 08:33:43.116 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-08-03 08:33:43.139 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-08-03 08:33:43.161 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-08-03 08:33:43.184 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-08-03 08:33:43.207 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-08-03 08:33:43.230 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:33:43.252 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-08-03 08:33:43.274 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-08-03 08:33:43.299 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-08-03 08:33:43.301 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-08-03 08:33:43.302 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-08-03 08:33:43.304 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-03 08:33:43.306 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-03 08:33:43.308 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-03 08:33:43.320 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:43.322 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-03 08:33:43.324 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-03 08:33:43.326 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-03 08:33:43.339 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:43.340 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:33:43.343 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:33:43.365 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-03 08:33:43.367 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-03 08:33:43.369 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-08-03 08:33:43.371 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-08-03 08:33:43.394 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-08-03 08:33:43.417 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-08-03 08:33:43.419 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-08-03 08:33:43.421 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-08-03 08:33:43.423 | + lib/glance:configure_glance_store:254 : local be 2024-08-03 08:33:43.425 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-08-03 08:33:43.426 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-08-03 08:33:43.428 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-03 08:33:43.452 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-08-03 08:33:43.454 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-08-03 08:33:43.478 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-08-03 08:33:43.480 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-08-03 08:33:43.492 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:43.494 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-08-03 08:33:43.517 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-08-03 08:33:43.529 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:43.531 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-08-03 08:33:43.533 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-08-03 08:33:43.535 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-08-03 08:33:43.537 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-03 08:33:43.550 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-03 08:33:43.552 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-03 08:33:43.554 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-03 08:33:43.555 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-03 08:33:43.557 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-03 08:33:43.580 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:33:43.603 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:33:43.625 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-03 08:33:43.648 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-08-03 08:33:43.651 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-08-03 08:33:43.676 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-08-03 08:33:43.699 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-03 08:33:43.723 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-08-03 08:33:43.746 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-08-03 08:33:43.770 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-08-03 08:33:43.793 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-08-03 08:33:43.817 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-03 08:33:43.842 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-08-03 08:33:43.866 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-08-03 08:33:43.891 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-08-03 08:33:43.914 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-08-03 08:33:43.918 | + lib/glance:configure_glance:411 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-08-03 08:33:43.922 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-08-03 08:33:43.935 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:33:43.937 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-08-03 08:33:43.939 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-08-03 08:33:43.941 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-08-03 08:33:43.942 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-08-03 08:33:43.944 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-08-03 08:33:43.946 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-08-03 08:33:43.949 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-08-03 08:33:43.951 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-08-03 08:33:43.953 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-08-03 08:33:43.977 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-08-03 08:33:43.979 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-08-03 08:33:43.981 | ++ functions:get_random_port:848 : true 2024-08-03 08:33:43.983 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-08-03 08:33:43.985 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-08-03 08:33:43.987 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-08-03 08:33:44.059 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-08-03 08:33:44.061 | ++ functions:get_random_port:852 : break 2 2024-08-03 08:33:44.062 | ++ functions:get_random_port:856 : echo 60999 2024-08-03 08:33:44.065 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-08-03 08:33:44.067 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-08-03 08:33:44.089 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-08-03 08:33:44.110 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-08-03 08:33:44.132 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-08-03 08:33:44.153 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-08-03 08:33:44.175 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-08-03 08:33:44.197 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-08-03 08:33:44.219 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-08-03 08:33:44.241 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-03 08:33:44.263 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-03 08:33:44.284 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-08-03 08:33:44.306 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-03 08:33:44.327 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-08-03 08:33:44.349 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-08-03 08:33:44.370 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-08-03 08:33:44.392 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-08-03 08:33:44.414 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-08-03 08:33:44.436 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-08-03 08:33:44.458 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-08-03 08:33:44.480 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-08-03 08:33:44.482 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-08-03 08:33:44.483 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:33:44.485 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:44.487 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:44.488 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-08-03 08:33:44.490 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-08-03 08:33:44.519 | proxy (enabled by site administrator) 2024-08-03 08:33:44.522 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-08-03 08:33:44.523 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-08-03 08:33:44.525 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:33:44.527 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:44.529 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:44.530 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-08-03 08:33:44.532 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-08-03 08:33:44.560 | No module matches proxy_http 2024-08-03 08:33:44.563 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-08-03 08:33:44.596 | Considering dependency proxy for proxy_http: 2024-08-03 08:33:44.596 | Module proxy already enabled 2024-08-03 08:33:44.596 | Enabling module proxy_http. 2024-08-03 08:33:44.599 | To activate the new configuration, you need to run: 2024-08-03 08:33:44.600 | systemctl restart apache2 2024-08-03 08:33:44.603 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-08-03 08:33:44.605 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-03 08:33:44.607 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:33:44.609 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-03 08:33:44.716 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-08-03 08:33:44.718 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-08-03 08:33:44.720 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-08-03 08:33:44.722 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-03 08:33:44.724 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:44.725 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:44.727 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-03 08:33:44.729 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-03 08:33:44.732 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-08-03 08:33:44.732 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-03 08:33:44.738 | KeepAlive Off 2024-08-03 08:33:44.742 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-08-03 08:33:44.742 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-03 08:33:44.749 | SetEnv proxy-sendchunked 1 2024-08-03 08:33:44.752 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-08-03 08:33:44.753 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-03 08:33:44.759 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-08-03 08:33:44.762 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-08-03 08:33:44.764 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-08-03 08:33:44.766 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-03 08:33:44.768 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-03 08:33:44.770 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:33:44.771 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:44.773 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:44.775 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-03 08:33:44.777 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-03 08:33:44.778 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:33:44.780 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:33:44.782 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-08-03 08:33:44.813 | Enabling site glance-wsgi-api. 2024-08-03 08:33:44.817 | To activate the new configuration, you need to run: 2024-08-03 08:33:44.817 | systemctl reload apache2 2024-08-03 08:33:44.821 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-08-03 08:33:44.823 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-03 08:33:44.825 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:33:44.827 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-03 08:33:44.922 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-08-03 08:33:44.926 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-08-03 08:33:44.949 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-03 08:33:44.951 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-03 08:33:44.953 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-08-03 08:33:44.978 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-08-03 08:33:45.001 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-08-03 08:33:45.024 | + stack.sh:main:949 : is_service_enabled cinder 2024-08-03 08:33:45.037 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:33:45.039 | + stack.sh:main:951 : stack_install_service cinder 2024-08-03 08:33:45.040 | + lib/stack:stack_install_service:20 : local service=cinder 2024-08-03 08:33:45.042 | + lib/stack:stack_install_service:21 : type install_cinder 2024-08-03 08:33:45.044 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-03 08:33:45.046 | + lib/stack:stack_install_service:32 : install_cinder 2024-08-03 08:33:45.048 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-08-03 08:33:45.050 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-08-03 08:33:45.051 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-08-03 08:33:45.053 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-03 08:33:45.055 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:33:45.057 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:33:45.059 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:33:45.061 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:33:45.063 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:33:45.075 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:33:45.077 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:33:45.079 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:33:45.081 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:33:45.082 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-03 08:33:45.083 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:33:45.087 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-08-03 08:33:45.088 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:33:45.090 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-03 08:33:45.092 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:45.093 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:45.095 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:45.097 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:45.098 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:45.100 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:45.102 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:45.103 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:45.105 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:45.108 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674025106 2024-08-03 08:33:45.110 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-03 08:33:45.112 | Cloning into '/opt/stack//cinder'... 2024-08-03 08:33:48.176 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:48.178 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:48.180 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:48.182 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:48.184 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:48.185 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:48.187 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:48.189 | + functions-common:time_stop:2442 : start_time=1722674025106 2024-08-03 08:33:48.190 | + functions-common:time_stop:2444 : [[ -z 1722674025106 ]] 2024-08-03 08:33:48.192 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:48.196 | + functions-common:time_stop:2447 : end_time=1722674028194 2024-08-03 08:33:48.197 | + functions-common:time_stop:2448 : elapsed_time=3088 2024-08-03 08:33:48.199 | + functions-common:time_stop:2449 : total=13115 2024-08-03 08:33:48.201 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:48.202 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16203 2024-08-03 08:33:48.204 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-08-03 08:33:48.206 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-03 08:33:48.208 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:48.210 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:48.211 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:48.213 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:48.215 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:48.216 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:48.218 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:48.220 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:48.222 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:48.225 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674028223 2024-08-03 08:33:48.227 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-03 08:33:51.155 | From https://opendev.org/openstack/cinder 2024-08-03 08:33:51.155 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-03 08:33:51.160 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:51.162 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:51.163 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:51.165 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:51.167 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:51.168 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:51.170 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:51.172 | + functions-common:time_stop:2442 : start_time=1722674028223 2024-08-03 08:33:51.173 | + functions-common:time_stop:2444 : [[ -z 1722674028223 ]] 2024-08-03 08:33:51.175 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:51.178 | + functions-common:time_stop:2447 : end_time=1722674031176 2024-08-03 08:33:51.180 | + functions-common:time_stop:2448 : elapsed_time=2953 2024-08-03 08:33:51.181 | + functions-common:time_stop:2449 : total=16203 2024-08-03 08:33:51.183 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:51.185 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19156 2024-08-03 08:33:51.186 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:33:51.188 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:33:51.190 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:33:51.191 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:33:51.193 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:33:51.195 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:33:51.196 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:33:51.198 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:33:51.200 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:33:51.201 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:33:51.204 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674031202 2024-08-03 08:33:51.206 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:33:51.449 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:33:51.449 | 2024-08-03 08:33:51.449 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:33:51.449 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:33:51.449 | state without impacting any branches by switching back to a branch. 2024-08-03 08:33:51.449 | 2024-08-03 08:33:51.449 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:33:51.449 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:33:51.449 | 2024-08-03 08:33:51.449 | git switch -c 2024-08-03 08:33:51.449 | 2024-08-03 08:33:51.449 | Or undo this operation with: 2024-08-03 08:33:51.449 | 2024-08-03 08:33:51.449 | git switch - 2024-08-03 08:33:51.449 | 2024-08-03 08:33:51.449 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:33:51.449 | 2024-08-03 08:33:51.450 | HEAD is now at 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-08-03 08:33:51.454 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:33:51.456 | + functions-common:time_stop:2435 : local name 2024-08-03 08:33:51.458 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:33:51.459 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:33:51.461 | + functions-common:time_stop:2438 : local total 2024-08-03 08:33:51.463 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:33:51.464 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:33:51.466 | + functions-common:time_stop:2442 : start_time=1722674031202 2024-08-03 08:33:51.467 | + functions-common:time_stop:2444 : [[ -z 1722674031202 ]] 2024-08-03 08:33:51.470 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:33:51.472 | + functions-common:time_stop:2447 : end_time=1722674031471 2024-08-03 08:33:51.474 | + functions-common:time_stop:2448 : elapsed_time=269 2024-08-03 08:33:51.476 | + functions-common:time_stop:2449 : total=19156 2024-08-03 08:33:51.478 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:33:51.479 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19425 2024-08-03 08:33:51.481 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-08-03 08:33:51.491 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-08-03 08:33:51.494 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:33:51.494 | + functions-common:git_clone:696 : head -1 2024-08-03 08:33:51.499 | 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-08-03 08:33:51.501 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:33:51.503 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-08-03 08:33:51.504 | + inc/python:setup_develop:334 : local bindep 2024-08-03 08:33:51.506 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-03 08:33:51.508 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-08-03 08:33:51.510 | + inc/python:setup_develop:340 : local extras= 2024-08-03 08:33:51.511 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-08-03 08:33:51.513 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-03 08:33:51.515 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-03 08:33:51.517 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-08-03 08:33:51.518 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-03 08:33:51.520 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-03 08:33:51.522 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-08-03 08:33:51.524 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-03 08:33:51.526 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-08-03 08:33:51.528 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-03 08:33:51.530 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-03 08:33:51.532 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-08-03 08:33:51.536 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-08-03 08:33:51.538 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-08-03 08:33:51.850 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-08-03 08:33:51.852 | + inc/python:setup_package:414 : local bindep=0 2024-08-03 08:33:51.854 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-03 08:33:51.856 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-03 08:33:51.858 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-08-03 08:33:51.859 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-08-03 08:33:51.861 | + inc/python:setup_package:423 : local flags=-e 2024-08-03 08:33:51.863 | + inc/python:setup_package:424 : local extras= 2024-08-03 08:33:51.864 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-03 08:33:51.866 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-03 08:33:51.868 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-03 08:33:51.870 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-03 08:33:51.871 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-03 08:33:51.873 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-08-03 08:33:51.888 | Using python 3.10 to install /opt/stack/cinder 2024-08-03 08:33:51.890 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-08-03 08:33:52.808 | Obtaining file:///opt/stack/cinder 2024-08-03 08:33:52.809 | Preparing metadata (setup.py): started 2024-08-03 08:33:53.421 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:33:53.508 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.5.2) 2024-08-03 08:33:53.508 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-08-03 08:33:53.509 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.5.1) 2024-08-03 08:33:53.510 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.4.41) 2024-08-03 08:33:53.510 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.8.7) 2024-08-03 08:33:54.214 | Collecting boto3>=1.18.49 2024-08-03 08:33:54.216 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-08-03 08:33:54.220 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.0) 2024-08-03 08:33:54.221 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (38.0.2) 2024-08-03 08:33:54.221 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.2.3) 2024-08-03 08:33:54.222 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-03 08:33:54.223 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.33.1) 2024-08-03 08:33:54.336 | Collecting google-api-python-client>=1.11.0 2024-08-03 08:33:54.394 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-08-03 08:33:54.444 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.3) 2024-08-03 08:33:54.445 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.20.4) 2024-08-03 08:33:54.445 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-08-03 08:33:54.447 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.0) 2024-08-03 08:33:54.448 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.16.0) 2024-08-03 08:33:54.448 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.2) 2024-08-03 08:33:54.449 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (10.2.0) 2024-08-03 08:33:54.852 | Collecting lxml>=4.5.2 2024-08-03 08:33:54.893 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-08-03 08:33:54.953 | Collecting oauth2client>=4.1.3 2024-08-03 08:33:54.956 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-08-03 08:33:54.958 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.2.3) 2024-08-03 08:33:54.959 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.0) 2024-08-03 08:33:54.960 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-03 08:33:54.961 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (9.1.1) 2024-08-03 08:33:54.962 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-03 08:33:54.962 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (12.3.2) 2024-08-03 08:33:54.963 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.0.0) 2024-08-03 08:33:54.964 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.2.0) 2024-08-03 08:33:54.965 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (14.2.4) 2024-08-03 08:33:54.966 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-03 08:33:54.966 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.1) 2024-08-03 08:33:54.967 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.0) 2024-08-03 08:33:54.968 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.0) 2024-08-03 08:33:54.969 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (7.0.1) 2024-08-03 08:33:54.970 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-03 08:33:54.970 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.2) 2024-08-03 08:33:54.971 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-08-03 08:33:54.972 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.1.0) 2024-08-03 08:33:55.017 | Collecting oslo.versionedobjects>=2.4.0 2024-08-03 08:33:55.019 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-08-03 08:33:55.067 | Collecting oslo.vmware>=3.10.0 2024-08-03 08:33:55.072 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-08-03 08:33:55.076 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.4.3) 2024-08-03 08:33:55.077 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (23.1) 2024-08-03 08:33:55.124 | Collecting paramiko>=2.7.2 2024-08-03 08:33:55.128 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-08-03 08:33:55.131 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.11.1) 2024-08-03 08:33:55.132 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.2) 2024-08-03 08:33:55.132 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.9) 2024-08-03 08:33:55.134 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.5.0) 2024-08-03 08:33:55.177 | Collecting python-glanceclient>=3.2.2 2024-08-03 08:33:55.240 | Downloading python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-08-03 08:33:55.277 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.5/205.5 KB 5.8 MB/s eta 0:00:00 2024-08-03 08:33:55.281 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.0) 2024-08-03 08:33:55.325 | Collecting python-novaclient>=17.2.1 2024-08-03 08:33:55.328 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-08-03 08:33:55.362 | Collecting python-swiftclient>=3.10.1 2024-08-03 08:33:55.364 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-08-03 08:33:55.367 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2022.4) 2024-08-03 08:33:55.367 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.28.1) 2024-08-03 08:33:55.386 | Collecting rtslib-fb>=2.1.74 2024-08-03 08:33:55.387 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-08-03 08:33:55.392 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev36) (1.16.0) 2024-08-03 08:33:55.393 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.13.0) 2024-08-03 08:33:55.394 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-08-03 08:33:55.414 | Collecting tabulate>=0.8.7 2024-08-03 08:33:55.416 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-03 08:33:55.418 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-03 08:33:55.419 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.3.1) 2024-08-03 08:33:55.473 | Collecting tooz>=2.8.0 2024-08-03 08:33:55.476 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-08-03 08:33:55.566 | Collecting zstd>=1.4.5.1 2024-08-03 08:33:55.578 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-08-03 08:33:56.393 | Collecting botocore<1.28.0,>=1.27.89 2024-08-03 08:33:56.454 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-08-03 08:33:56.533 | Collecting s3transfer<0.7.0,>=0.6.0 2024-08-03 08:33:56.536 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-08-03 08:33:56.538 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev36) (1.0.1) 2024-08-03 08:33:56.565 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev36) (1.15.1) 2024-08-03 08:33:56.578 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev36) (2.2.1) 2024-08-03 08:33:56.603 | Collecting google-auth-httplib2>=0.1.0 2024-08-03 08:33:56.605 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-08-03 08:33:56.703 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-08-03 08:33:56.706 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-08-03 08:33:56.816 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-08-03 08:33:56.819 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-08-03 08:33:56.843 | Collecting uritemplate<5,>=3.0.1 2024-08-03 08:33:56.845 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-08-03 08:33:56.873 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev36) (3.8.1) 2024-08-03 08:33:56.893 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev36) (22.1.0) 2024-08-03 08:33:56.894 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev36) (0.18.1) 2024-08-03 08:33:56.919 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev36) (1.7.0) 2024-08-03 08:33:56.942 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev36) (3.1.1) 2024-08-03 08:33:56.944 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev36) (3.3.1) 2024-08-03 08:33:56.982 | Collecting rsa>=3.1.4 2024-08-03 08:33:56.984 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-08-03 08:33:57.021 | Collecting pyasn1-modules>=0.0.5 2024-08-03 08:33:57.024 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-08-03 08:33:57.027 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev36) (0.4.8) 2024-08-03 08:33:57.053 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev36) (0.18) 2024-08-03 08:33:57.071 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (1.5.0) 2024-08-03 08:33:57.072 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (6.0) 2024-08-03 08:33:57.073 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (2.5.0) 2024-08-03 08:33:57.074 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (0.8.0) 2024-08-03 08:33:57.099 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (0.5.0) 2024-08-03 08:33:57.100 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (2.0.1) 2024-08-03 08:33:57.101 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (1.8.1) 2024-08-03 08:33:57.126 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev36) (0.9.6) 2024-08-03 08:33:57.127 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev36) (2.8.2) 2024-08-03 08:33:57.201 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (2.4.1) 2024-08-03 08:33:57.202 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.2.0) 2024-08-03 08:33:57.203 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.1.1) 2024-08-03 08:33:57.204 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (0.6.0) 2024-08-03 08:33:57.205 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.2.4) 2024-08-03 08:33:57.215 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (4.0.0) 2024-08-03 08:33:57.216 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (3.1.2) 2024-08-03 08:33:57.217 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (3.3.0) 2024-08-03 08:33:57.235 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev36) (1.0.4) 2024-08-03 08:33:57.266 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev36) (4.0.1) 2024-08-03 08:33:57.267 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev36) (1.4.0) 2024-08-03 08:33:57.277 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev36) (3.4.1) 2024-08-03 08:33:57.287 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev36) (0.11.0) 2024-08-03 08:33:57.312 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev36) (1.26.12) 2024-08-03 08:33:57.334 | Collecting suds-community>=0.6 2024-08-03 08:33:57.337 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-08-03 08:33:57.433 | Collecting pynacl>=1.0.1 2024-08-03 08:33:57.442 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-08-03 08:33:57.457 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev36) (59.6.0) 2024-08-03 08:33:57.504 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (4.2.0) 2024-08-03 08:33:57.539 | Collecting warlock>=1.2.0 2024-08-03 08:33:57.541 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-08-03 08:33:57.542 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev36) (1.14.1) 2024-08-03 08:33:57.543 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev36) (22.1.0) 2024-08-03 08:33:57.606 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (3.4) 2024-08-03 08:33:57.608 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2020.6.20) 2024-08-03 08:33:57.608 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2.1.1) 2024-08-03 08:33:57.621 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev36) (0.7) 2024-08-03 08:33:57.652 | Collecting pyudev>=0.16.1 2024-08-03 08:33:57.655 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-08-03 08:33:57.742 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.4.3) 2024-08-03 08:33:57.743 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.5.2) 2024-08-03 08:33:57.795 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (2.8.7) 2024-08-03 08:33:57.796 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (3.1.0) 2024-08-03 08:33:57.797 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (1.4.2) 2024-08-03 08:33:57.869 | Collecting voluptuous>=0.8.9 2024-08-03 08:33:57.872 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-08-03 08:33:57.915 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev36) (1.2.3) 2024-08-03 08:33:57.926 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.0.0) 2024-08-03 08:33:58.029 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev36) (2.21) 2024-08-03 08:33:58.055 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (0.5.1) 2024-08-03 08:33:58.056 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (2.4.2) 2024-08-03 08:33:58.186 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-08-03 08:33:58.190 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-08-03 08:33:58.193 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev36) (4.21.7) 2024-08-03 08:33:58.262 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (2.1.1) 2024-08-03 08:33:58.407 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev36) (1.1.8) 2024-08-03 08:33:58.426 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (0.14.1) 2024-08-03 08:33:58.442 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev36) (0.2.5) 2024-08-03 08:33:58.855 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev36) (2.5.0) 2024-08-03 08:33:58.928 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev36) (1.32) 2024-08-03 08:33:59.044 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (1.8.2) 2024-08-03 08:33:59.637 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-08-03 08:33:59.682 | Attempting uninstall: voluptuous 2024-08-03 08:33:59.683 | Found existing installation: voluptuous 0.12.2 2024-08-03 08:33:59.685 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:59.686 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-08-03 08:33:59.855 | Attempting uninstall: pyudev 2024-08-03 08:33:59.856 | Found existing installation: pyudev 0.22.0 2024-08-03 08:33:59.858 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:33:59.858 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-08-03 08:34:02.359 | Running setup.py develop for cinder 2024-08-03 08:34:03.329 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-08-03 08:34:03.329 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:34:03.547 | + inc/python:pip_install:196 : result=0 2024-08-03 08:34:03.549 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:34:03.551 | + functions-common:time_stop:2435 : local name 2024-08-03 08:34:03.553 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:34:03.554 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:34:03.556 | + functions-common:time_stop:2438 : local total 2024-08-03 08:34:03.558 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:34:03.559 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:34:03.561 | + functions-common:time_stop:2442 : start_time=1722674031884 2024-08-03 08:34:03.563 | + functions-common:time_stop:2444 : [[ -z 1722674031884 ]] 2024-08-03 08:34:03.564 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:34:03.568 | + functions-common:time_stop:2447 : end_time=1722674043566 2024-08-03 08:34:03.570 | + functions-common:time_stop:2448 : elapsed_time=11682 2024-08-03 08:34:03.571 | + functions-common:time_stop:2449 : total=47696 2024-08-03 08:34:03.573 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:34:03.574 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59378 2024-08-03 08:34:03.576 | + inc/python:pip_install:199 : return 0 2024-08-03 08:34:03.578 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-03 08:34:03.580 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-03 08:34:03.581 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-03 08:34:03.595 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-03 08:34:03.604 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-08-03 08:34:03.606 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-08-03 08:34:03.608 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:34:03.610 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:34:03.612 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-08-03 08:34:03.613 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:34:03.615 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-08-03 08:34:03.617 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-08-03 08:34:03.619 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-08-03 08:34:03.620 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:34:03.622 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:34:03.624 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-08-03 08:34:03.633 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-08-03 08:34:03.635 | + functions-common:install_package:1459 : update_package_repo 2024-08-03 08:34:03.636 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:34:03.638 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-03 08:34:03.640 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:34:03.641 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:34:03.643 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:34:03.645 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:34:03.647 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:34:03.649 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:34:03.650 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-03 08:34:03.652 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-03 08:34:03.654 | + functions-common:apt_get_update:1186 : return 2024-08-03 08:34:03.656 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-08-03 08:34:03.658 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:34:03.660 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:34:03.662 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:34:03.663 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-08-03 08:34:03.680 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-08-03 08:34:03.740 | Reading package lists... 2024-08-03 08:34:03.938 | Building dependency tree... 2024-08-03 08:34:03.939 | Reading state information... 2024-08-03 08:34:04.135 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-08-03 08:34:04.135 | The following packages were automatically installed and are no longer required: 2024-08-03 08:34:04.135 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:34:04.135 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:34:04.135 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:34:04.135 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:34:04.135 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:34:04.135 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:34:04.136 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:34:04.136 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:34:04.156 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:34:04.161 | + functions-common:apt_get:1230 : result=0 2024-08-03 08:34:04.163 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:34:04.165 | + functions-common:time_stop:2435 : local name 2024-08-03 08:34:04.167 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:34:04.169 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:34:04.171 | + functions-common:time_stop:2438 : local total 2024-08-03 08:34:04.172 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:34:04.174 | + functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:34:04.176 | + functions-common:time_stop:2442 : start_time=1722674043678 2024-08-03 08:34:04.178 | + functions-common:time_stop:2444 : [[ -z 1722674043678 ]] 2024-08-03 08:34:04.180 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:34:04.184 | + functions-common:time_stop:2447 : end_time=1722674044181 2024-08-03 08:34:04.185 | + functions-common:time_stop:2448 : elapsed_time=503 2024-08-03 08:34:04.187 | + functions-common:time_stop:2449 : total=8202 2024-08-03 08:34:04.189 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:34:04.191 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8705 2024-08-03 08:34:04.193 | + functions-common:apt_get:1234 : return 0 2024-08-03 08:34:04.195 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-03 08:34:04.197 | + stack.sh:main:952 : configure_cinder 2024-08-03 08:34:04.198 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-08-03 08:34:04.208 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-08-03 08:34:04.211 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-08-03 08:34:04.213 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-08-03 08:34:04.214 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-03 08:34:04.217 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-08-03 08:34:04.218 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-03 08:34:04.221 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-08-03 08:34:04.223 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-08-03 08:34:04.224 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-03 08:34:04.226 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-08-03 08:34:04.228 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-08-03 08:34:04.229 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-08-03 08:34:04.231 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-08-03 08:34:04.232 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-08-03 08:34:04.242 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-08-03 08:34:04.251 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2024-08-03 08:34:04.260 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-08-03 08:34:04.269 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-08-03 08:34:04.278 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-03 08:34:04.280 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-03 08:34:04.283 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.qGKU3S1jdu 2024-08-03 08:34:04.285 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-03 08:34:04.287 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-03 08:34:04.289 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-08-03 08:34:04.291 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.qGKU3S1jdu 2024-08-03 08:34:04.293 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.qGKU3S1jdu 2024-08-03 08:34:04.302 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.qGKU3S1jdu /etc/sudoers.d/cinder-rootwrap 2024-08-03 08:34:04.311 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-08-03 08:34:04.315 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-03 08:34:04.316 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-03 08:34:04.318 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-03 08:34:04.320 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-03 08:34:04.322 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-08-03 08:34:04.323 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-08-03 08:34:04.325 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-08-03 08:34:04.327 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-08-03 08:34:04.330 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-08-03 08:34:04.333 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-08-03 08:34:04.347 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-08-03 08:34:04.362 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-08-03 08:34:04.375 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-08-03 08:34:04.390 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-08-03 08:34:04.404 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-08-03 08:34:04.418 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-08-03 08:34:04.432 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-08-03 08:34:04.446 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-08-03 08:34:04.447 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-03 08:34:04.449 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-08-03 08:34:04.451 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-03 08:34:04.453 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-08-03 08:34:04.476 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-08-03 08:34:04.498 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-03 08:34:04.520 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-08-03 08:34:04.542 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-08-03 08:34:04.564 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-08-03 08:34:04.586 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-08-03 08:34:04.609 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-08-03 08:34:04.632 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:34:04.654 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-08-03 08:34:04.676 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-08-03 08:34:04.700 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-08-03 08:34:04.723 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-08-03 08:34:04.725 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-08-03 08:34:04.727 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-08-03 08:34:04.729 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-08-03 08:34:04.731 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:34:04.733 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:34:04.734 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-03 08:34:04.737 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-03 08:34:04.761 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-08-03 08:34:04.784 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-08-03 08:34:04.807 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-08-03 08:34:04.830 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-08-03 08:34:04.852 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-08-03 08:34:04.877 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-08-03 08:34:04.902 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-08-03 08:34:04.926 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-08-03 08:34:04.951 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-08-03 08:34:04.958 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key e43038b52e5306a5ee8342f5f1229c40 2024-08-03 08:34:04.980 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-08-03 08:34:04.982 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-08-03 08:34:05.005 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-08-03 08:34:05.027 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-08-03 08:34:05.050 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-08-03 08:34:05.072 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-08-03 08:34:05.084 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:34:05.086 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-08-03 08:34:05.088 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-08-03 08:34:05.089 | + lib/cinder:configure_cinder:330 : local default_name= 2024-08-03 08:34:05.091 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-08-03 08:34:05.093 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-03 08:34:05.095 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-08-03 08:34:05.096 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-08-03 08:34:05.098 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-08-03 08:34:05.100 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-08-03 08:34:05.102 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-08-03 08:34:05.104 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-08-03 08:34:05.128 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-03 08:34:05.151 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-08-03 08:34:05.173 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-08-03 08:34:05.197 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-08-03 08:34:05.220 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-08-03 08:34:05.222 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-08-03 08:34:05.224 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-08-03 08:34:05.226 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-08-03 08:34:05.249 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-08-03 08:34:05.251 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-08-03 08:34:05.273 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-08-03 08:34:05.275 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-08-03 08:34:05.277 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-08-03 08:34:05.279 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-08-03 08:34:05.301 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-08-03 08:34:05.303 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-08-03 08:34:05.305 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-08-03 08:34:05.317 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:34:05.319 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-08-03 08:34:05.332 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:34:05.334 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-08-03 08:34:05.345 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:34:05.347 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-08-03 08:34:05.349 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-08-03 08:34:05.351 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-08-03 08:34:05.353 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-08-03 08:34:05.355 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-03 08:34:05.356 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-03 08:34:05.358 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-03 08:34:05.371 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:34:05.373 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-03 08:34:05.374 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-03 08:34:05.376 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-03 08:34:05.389 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:34:05.390 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:34:05.392 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:34:05.415 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-03 08:34:05.417 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-03 08:34:05.418 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-08-03 08:34:05.420 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-08-03 08:34:05.422 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-08-03 08:34:05.424 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-03 08:34:05.437 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-03 08:34:05.439 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-03 08:34:05.441 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-03 08:34:05.443 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-03 08:34:05.444 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-03 08:34:05.468 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:34:05.490 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:34:05.513 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-03 08:34:05.536 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-08-03 08:34:05.549 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:34:05.551 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-08-03 08:34:05.553 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-08-03 08:34:05.555 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-08-03 08:34:05.556 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-08-03 08:34:05.558 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-03 08:34:05.560 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-03 08:34:05.562 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-08-03 08:34:05.565 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-08-03 08:34:05.567 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-03 08:34:05.569 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-03 08:34:05.579 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-03 08:34:05.579 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:34:05.586 | d /var/run/uwsgi 0755 stack root 2024-08-03 08:34:05.589 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:34:05.597 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-03 08:34:05.601 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-08-03 08:34:05.602 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-08-03 08:34:05.605 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-08-03 08:34:05.630 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-08-03 08:34:05.652 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-08-03 08:34:05.674 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-08-03 08:34:05.697 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-03 08:34:05.720 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-03 08:34:05.745 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-08-03 08:34:05.769 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-08-03 08:34:05.793 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-08-03 08:34:05.817 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-03 08:34:05.840 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-03 08:34:05.862 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-03 08:34:05.884 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-08-03 08:34:05.906 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-03 08:34:05.908 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-03 08:34:05.910 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-08-03 08:34:05.912 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-08-03 08:34:05.913 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-03 08:34:05.915 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:34:05.917 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:34:05.920 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-03 08:34:05.922 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-08-03 08:34:05.924 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-08-03 08:34:05.946 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-03 08:34:05.969 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-08-03 08:34:05.969 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-03 08:34:05.977 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-08-03 08:34:05.980 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-08-03 08:34:05.981 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-08-03 08:34:05.983 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-03 08:34:05.985 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-03 08:34:05.987 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:34:05.989 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:34:05.990 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:34:05.992 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-03 08:34:05.994 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-03 08:34:05.996 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:34:05.998 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:34:05.999 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-08-03 08:34:06.030 | Enabling site cinder-wsgi. 2024-08-03 08:34:06.034 | To activate the new configuration, you need to run: 2024-08-03 08:34:06.034 | systemctl reload apache2 2024-08-03 08:34:06.038 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-03 08:34:06.039 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-03 08:34:06.041 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:34:06.043 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-03 08:34:06.171 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-08-03 08:34:06.173 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-08-03 08:34:06.175 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-08-03 08:34:06.199 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-08-03 08:34:06.221 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-08-03 08:34:06.245 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-03 08:34:06.268 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-08-03 08:34:06.290 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-08-03 08:34:06.313 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-08-03 08:34:06.326 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:34:06.328 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-08-03 08:34:06.329 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-03 08:34:06.331 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-03 08:34:06.333 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-03 08:34:06.335 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-08-03 08:34:06.359 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-08-03 08:34:06.382 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-08-03 08:34:06.404 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-08-03 08:34:06.427 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-08-03 08:34:06.450 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-08-03 08:34:06.473 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-08-03 08:34:06.495 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-08-03 08:34:06.518 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:34:06.540 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-08-03 08:34:06.564 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-08-03 08:34:06.588 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-08-03 08:34:06.610 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-08-03 08:34:06.612 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-08-03 08:34:06.624 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:34:06.626 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-08-03 08:34:06.651 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-03 08:34:06.653 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-03 08:34:06.654 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-08-03 08:34:06.679 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-08-03 08:34:06.702 | + stack.sh:main:955 : is_service_enabled neutron 2024-08-03 08:34:06.715 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:34:06.717 | + stack.sh:main:957 : stack_install_service neutron 2024-08-03 08:34:06.719 | + lib/stack:stack_install_service:20 : local service=neutron 2024-08-03 08:34:06.721 | + lib/stack:stack_install_service:21 : type install_neutron 2024-08-03 08:34:06.723 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-03 08:34:06.724 | + lib/stack:stack_install_service:32 : install_neutron 2024-08-03 08:34:06.726 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-08-03 08:34:06.728 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-08-03 08:34:06.730 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:34:06.732 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:34:06.734 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-08-03 08:34:06.736 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:34:06.738 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-08-03 08:34:06.739 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-08-03 08:34:06.741 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-08-03 08:34:06.743 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-03 08:34:06.745 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:34:06.747 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:34:06.749 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:34:06.751 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:34:06.753 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:34:06.765 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:34:06.767 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:34:06.769 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:34:06.771 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:34:06.773 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-03 08:34:06.773 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:34:06.777 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-08-03 08:34:06.779 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:34:06.781 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-03 08:34:06.782 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:34:06.784 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:34:06.786 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:34:06.787 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:34:06.789 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:34:06.791 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:34:06.793 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:34:06.795 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:34:06.796 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:34:06.800 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674046798 2024-08-03 08:34:06.802 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-03 08:34:06.803 | Cloning into '/opt/stack//neutron'... 2024-08-03 08:34:10.122 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:34:10.124 | + functions-common:time_stop:2435 : local name 2024-08-03 08:34:10.126 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:34:10.127 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:34:10.129 | + functions-common:time_stop:2438 : local total 2024-08-03 08:34:10.131 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:34:10.133 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:34:10.135 | + functions-common:time_stop:2442 : start_time=1722674046798 2024-08-03 08:34:10.136 | + functions-common:time_stop:2444 : [[ -z 1722674046798 ]] 2024-08-03 08:34:10.139 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:34:10.142 | + functions-common:time_stop:2447 : end_time=1722674050140 2024-08-03 08:34:10.144 | + functions-common:time_stop:2448 : elapsed_time=3342 2024-08-03 08:34:10.145 | + functions-common:time_stop:2449 : total=19425 2024-08-03 08:34:10.147 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:34:10.149 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22767 2024-08-03 08:34:10.151 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-08-03 08:34:10.153 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-03 08:34:10.155 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:34:10.156 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:34:10.158 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:34:10.160 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:34:10.162 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:34:10.164 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:34:10.166 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:34:10.167 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:34:10.169 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:34:10.173 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674050171 2024-08-03 08:34:10.175 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-03 08:34:13.434 | From https://opendev.org/openstack/neutron 2024-08-03 08:34:13.434 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-03 08:34:13.438 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:34:13.440 | + functions-common:time_stop:2435 : local name 2024-08-03 08:34:13.442 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:34:13.444 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:34:13.445 | + functions-common:time_stop:2438 : local total 2024-08-03 08:34:13.447 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:34:13.449 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:34:13.450 | + functions-common:time_stop:2442 : start_time=1722674050171 2024-08-03 08:34:13.452 | + functions-common:time_stop:2444 : [[ -z 1722674050171 ]] 2024-08-03 08:34:13.454 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:34:13.457 | + functions-common:time_stop:2447 : end_time=1722674053455 2024-08-03 08:34:13.459 | + functions-common:time_stop:2448 : elapsed_time=3284 2024-08-03 08:34:13.461 | + functions-common:time_stop:2449 : total=22767 2024-08-03 08:34:13.462 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:34:13.464 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26051 2024-08-03 08:34:13.466 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:34:13.468 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:34:13.469 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:34:13.471 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:34:13.473 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:34:13.475 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:34:13.476 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:34:13.478 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:34:13.480 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:34:13.482 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:34:13.485 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674053483 2024-08-03 08:34:13.487 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:34:13.747 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:34:13.747 | 2024-08-03 08:34:13.747 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:34:13.747 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:34:13.747 | state without impacting any branches by switching back to a branch. 2024-08-03 08:34:13.748 | 2024-08-03 08:34:13.748 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:34:13.748 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:34:13.748 | 2024-08-03 08:34:13.748 | git switch -c 2024-08-03 08:34:13.748 | 2024-08-03 08:34:13.748 | Or undo this operation with: 2024-08-03 08:34:13.748 | 2024-08-03 08:34:13.748 | git switch - 2024-08-03 08:34:13.748 | 2024-08-03 08:34:13.748 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:34:13.748 | 2024-08-03 08:34:13.748 | HEAD is now at 5072af6 Merge "Use has_lock_periodic decorator for the tasks which require ovn db lock" into stable/2023.1 2024-08-03 08:34:13.752 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:34:13.754 | + functions-common:time_stop:2435 : local name 2024-08-03 08:34:13.755 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:34:13.757 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:34:13.759 | + functions-common:time_stop:2438 : local total 2024-08-03 08:34:13.761 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:34:13.762 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:34:13.764 | + functions-common:time_stop:2442 : start_time=1722674053483 2024-08-03 08:34:13.766 | + functions-common:time_stop:2444 : [[ -z 1722674053483 ]] 2024-08-03 08:34:13.768 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:34:13.771 | + functions-common:time_stop:2447 : end_time=1722674053769 2024-08-03 08:34:13.773 | + functions-common:time_stop:2448 : elapsed_time=286 2024-08-03 08:34:13.774 | + functions-common:time_stop:2449 : total=26051 2024-08-03 08:34:13.776 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:34:13.778 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26337 2024-08-03 08:34:13.779 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-08-03 08:34:13.790 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-08-03 08:34:13.793 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:34:13.793 | + functions-common:git_clone:696 : head -1 2024-08-03 08:34:13.795 | 5072af6 Merge "Use has_lock_periodic decorator for the tasks which require ovn db lock" into stable/2023.1 2024-08-03 08:34:13.797 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:34:13.799 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-08-03 08:34:13.801 | + inc/python:setup_develop:334 : local bindep 2024-08-03 08:34:13.803 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-03 08:34:13.805 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-08-03 08:34:13.806 | + inc/python:setup_develop:340 : local extras= 2024-08-03 08:34:13.808 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-08-03 08:34:13.810 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-03 08:34:13.812 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-03 08:34:13.814 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-08-03 08:34:13.816 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-03 08:34:13.817 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-03 08:34:13.820 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-08-03 08:34:13.822 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-03 08:34:13.824 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-08-03 08:34:13.826 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-03 08:34:13.828 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-03 08:34:13.830 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-08-03 08:34:13.834 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-08-03 08:34:13.836 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-08-03 08:34:14.149 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-08-03 08:34:14.151 | + inc/python:setup_package:414 : local bindep=0 2024-08-03 08:34:14.153 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-03 08:34:14.155 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-03 08:34:14.157 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-08-03 08:34:14.159 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-08-03 08:34:14.161 | + inc/python:setup_package:423 : local flags=-e 2024-08-03 08:34:14.163 | + inc/python:setup_package:424 : local extras= 2024-08-03 08:34:14.164 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-03 08:34:14.166 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-03 08:34:14.168 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-03 08:34:14.170 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-03 08:34:14.172 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-03 08:34:14.174 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-08-03 08:34:14.190 | Using python 3.10 to install /opt/stack/neutron 2024-08-03 08:34:14.192 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-08-03 08:34:15.123 | Obtaining file:///opt/stack/neutron 2024-08-03 08:34:15.124 | Preparing metadata (setup.py): started 2024-08-03 08:34:15.705 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:34:15.778 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.1.2) 2024-08-03 08:34:15.779 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.5.2) 2024-08-03 08:34:15.780 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (2.1.1) 2024-08-03 08:34:15.780 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (2.5.1) 2024-08-03 08:34:15.781 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (1.4.41) 2024-08-03 08:34:15.782 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (1.8.7) 2024-08-03 08:34:15.782 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (1.8.1) 2024-08-03 08:34:15.783 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (2.5.0) 2024-08-03 08:34:15.784 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.1.1) 2024-08-03 08:34:15.785 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (0.33.1) 2024-08-03 08:34:15.785 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (2.4.1) 2024-08-03 08:34:15.786 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (0.20.4) 2024-08-03 08:34:15.787 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.1.2) 2024-08-03 08:34:15.787 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (10.2.0) 2024-08-03 08:34:15.788 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (0.8.0) 2024-08-03 08:34:15.789 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev38) (0.11.0) 2024-08-03 08:34:15.907 | Collecting neutron-lib>=3.4.2 2024-08-03 08:34:15.913 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-08-03 08:34:15.922 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (1.0.1) 2024-08-03 08:34:15.950 | Collecting os-ken>=2.2.0 2024-08-03 08:34:15.963 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-08-03 08:34:16.001 | Collecting os-resource-classes>=1.1.0 2024-08-03 08:34:16.003 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-08-03 08:34:16.061 | Collecting os-vif>=3.1.0 2024-08-03 08:34:16.063 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-08-03 08:34:16.066 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.3.1) 2024-08-03 08:34:16.067 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.1.1) 2024-08-03 08:34:16.068 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (9.1.1) 2024-08-03 08:34:16.068 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.1.1) 2024-08-03 08:34:16.069 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (12.3.2) 2024-08-03 08:34:16.070 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (6.0.0) 2024-08-03 08:34:16.070 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.2.0) 2024-08-03 08:34:16.071 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (14.2.4) 2024-08-03 08:34:16.072 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.1.1) 2024-08-03 08:34:16.073 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (4.1.1) 2024-08-03 08:34:16.073 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.1.0) 2024-08-03 08:34:16.074 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.0.0) 2024-08-03 08:34:16.075 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (7.0.1) 2024-08-03 08:34:16.075 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.1.1) 2024-08-03 08:34:16.076 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.1.2) 2024-08-03 08:34:16.077 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (2.1.1) 2024-08-03 08:34:16.078 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (6.1.0) 2024-08-03 08:34:16.078 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.1.0) 2024-08-03 08:34:16.079 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.4.3) 2024-08-03 08:34:16.101 | Collecting ovs>=2.10.0 2024-08-03 08:34:16.101 | Using cached ovs-2.17.7-py3-none-any.whl 2024-08-03 08:34:16.152 | Collecting ovsdbapp>=2.2.1 2024-08-03 08:34:16.156 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-08-03 08:34:16.159 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (23.1) 2024-08-03 08:34:16.159 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.11.1) 2024-08-03 08:34:16.185 | Collecting pecan>=1.4.0 2024-08-03 08:34:16.186 | Using cached pecan-1.4.2-py3-none-any.whl 2024-08-03 08:34:16.190 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.9.2) 2024-08-03 08:34:16.191 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (22.1.0) 2024-08-03 08:34:16.219 | Collecting pyroute2>=0.7.3 2024-08-03 08:34:16.224 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-08-03 08:34:16.260 | Collecting python-designateclient>=2.7.0 2024-08-03 08:34:16.262 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-08-03 08:34:16.304 | Collecting python-neutronclient>=7.8.0 2024-08-03 08:34:16.309 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-08-03 08:34:16.314 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (18.3.0) 2024-08-03 08:34:16.315 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (2.28.1) 2024-08-03 08:34:16.316 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (5.0.0) 2024-08-03 08:34:16.317 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (6.3.1) 2024-08-03 08:34:16.317 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev38) (3.2.0) 2024-08-03 08:34:16.323 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev38) (1.2.3) 2024-08-03 08:34:16.326 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev38) (1.14.1) 2024-08-03 08:34:16.332 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev38) (1.16.0) 2024-08-03 08:34:16.333 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev38) (2.2.1) 2024-08-03 08:34:16.333 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev38) (1.1.3) 2024-08-03 08:34:16.340 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev38) (3.0.9) 2024-08-03 08:34:16.344 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev38) (2.1.1) 2024-08-03 08:34:16.369 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev38) (1.7.0) 2024-08-03 08:34:16.370 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev38) (1.1.0) 2024-08-03 08:34:16.395 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev38) (5.1.0) 2024-08-03 08:34:16.396 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev38) (3.1.1) 2024-08-03 08:34:16.447 | Collecting os-traits>=0.9.0 2024-08-03 08:34:16.450 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-08-03 08:34:16.532 | Collecting setproctitle>=1.1.10 2024-08-03 08:34:16.535 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2024-08-03 08:34:16.548 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev38) (1.0.1) 2024-08-03 08:34:16.549 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev38) (1.4.4) 2024-08-03 08:34:16.550 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev38) (1.1.8) 2024-08-03 08:34:16.551 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev38) (1.32) 2024-08-03 08:34:16.552 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev38) (1.4.0) 2024-08-03 08:34:16.552 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev38) (6.0) 2024-08-03 08:34:16.553 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev38) (38.0.2) 2024-08-03 08:34:16.561 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev38) (1.0.4) 2024-08-03 08:34:16.584 | Collecting ncclient>=0.6.13 2024-08-03 08:34:16.585 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-08-03 08:34:16.637 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev38) (0.18) 2024-08-03 08:34:16.657 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev38) (1.5.0) 2024-08-03 08:34:16.683 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev38) (2.0.1) 2024-08-03 08:34:16.684 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev38) (0.13.0) 2024-08-03 08:34:16.685 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev38) (0.5.0) 2024-08-03 08:34:16.709 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev38) (0.9.6) 2024-08-03 08:34:16.710 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev38) (2.8.2) 2024-08-03 08:34:16.737 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev38) (5.2.0) 2024-08-03 08:34:16.738 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev38) (5.1.1) 2024-08-03 08:34:16.739 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev38) (0.6.0) 2024-08-03 08:34:16.740 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev38) (5.2.4) 2024-08-03 08:34:16.749 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev38) (3.3.0) 2024-08-03 08:34:16.751 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev38) (4.0.0) 2024-08-03 08:34:16.798 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev38) (1.15.1) 2024-08-03 08:34:16.817 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev38) (2022.4) 2024-08-03 08:34:16.830 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev38) (1.4.0) 2024-08-03 08:34:16.831 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev38) (4.0.1) 2024-08-03 08:34:16.841 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev38) (3.4.1) 2024-08-03 08:34:16.916 | Collecting sortedcontainers 2024-08-03 08:34:16.918 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-03 08:34:16.943 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev38) (59.6.0) 2024-08-03 08:34:16.985 | Collecting logutils>=0.3 2024-08-03 08:34:16.985 | Using cached logutils-0.3.5-py3-none-any.whl 2024-08-03 08:34:17.066 | Collecting osc-lib>=1.8.0 2024-08-03 08:34:17.068 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-08-03 08:34:17.071 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev38) (4.16.0) 2024-08-03 08:34:17.072 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev38) (4.2.0) 2024-08-03 08:34:17.257 | Collecting simplejson>=3.5.1 2024-08-03 08:34:17.260 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-08-03 08:34:17.302 | Collecting os-client-config>=1.28.0 2024-08-03 08:34:17.305 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-08-03 08:34:17.333 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev38) (2020.6.20) 2024-08-03 08:34:17.335 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev38) (3.4) 2024-08-03 08:34:17.335 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev38) (2.1.1) 2024-08-03 08:34:17.336 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev38) (1.26.12) 2024-08-03 08:34:17.348 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev38) (0.7) 2024-08-03 08:34:17.471 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev38) (0.13.1) 2024-08-03 08:34:17.495 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev38) (5.0.0) 2024-08-03 08:34:17.543 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev38) (2.21) 2024-08-03 08:34:17.565 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev38) (0.5.1) 2024-08-03 08:34:17.566 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev38) (2.4.2) 2024-08-03 08:34:17.568 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev38) (5.0.0) 2024-08-03 08:34:17.722 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev38) (22.1.0) 2024-08-03 08:34:17.723 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev38) (0.18.1) 2024-08-03 08:34:17.809 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev38) (4.9.1) 2024-08-03 08:34:17.810 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev38) (2.11.0) 2024-08-03 08:34:17.877 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev38) (0.14.1) 2024-08-03 08:34:17.893 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev38) (0.2.5) 2024-08-03 08:34:18.083 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev38) (0.4.3) 2024-08-03 08:34:18.084 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev38) (0.5.2) 2024-08-03 08:34:18.126 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev38) (2.5.0) 2024-08-03 08:34:18.289 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev38) (1.8.2) 2024-08-03 08:34:18.320 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev38) (3.8.1) 2024-08-03 08:34:18.362 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev38) (1.5.0) 2024-08-03 08:34:19.045 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2024-08-03 08:34:19.045 | Attempting uninstall: sortedcontainers 2024-08-03 08:34:19.047 | Found existing installation: sortedcontainers 2.1.0 2024-08-03 08:34:19.049 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:34:19.049 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-08-03 08:34:19.443 | Attempting uninstall: ovs 2024-08-03 08:34:19.445 | Found existing installation: ovs 2.17.9 2024-08-03 08:34:19.446 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:34:19.446 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-08-03 08:34:21.779 | Running setup.py develop for neutron 2024-08-03 08:34:22.888 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-08-03 08:34:22.889 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:34:23.015 | + inc/python:pip_install:196 : result=0 2024-08-03 08:34:23.017 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:34:23.019 | + functions-common:time_stop:2435 : local name 2024-08-03 08:34:23.020 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:34:23.022 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:34:23.024 | + functions-common:time_stop:2438 : local total 2024-08-03 08:34:23.025 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:34:23.027 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:34:23.029 | + functions-common:time_stop:2442 : start_time=1722674054186 2024-08-03 08:34:23.030 | + functions-common:time_stop:2444 : [[ -z 1722674054186 ]] 2024-08-03 08:34:23.032 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:34:23.035 | + functions-common:time_stop:2447 : end_time=1722674063033 2024-08-03 08:34:23.037 | + functions-common:time_stop:2448 : elapsed_time=8847 2024-08-03 08:34:23.039 | + functions-common:time_stop:2449 : total=59378 2024-08-03 08:34:23.040 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:34:23.042 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68225 2024-08-03 08:34:23.044 | + inc/python:pip_install:199 : return 0 2024-08-03 08:34:23.046 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-03 08:34:23.048 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-03 08:34:23.049 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-03 08:34:23.063 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-03 08:34:23.074 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-08-03 08:34:23.076 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-08-03 08:34:23.078 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:34:23.079 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:34:23.081 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-08-03 08:34:23.083 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:34:23.085 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-08-03 08:34:23.087 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-03 08:34:23.089 | + stack.sh:main:960 : is_service_enabled nova 2024-08-03 08:34:23.101 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:34:23.103 | + stack.sh:main:962 : stack_install_service nova 2024-08-03 08:34:23.104 | + lib/stack:stack_install_service:20 : local service=nova 2024-08-03 08:34:23.106 | + lib/stack:stack_install_service:21 : type install_nova 2024-08-03 08:34:23.108 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-03 08:34:23.110 | + lib/stack:stack_install_service:32 : install_nova 2024-08-03 08:34:23.112 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-08-03 08:34:23.114 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-08-03 08:34:23.115 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:34:23.117 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:34:23.119 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-08-03 08:34:23.120 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:34:23.122 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-08-03 08:34:23.134 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:34:23.136 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-08-03 08:34:23.148 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:34:23.150 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-08-03 08:34:23.162 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:34:23.164 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/18/924518/1 2024-08-03 08:34:23.166 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-08-03 08:34:23.167 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-08-03 08:34:23.169 | + functions-common:git_clone:614 : local git_ref=refs/changes/18/924518/1 2024-08-03 08:34:23.170 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:34:23.172 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:34:23.174 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:34:23.176 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:34:23.178 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:34:23.190 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:34:23.191 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:34:23.193 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:34:23.195 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:34:23.197 | + functions-common:git_clone:633 : echo refs/changes/18/924518/1 2024-08-03 08:34:23.198 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:34:23.201 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-08-03 08:34:23.203 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-08-03 08:34:23.204 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-03 08:34:23.206 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:34:23.207 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:34:23.209 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:34:23.211 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:34:23.212 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:34:23.214 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:34:23.215 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:34:23.217 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:34:23.219 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:34:23.222 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674063220 2024-08-03 08:34:23.224 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-03 08:34:23.226 | Cloning into '/opt/stack//nova'... 2024-08-03 08:34:26.947 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:34:26.949 | + functions-common:time_stop:2435 : local name 2024-08-03 08:34:26.951 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:34:26.953 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:34:26.954 | + functions-common:time_stop:2438 : local total 2024-08-03 08:34:26.956 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:34:26.958 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:34:26.959 | + functions-common:time_stop:2442 : start_time=1722674063220 2024-08-03 08:34:26.961 | + functions-common:time_stop:2444 : [[ -z 1722674063220 ]] 2024-08-03 08:34:26.963 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:34:26.966 | + functions-common:time_stop:2447 : end_time=1722674066964 2024-08-03 08:34:26.968 | + functions-common:time_stop:2448 : elapsed_time=3744 2024-08-03 08:34:26.969 | + functions-common:time_stop:2449 : total=26337 2024-08-03 08:34:26.971 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:34:26.972 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30081 2024-08-03 08:34:26.974 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-08-03 08:34:26.976 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/18/924518/1 2024-08-03 08:34:26.977 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:34:26.979 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:34:26.980 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:34:26.982 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:34:26.984 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:34:26.985 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:34:26.987 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:34:26.988 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:34:26.990 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:34:26.993 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674066991 2024-08-03 08:34:26.995 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/18/924518/1 2024-08-03 08:35:25.439 | From https://opendev.org/openstack/nova 2024-08-03 08:35:25.439 | * branch refs/changes/18/924518/1 -> FETCH_HEAD 2024-08-03 08:35:25.443 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:35:25.445 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:25.447 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:25.449 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:25.450 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:25.452 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:25.453 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:35:25.455 | + functions-common:time_stop:2442 : start_time=1722674066991 2024-08-03 08:35:25.457 | + functions-common:time_stop:2444 : [[ -z 1722674066991 ]] 2024-08-03 08:35:25.459 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:25.462 | + functions-common:time_stop:2447 : end_time=1722674125460 2024-08-03 08:35:25.464 | + functions-common:time_stop:2448 : elapsed_time=58469 2024-08-03 08:35:25.465 | + functions-common:time_stop:2449 : total=30081 2024-08-03 08:35:25.467 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:25.469 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88550 2024-08-03 08:35:25.470 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-08-03 08:35:25.812 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:35:25.812 | 2024-08-03 08:35:25.812 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:35:25.812 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:35:25.812 | state without impacting any branches by switching back to a branch. 2024-08-03 08:35:25.812 | 2024-08-03 08:35:25.812 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:35:25.812 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:35:25.812 | 2024-08-03 08:35:25.812 | git switch -c 2024-08-03 08:35:25.813 | 2024-08-03 08:35:25.813 | Or undo this operation with: 2024-08-03 08:35:25.813 | 2024-08-03 08:35:25.813 | git switch - 2024-08-03 08:35:25.813 | 2024-08-03 08:35:25.813 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:35:25.813 | 2024-08-03 08:35:25.813 | HEAD is now at b487ac2622 cpu: Only check governor type on online cores 2024-08-03 08:35:25.819 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-08-03 08:35:25.830 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-08-03 08:35:25.833 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:35:25.833 | + functions-common:git_clone:696 : head -1 2024-08-03 08:35:25.836 | b487ac2622 cpu: Only check governor type on online cores 2024-08-03 08:35:25.838 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:35:25.840 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-08-03 08:35:25.841 | + inc/python:setup_develop:334 : local bindep 2024-08-03 08:35:25.843 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-08-03 08:35:25.845 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-08-03 08:35:25.846 | + inc/python:setup_develop:340 : local extras= 2024-08-03 08:35:25.848 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-08-03 08:35:25.850 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-03 08:35:25.851 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-08-03 08:35:25.853 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-08-03 08:35:25.855 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-03 08:35:25.856 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-03 08:35:25.859 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-08-03 08:35:25.860 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-03 08:35:25.862 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-08-03 08:35:25.864 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-03 08:35:25.866 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-03 08:35:25.868 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-08-03 08:35:25.872 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-08-03 08:35:25.874 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-08-03 08:35:26.188 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-08-03 08:35:26.190 | + inc/python:setup_package:414 : local bindep=0 2024-08-03 08:35:26.192 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-03 08:35:26.194 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-03 08:35:26.195 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-08-03 08:35:26.197 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-08-03 08:35:26.199 | + inc/python:setup_package:423 : local flags=-e 2024-08-03 08:35:26.200 | + inc/python:setup_package:424 : local extras= 2024-08-03 08:35:26.202 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-03 08:35:26.204 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-03 08:35:26.206 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-03 08:35:26.207 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-03 08:35:26.209 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-03 08:35:26.211 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-08-03 08:35:26.226 | Using python 3.10 to install /opt/stack/nova 2024-08-03 08:35:26.228 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-08-03 08:35:27.160 | Obtaining file:///opt/stack/nova 2024-08-03 08:35:27.161 | Preparing metadata (setup.py): started 2024-08-03 08:35:30.076 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:35:30.163 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.1.2) 2024-08-03 08:35:30.164 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.5.2) 2024-08-03 08:35:30.165 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.1.1) 2024-08-03 08:35:30.166 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.4.1) 2024-08-03 08:35:30.167 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (6.0) 2024-08-03 08:35:30.167 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.5.1) 2024-08-03 08:35:30.168 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.4.41) 2024-08-03 08:35:30.169 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.8.7) 2024-08-03 08:35:30.170 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.8.1) 2024-08-03 08:35:30.170 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (4.1.0) 2024-08-03 08:35:30.171 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (38.0.2) 2024-08-03 08:35:30.172 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (0.2.3) 2024-08-03 08:35:30.173 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.1.1) 2024-08-03 08:35:30.173 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (0.33.1) 2024-08-03 08:35:30.174 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.4.1) 2024-08-03 08:35:30.175 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.1.3) 2024-08-03 08:35:30.176 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.1.0) 2024-08-03 08:35:30.176 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (4.16.0) 2024-08-03 08:35:30.177 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.1.2) 2024-08-03 08:35:30.178 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (10.2.0) 2024-08-03 08:35:30.179 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (4.9.1) 2024-08-03 08:35:30.264 | Collecting microversion-parse>=0.2.1 2024-08-03 08:35:30.267 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-08-03 08:35:30.269 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (0.8.0) 2024-08-03 08:35:30.270 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60271) (0.11.0) 2024-08-03 08:35:30.271 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.0.1) 2024-08-03 08:35:30.272 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (6.2.3) 2024-08-03 08:35:30.273 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.1.0) 2024-08-03 08:35:30.273 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.7.0) 2024-08-03 08:35:30.274 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.10.0) 2024-08-03 08:35:30.275 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.1.1) 2024-08-03 08:35:30.276 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.3.1) 2024-08-03 08:35:30.277 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.1.1) 2024-08-03 08:35:30.278 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (9.1.1) 2024-08-03 08:35:30.278 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.1.1) 2024-08-03 08:35:30.279 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (12.3.2) 2024-08-03 08:35:30.280 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (6.0.0) 2024-08-03 08:35:30.281 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.1.0) 2024-08-03 08:35:30.282 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.2.0) 2024-08-03 08:35:30.283 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (14.2.4) 2024-08-03 08:35:30.284 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.1.1) 2024-08-03 08:35:30.284 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (4.1.1) 2024-08-03 08:35:30.306 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.1.0) 2024-08-03 08:35:30.307 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.0.0) 2024-08-03 08:35:30.307 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (7.0.1) 2024-08-03 08:35:30.308 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.1.1) 2024-08-03 08:35:30.309 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.1.2) 2024-08-03 08:35:30.310 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.1.1) 2024-08-03 08:35:30.311 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (6.1.0) 2024-08-03 08:35:30.311 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.1.0) 2024-08-03 08:35:30.312 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (23.1) 2024-08-03 08:35:30.313 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.11.0) 2024-08-03 08:35:30.314 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.11.1) 2024-08-03 08:35:30.315 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.9.2) 2024-08-03 08:35:30.315 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (9.3.0) 2024-08-03 08:35:30.316 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.8.2) 2024-08-03 08:35:30.317 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (4.3.2) 2024-08-03 08:35:30.318 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (9.0.0) 2024-08-03 08:35:30.319 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (2.28.1) 2024-08-03 08:35:30.319 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.3.3) 2024-08-03 08:35:30.320 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (1.5.0) 2024-08-03 08:35:30.321 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (0.13.0) 2024-08-03 08:35:30.322 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (5.0.0) 2024-08-03 08:35:30.322 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60271) (3.2.0) 2024-08-03 08:35:30.342 | Collecting websockify>=0.9.0 2024-08-03 08:35:30.342 | Using cached websockify-0.10.0-py3-none-any.whl 2024-08-03 08:35:30.354 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60271) (1.2.3) 2024-08-03 08:35:30.363 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.1.0.dev60271) (5.5.0) 2024-08-03 08:35:30.381 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60271) (1.15.1) 2024-08-03 08:35:30.393 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60271) (1.16.0) 2024-08-03 08:35:30.394 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60271) (2.2.1) 2024-08-03 08:35:30.404 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60271) (2.1.1) 2024-08-03 08:35:30.421 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60271) (0.18.1) 2024-08-03 08:35:30.422 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60271) (22.1.0) 2024-08-03 08:35:30.468 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60271) (5.1.0) 2024-08-03 08:35:30.469 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60271) (3.1.1) 2024-08-03 08:35:30.492 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60271) (1.4.4) 2024-08-03 08:35:30.493 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60271) (1.4.0) 2024-08-03 08:35:30.494 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60271) (1.32) 2024-08-03 08:35:30.495 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60271) (1.0.1) 2024-08-03 08:35:30.496 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60271) (1.1.8) 2024-08-03 08:35:30.506 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60271) (6.3.1) 2024-08-03 08:35:30.507 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60271) (5.9.0) 2024-08-03 08:35:30.528 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60271) (2.5.0) 2024-08-03 08:35:30.529 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60271) (0.7.3) 2024-08-03 08:35:30.531 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60271) (2.2.2) 2024-08-03 08:35:30.554 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60271) (0.18) 2024-08-03 08:35:30.597 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60271) (2.0.1) 2024-08-03 08:35:30.598 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60271) (0.5.0) 2024-08-03 08:35:30.630 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60271) (0.9.6) 2024-08-03 08:35:30.654 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60271) (5.2.0) 2024-08-03 08:35:30.656 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60271) (5.1.1) 2024-08-03 08:35:30.656 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60271) (0.6.0) 2024-08-03 08:35:30.657 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60271) (5.2.4) 2024-08-03 08:35:30.668 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60271) (3.3.0) 2024-08-03 08:35:30.670 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60271) (4.0.0) 2024-08-03 08:35:30.688 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60271) (1.0.4) 2024-08-03 08:35:30.709 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60271) (2022.4) 2024-08-03 08:35:30.721 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60271) (4.0.1) 2024-08-03 08:35:30.722 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60271) (1.4.0) 2024-08-03 08:35:30.741 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60271) (3.0.9) 2024-08-03 08:35:30.780 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60271) (1.5.0) 2024-08-03 08:35:30.790 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60271) (59.6.0) 2024-08-03 08:35:30.844 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60271) (0.2.5) 2024-08-03 08:35:30.892 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60271) (1.14.1) 2024-08-03 08:35:30.893 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60271) (2.0.1) 2024-08-03 08:35:30.895 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60271) (22.1.0) 2024-08-03 08:35:30.911 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (2.7.0) 2024-08-03 08:35:30.912 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (3.17.6) 2024-08-03 08:35:30.913 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (2.1.0) 2024-08-03 08:35:30.914 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (4.2.0) 2024-08-03 08:35:30.937 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60271) (2020.6.20) 2024-08-03 08:35:30.938 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60271) (3.4) 2024-08-03 08:35:30.938 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60271) (2.1.1) 2024-08-03 08:35:30.939 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60271) (1.26.12) 2024-08-03 08:35:30.970 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60271) (0.7) 2024-08-03 08:35:31.049 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60271) (0.5.2) 2024-08-03 08:35:31.050 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60271) (0.4.3) 2024-08-03 08:35:31.093 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60271) (0.13.1) 2024-08-03 08:35:31.554 | Collecting numpy 2024-08-03 08:35:31.640 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-08-03 08:35:31.732 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60271) (5.0.0) 2024-08-03 08:35:31.815 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60271) (2.21) 2024-08-03 08:35:31.840 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (0.5.1) 2024-08-03 08:35:31.841 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (5.0.0) 2024-08-03 08:35:31.842 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (2.4.2) 2024-08-03 08:35:32.050 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60271) (0.14.1) 2024-08-03 08:35:32.066 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60271) (2.17.7) 2024-08-03 08:35:32.337 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60271) (2.5.0) 2024-08-03 08:35:32.524 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (1.8.2) 2024-08-03 08:35:32.556 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60271) (3.8.1) 2024-08-03 08:35:32.571 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60271) (2.4.0) 2024-08-03 08:35:33.156 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-08-03 08:35:34.957 | Running setup.py develop for nova 2024-08-03 08:35:38.312 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-08-03 08:35:38.312 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:35:38.444 | + inc/python:pip_install:196 : result=0 2024-08-03 08:35:38.446 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:35:38.448 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:38.450 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:38.451 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:38.453 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:38.454 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:38.456 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:35:38.457 | + functions-common:time_stop:2442 : start_time=1722674126222 2024-08-03 08:35:38.459 | + functions-common:time_stop:2444 : [[ -z 1722674126222 ]] 2024-08-03 08:35:38.461 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:38.464 | + functions-common:time_stop:2447 : end_time=1722674138462 2024-08-03 08:35:38.466 | + functions-common:time_stop:2448 : elapsed_time=12240 2024-08-03 08:35:38.467 | + functions-common:time_stop:2449 : total=68225 2024-08-03 08:35:38.469 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:38.471 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80465 2024-08-03 08:35:38.472 | + inc/python:pip_install:199 : return 0 2024-08-03 08:35:38.474 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-03 08:35:38.476 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-08-03 08:35:38.478 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-08-03 08:35:38.492 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-08-03 08:35:38.501 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-08-03 08:35:38.503 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-08-03 08:35:38.505 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:35:38.507 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:35:38.509 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-08-03 08:35:38.511 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:35:38.512 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-08-03 08:35:38.524 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-03 08:35:38.525 | + stack.sh:main:963 : configure_nova 2024-08-03 08:35:38.527 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-08-03 08:35:38.537 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-08-03 08:35:38.538 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-08-03 08:35:38.540 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-03 08:35:38.542 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-08-03 08:35:38.543 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-03 08:35:38.547 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-08-03 08:35:38.548 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-08-03 08:35:38.550 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-03 08:35:38.552 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-08-03 08:35:38.554 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-08-03 08:35:38.555 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-08-03 08:35:38.557 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-08-03 08:35:38.559 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-08-03 08:35:38.567 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-08-03 08:35:38.577 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2024-08-03 08:35:38.586 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-08-03 08:35:38.595 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-08-03 08:35:38.604 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-03 08:35:38.606 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-03 08:35:38.610 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.uh9bOJRpVd 2024-08-03 08:35:38.611 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-03 08:35:38.614 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-03 08:35:38.615 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-08-03 08:35:38.617 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-03 08:35:38.619 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-03 08:35:38.620 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.uh9bOJRpVd 2024-08-03 08:35:38.623 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.uh9bOJRpVd 2024-08-03 08:35:38.632 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.uh9bOJRpVd /etc/sudoers.d/nova-rootwrap 2024-08-03 08:35:38.641 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-08-03 08:35:38.644 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-03 08:35:38.646 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-03 08:35:38.647 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-03 08:35:38.649 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-03 08:35:38.651 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-08-03 08:35:38.653 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-08-03 08:35:38.654 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-08-03 08:35:38.656 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-08-03 08:35:38.659 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-08-03 08:35:38.671 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:38.673 | + lib/nova:configure_nova:356 : create_nova_conf 2024-08-03 08:35:38.674 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-08-03 08:35:38.677 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-08-03 08:35:38.679 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-08-03 08:35:38.701 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-08-03 08:35:38.703 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-08-03 08:35:38.723 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-08-03 08:35:38.746 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-08-03 08:35:38.767 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-03 08:35:38.791 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-08-03 08:35:38.814 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-08-03 08:35:38.837 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-08-03 08:35:38.857 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-08-03 08:35:38.878 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-08-03 08:35:38.899 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-08-03 08:35:38.920 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-08-03 08:35:38.941 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-08-03 08:35:38.964 | + lib/nova:create_nova_conf:451 : is_fedora 2024-08-03 08:35:38.965 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-03 08:35:38.967 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-03 08:35:38.968 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-03 08:35:38.970 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-03 08:35:38.971 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-03 08:35:38.973 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-03 08:35:38.974 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-03 08:35:38.976 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-03 08:35:38.977 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-03 08:35:38.979 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-03 08:35:38.981 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-03 08:35:38.982 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-03 08:35:38.984 | + lib/nova:create_nova_conf:451 : is_suse 2024-08-03 08:35:38.985 | + functions-common:is_suse:544 : is_opensuse 2024-08-03 08:35:38.987 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:35:38.988 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:35:38.990 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:35:38.991 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:35:38.993 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:35:38.995 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-08-03 08:35:39.006 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:39.007 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:35:39.009 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-08-03 08:35:39.011 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-08-03 08:35:39.013 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-03 08:35:39.014 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-03 08:35:39.016 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-03 08:35:39.018 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:35:39.019 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:39.021 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-03 08:35:39.023 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-03 08:35:39.046 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-08-03 08:35:39.048 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-08-03 08:35:39.050 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-08-03 08:35:39.051 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-08-03 08:35:39.053 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:35:39.055 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:39.056 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-03 08:35:39.059 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-03 08:35:39.081 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-08-03 08:35:39.105 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-08-03 08:35:39.126 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-08-03 08:35:39.147 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-08-03 08:35:39.158 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:39.160 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-08-03 08:35:39.171 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:39.173 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-08-03 08:35:39.173 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-08-03 08:35:39.177 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-08-03 08:35:39.178 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-08-03 08:35:39.199 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:39.201 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:39.203 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-08-03 08:35:39.226 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-08-03 08:35:39.247 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-08-03 08:35:39.258 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:39.259 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-08-03 08:35:39.261 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-08-03 08:35:39.262 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-03 08:35:39.264 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-03 08:35:39.265 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-08-03 08:35:39.288 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-08-03 08:35:39.309 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-03 08:35:39.330 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-08-03 08:35:39.351 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-08-03 08:35:39.373 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-08-03 08:35:39.394 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-08-03 08:35:39.416 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-08-03 08:35:39.437 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:35:39.459 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-08-03 08:35:39.480 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-08-03 08:35:39.491 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:39.493 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-08-03 08:35:39.495 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-08-03 08:35:39.518 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-08-03 08:35:39.540 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-08-03 08:35:39.562 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-08-03 08:35:39.583 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-08-03 08:35:39.604 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-08-03 08:35:39.626 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-08-03 08:35:39.647 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-08-03 08:35:39.669 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-08-03 08:35:39.680 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:39.682 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-08-03 08:35:39.684 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-08-03 08:35:39.705 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-08-03 08:35:39.728 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-08-03 08:35:39.730 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-08-03 08:35:39.751 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-08-03 08:35:39.753 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-08-03 08:35:39.754 | + lib/nova:create_nova_conf:526 : is_suse 2024-08-03 08:35:39.756 | + functions-common:is_suse:544 : is_opensuse 2024-08-03 08:35:39.758 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:35:39.759 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:35:39.761 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:35:39.762 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:35:39.764 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:35:39.766 | + lib/nova:create_nova_conf:526 : is_fedora 2024-08-03 08:35:39.767 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-03 08:35:39.769 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-03 08:35:39.771 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-03 08:35:39.772 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-03 08:35:39.774 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-03 08:35:39.775 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-03 08:35:39.777 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-03 08:35:39.779 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-03 08:35:39.780 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-03 08:35:39.782 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-03 08:35:39.784 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-03 08:35:39.785 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-03 08:35:39.787 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-08-03 08:35:39.789 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-08-03 08:35:39.790 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-08-03 08:35:39.793 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-03 08:35:39.806 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-03 08:35:39.807 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-03 08:35:39.809 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:39.811 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-03 08:35:39.812 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-03 08:35:39.834 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:35:39.856 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:35:39.878 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-03 08:35:39.899 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-08-03 08:35:39.924 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-08-03 08:35:39.936 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:39.938 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-08-03 08:35:39.939 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-08-03 08:35:39.941 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-08-03 08:35:39.943 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-08-03 08:35:39.945 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-03 08:35:39.947 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-03 08:35:39.949 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-08-03 08:35:39.952 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-08-03 08:35:39.954 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-03 08:35:39.956 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-03 08:35:39.967 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-03 08:35:39.967 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:35:39.974 | d /var/run/uwsgi 0755 stack root 2024-08-03 08:35:39.977 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:35:39.985 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-03 08:35:39.988 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-08-03 08:35:39.990 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-08-03 08:35:39.993 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-08-03 08:35:40.018 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-08-03 08:35:40.040 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-08-03 08:35:40.062 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-08-03 08:35:40.083 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-03 08:35:40.104 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-03 08:35:40.126 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-08-03 08:35:40.147 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-08-03 08:35:40.169 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-08-03 08:35:40.191 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-03 08:35:40.213 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-03 08:35:40.237 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-03 08:35:40.259 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-08-03 08:35:40.281 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-03 08:35:40.283 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-03 08:35:40.285 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-08-03 08:35:40.287 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-08-03 08:35:40.289 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-03 08:35:40.291 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:40.293 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:40.294 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-03 08:35:40.296 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-03 08:35:40.298 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-08-03 08:35:40.320 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-03 08:35:40.343 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-08-03 08:35:40.343 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-03 08:35:40.350 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-08-03 08:35:40.353 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-08-03 08:35:40.355 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-08-03 08:35:40.357 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-03 08:35:40.359 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-03 08:35:40.361 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:35:40.362 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:40.364 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:40.366 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-03 08:35:40.368 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-03 08:35:40.370 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:40.372 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:40.373 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-08-03 08:35:40.405 | Enabling site nova-api-wsgi. 2024-08-03 08:35:40.409 | To activate the new configuration, you need to run: 2024-08-03 08:35:40.409 | systemctl reload apache2 2024-08-03 08:35:40.413 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-03 08:35:40.414 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-03 08:35:40.416 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:35:40.418 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-03 08:35:40.522 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-08-03 08:35:40.535 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:40.537 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-08-03 08:35:40.539 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-08-03 08:35:40.540 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-08-03 08:35:40.542 | + lib/apache:write_uwsgi_config:256 : local url= 2024-08-03 08:35:40.544 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-08-03 08:35:40.546 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-03 08:35:40.548 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-08-03 08:35:40.551 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-08-03 08:35:40.553 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-03 08:35:40.554 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-03 08:35:40.564 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-03 08:35:40.565 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:35:40.571 | d /var/run/uwsgi 0755 stack root 2024-08-03 08:35:40.574 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:35:40.582 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-03 08:35:40.585 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-08-03 08:35:40.587 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-08-03 08:35:40.590 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-08-03 08:35:40.613 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-08-03 08:35:40.634 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-08-03 08:35:40.656 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-08-03 08:35:40.678 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-08-03 08:35:40.700 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-03 08:35:40.723 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-08-03 08:35:40.745 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-08-03 08:35:40.766 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-08-03 08:35:40.789 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-03 08:35:40.810 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-08-03 08:35:40.833 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-03 08:35:40.854 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-08-03 08:35:40.876 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-08-03 08:35:40.878 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-08-03 08:35:40.900 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-08-03 08:35:40.912 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:40.914 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-08-03 08:35:40.938 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-08-03 08:35:40.940 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-08-03 08:35:40.941 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-08-03 08:35:40.953 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:40.955 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:35:40.957 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:35:40.979 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-08-03 08:35:41.003 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-08-03 08:35:41.005 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-03 08:35:41.007 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-08-03 08:35:41.008 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-03 08:35:41.010 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-03 08:35:41.012 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-03 08:35:41.024 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:41.026 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-03 08:35:41.028 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-03 08:35:41.030 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-03 08:35:41.042 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:41.043 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:35:41.045 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:35:41.068 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-03 08:35:41.069 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-03 08:35:41.071 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-08-03 08:35:41.093 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-08-03 08:35:41.116 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-08-03 08:35:41.139 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-08-03 08:35:41.151 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:41.153 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-08-03 08:35:41.175 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-08-03 08:35:41.177 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-08-03 08:35:41.178 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-08-03 08:35:41.202 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-08-03 08:35:41.225 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-08-03 08:35:41.247 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-08-03 08:35:41.269 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-08-03 08:35:41.291 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-08-03 08:35:41.314 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-08-03 08:35:41.336 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-08-03 08:35:41.358 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-08-03 08:35:41.381 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-08-03 08:35:41.392 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:41.394 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-08-03 08:35:41.398 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-03 08:35:41.400 | + lib/nova:create_nova_conf:574 : local conf 2024-08-03 08:35:41.402 | + lib/nova:create_nova_conf:575 : local vhost 2024-08-03 08:35:41.404 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-08-03 08:35:41.406 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-03 08:35:41.408 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-03 08:35:41.411 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-08-03 08:35:41.412 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-08-03 08:35:41.414 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-08-03 08:35:41.417 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-08-03 08:35:41.419 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-03 08:35:41.421 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-03 08:35:41.423 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-03 08:35:41.425 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:35:41.427 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:41.429 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-03 08:35:41.431 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-03 08:35:41.456 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-08-03 08:35:41.479 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-08-03 08:35:41.504 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:35:41.506 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-08-03 08:35:41.507 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-03 08:35:41.509 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-08-03 08:35:41.511 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-03 08:35:41.513 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-03 08:35:41.514 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-03 08:35:41.526 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:41.528 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-03 08:35:41.530 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-03 08:35:41.532 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-03 08:35:41.544 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:41.546 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:35:41.548 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:35:41.570 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-03 08:35:41.572 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-03 08:35:41.574 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-08-03 08:35:41.575 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-08-03 08:35:41.577 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-08-03 08:35:41.579 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-03 08:35:41.592 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-03 08:35:41.594 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-03 08:35:41.596 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:41.598 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-03 08:35:41.599 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-03 08:35:41.622 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:35:41.644 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:35:41.667 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-03 08:35:41.690 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:35:41.692 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-08-03 08:35:41.694 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-08-03 08:35:41.695 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-08-03 08:35:41.697 | + lib/nova:configure_console_proxies:724 : offset=0 2024-08-03 08:35:41.699 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-08-03 08:35:41.711 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:41.713 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-08-03 08:35:41.715 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-08-03 08:35:41.727 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:41.729 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-08-03 08:35:41.741 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:41.742 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-08-03 08:35:41.756 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:41.758 | + stack.sh:main:966 : is_service_enabled placement 2024-08-03 08:35:41.771 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:41.773 | + stack.sh:main:968 : stack_install_service placement 2024-08-03 08:35:41.775 | + lib/stack:stack_install_service:20 : local service=placement 2024-08-03 08:35:41.777 | + lib/stack:stack_install_service:21 : type install_placement 2024-08-03 08:35:41.779 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-03 08:35:41.781 | + lib/stack:stack_install_service:32 : install_placement 2024-08-03 08:35:41.783 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-08-03 08:35:41.785 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-08-03 08:35:41.787 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:41.790 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:41.792 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-08-03 08:35:41.794 | + functions-common:install_package:1459 : update_package_repo 2024-08-03 08:35:41.796 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:35:41.797 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-03 08:35:41.799 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:35:41.801 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:35:41.803 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:35:41.805 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:41.807 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:41.809 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:35:41.811 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-03 08:35:41.813 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-03 08:35:41.815 | + functions-common:apt_get_update:1186 : return 2024-08-03 08:35:41.817 | + functions-common:install_package:1460 : real_install_package apache2 2024-08-03 08:35:41.819 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:35:41.821 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:41.823 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:41.825 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-08-03 08:35:41.841 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-08-03 08:35:41.902 | Reading package lists... 2024-08-03 08:35:42.099 | Building dependency tree... 2024-08-03 08:35:42.100 | Reading state information... 2024-08-03 08:35:42.288 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-03 08:35:42.288 | The following packages were automatically installed and are no longer required: 2024-08-03 08:35:42.288 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:35:42.288 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:35:42.288 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:35:42.288 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:35:42.288 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:35:42.288 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:35:42.288 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:35:42.289 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:35:42.309 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:35:42.314 | + functions-common:apt_get:1230 : result=0 2024-08-03 08:35:42.316 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:35:42.318 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:42.320 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:42.322 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:42.324 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:42.325 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:42.327 | + functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:35:42.329 | + functions-common:time_stop:2442 : start_time=1722674141839 2024-08-03 08:35:42.331 | + functions-common:time_stop:2444 : [[ -z 1722674141839 ]] 2024-08-03 08:35:42.333 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:42.337 | + functions-common:time_stop:2447 : end_time=1722674142334 2024-08-03 08:35:42.338 | + functions-common:time_stop:2448 : elapsed_time=495 2024-08-03 08:35:42.340 | + functions-common:time_stop:2449 : total=8705 2024-08-03 08:35:42.342 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:42.344 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9200 2024-08-03 08:35:42.346 | + functions-common:apt_get:1234 : return 0 2024-08-03 08:35:42.348 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-08-03 08:35:42.349 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-08-03 08:35:42.351 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-08-03 08:35:42.353 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-08-03 08:35:42.355 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-08-03 08:35:42.368 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-08-03 08:35:42.370 | + functions-common:install_package:1459 : update_package_repo 2024-08-03 08:35:42.372 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-03 08:35:42.374 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-03 08:35:42.376 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-03 08:35:42.378 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-03 08:35:42.380 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-03 08:35:42.382 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:42.384 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:42.385 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-03 08:35:42.387 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-03 08:35:42.389 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-03 08:35:42.391 | + functions-common:apt_get_update:1186 : return 2024-08-03 08:35:42.393 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-08-03 08:35:42.395 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-03 08:35:42.397 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:42.399 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:42.401 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-08-03 08:35:42.417 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-08-03 08:35:42.475 | Reading package lists... 2024-08-03 08:35:42.669 | Building dependency tree... 2024-08-03 08:35:42.670 | Reading state information... 2024-08-03 08:35:42.856 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-08-03 08:35:42.857 | The following packages were automatically installed and are no longer required: 2024-08-03 08:35:42.857 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-03 08:35:42.857 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-03 08:35:42.857 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-03 08:35:42.857 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-03 08:35:42.857 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-03 08:35:42.857 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-03 08:35:42.857 | linux-modules-extra-5.15.0-105-generic 2024-08-03 08:35:42.857 | Use 'sudo apt autoremove' to remove them. 2024-08-03 08:35:42.878 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-03 08:35:42.883 | + functions-common:apt_get:1230 : result=0 2024-08-03 08:35:42.885 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-03 08:35:42.887 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:42.889 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:42.891 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:42.892 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:42.894 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:42.896 | + functions-common:time_stop:2441 : name=apt-get 2024-08-03 08:35:42.898 | + functions-common:time_stop:2442 : start_time=1722674142414 2024-08-03 08:35:42.900 | + functions-common:time_stop:2444 : [[ -z 1722674142414 ]] 2024-08-03 08:35:42.902 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:42.905 | + functions-common:time_stop:2447 : end_time=1722674142903 2024-08-03 08:35:42.908 | + functions-common:time_stop:2448 : elapsed_time=489 2024-08-03 08:35:42.909 | + functions-common:time_stop:2449 : total=9200 2024-08-03 08:35:42.911 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:42.913 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9689 2024-08-03 08:35:42.915 | + functions-common:apt_get:1234 : return 0 2024-08-03 08:35:42.917 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-08-03 08:35:42.919 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-08-03 08:35:42.921 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:35:42.923 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:42.925 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:42.927 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-08-03 08:35:42.929 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-08-03 08:35:42.957 | wsgi (enabled by maintainer script) 2024-08-03 08:35:42.960 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-08-03 08:35:42.962 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-08-03 08:35:42.964 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-03 08:35:42.967 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-08-03 08:35:42.969 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-08-03 08:35:42.971 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-03 08:35:42.974 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-08-03 08:35:42.974 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-03 08:35:42.978 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-08-03 08:35:42.980 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-08-03 08:35:42.982 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-08-03 08:35:42.984 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-08-03 08:35:42.986 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-08-03 08:35:43.003 | Using python 3.10 to install osc-placement 2024-08-03 08:35:43.005 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-08-03 08:35:44.130 | Collecting osc-placement 2024-08-03 08:35:44.132 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-08-03 08:35:44.139 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-08-03 08:35:44.140 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-08-03 08:35:44.140 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-08-03 08:35:44.141 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-08-03 08:35:44.142 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-08-03 08:35:44.167 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-08-03 08:35:44.168 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-08-03 08:35:44.168 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-08-03 08:35:44.169 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-08-03 08:35:44.170 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-08-03 08:35:44.177 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-08-03 08:35:44.177 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-08-03 08:35:44.178 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-08-03 08:35:44.184 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-08-03 08:35:44.185 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-08-03 08:35:44.186 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-08-03 08:35:44.186 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-08-03 08:35:44.187 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-08-03 08:35:44.188 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-08-03 08:35:44.195 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-08-03 08:35:44.196 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-08-03 08:35:44.197 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-08-03 08:35:44.197 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-08-03 08:35:44.198 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-08-03 08:35:44.202 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-08-03 08:35:44.216 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-08-03 08:35:44.217 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-08-03 08:35:44.218 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-08-03 08:35:44.218 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-08-03 08:35:44.219 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-08-03 08:35:44.220 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-08-03 08:35:44.221 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-08-03 08:35:44.239 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-08-03 08:35:44.240 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-08-03 08:35:44.240 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-08-03 08:35:44.241 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-08-03 08:35:44.295 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-08-03 08:35:44.296 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-08-03 08:35:44.297 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-08-03 08:35:44.315 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-08-03 08:35:44.343 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-08-03 08:35:44.403 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-08-03 08:35:45.235 | Installing collected packages: osc-placement 2024-08-03 08:35:45.312 | Successfully installed osc-placement-4.1.0 2024-08-03 08:35:45.313 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:35:45.415 | + inc/python:pip_install:196 : result=0 2024-08-03 08:35:45.417 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:35:45.419 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:45.421 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:45.423 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:45.425 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:45.426 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:45.428 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:35:45.430 | + functions-common:time_stop:2442 : start_time=1722674142999 2024-08-03 08:35:45.432 | + functions-common:time_stop:2444 : [[ -z 1722674142999 ]] 2024-08-03 08:35:45.434 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:45.437 | + functions-common:time_stop:2447 : end_time=1722674145435 2024-08-03 08:35:45.439 | + functions-common:time_stop:2448 : elapsed_time=2436 2024-08-03 08:35:45.441 | + functions-common:time_stop:2449 : total=80465 2024-08-03 08:35:45.443 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:45.445 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82901 2024-08-03 08:35:45.446 | + inc/python:pip_install:199 : return 0 2024-08-03 08:35:45.448 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-08-03 08:35:45.450 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-08-03 08:35:45.452 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-08-03 08:35:45.454 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-03 08:35:45.455 | + functions-common:git_clone:615 : local orig_dir 2024-08-03 08:35:45.457 | ++ functions-common:git_clone:616 : pwd 2024-08-03 08:35:45.460 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:35:45.462 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:35:45.464 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:35:45.477 | + functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:35:45.479 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:35:45.481 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:35:45.483 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:35:45.485 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-03 08:35:45.485 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:35:45.490 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-08-03 08:35:45.491 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:35:45.493 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-03 08:35:45.495 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:35:45.496 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:35:45.498 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:35:45.500 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:35:45.502 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:35:45.503 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:35:45.505 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:35:45.506 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:35:45.508 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:35:45.511 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674145509 2024-08-03 08:35:45.513 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-03 08:35:45.515 | Cloning into '/opt/stack//placement'... 2024-08-03 08:35:47.189 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:35:47.190 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:47.192 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:47.194 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:47.195 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:47.197 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:47.199 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:35:47.200 | + functions-common:time_stop:2442 : start_time=1722674145509 2024-08-03 08:35:47.202 | + functions-common:time_stop:2444 : [[ -z 1722674145509 ]] 2024-08-03 08:35:47.204 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:47.207 | + functions-common:time_stop:2447 : end_time=1722674147205 2024-08-03 08:35:47.208 | + functions-common:time_stop:2448 : elapsed_time=1696 2024-08-03 08:35:47.210 | + functions-common:time_stop:2449 : total=88550 2024-08-03 08:35:47.212 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:47.213 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90246 2024-08-03 08:35:47.215 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-08-03 08:35:47.217 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-03 08:35:47.219 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:35:47.221 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:35:47.222 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:35:47.224 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:35:47.226 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:35:47.227 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:35:47.229 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:35:47.231 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:35:47.233 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:35:47.236 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674147234 2024-08-03 08:35:47.238 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-03 08:35:48.584 | From https://opendev.org/openstack/placement 2024-08-03 08:35:48.584 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-03 08:35:48.588 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:35:48.590 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:48.592 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:48.593 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:48.595 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:48.597 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:48.598 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:35:48.600 | + functions-common:time_stop:2442 : start_time=1722674147234 2024-08-03 08:35:48.602 | + functions-common:time_stop:2444 : [[ -z 1722674147234 ]] 2024-08-03 08:35:48.604 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:48.607 | + functions-common:time_stop:2447 : end_time=1722674148605 2024-08-03 08:35:48.609 | + functions-common:time_stop:2448 : elapsed_time=1371 2024-08-03 08:35:48.610 | + functions-common:time_stop:2449 : total=90246 2024-08-03 08:35:48.612 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:48.614 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91617 2024-08-03 08:35:48.616 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:35:48.617 | + functions-common:git_timed:720 : local count=0 2024-08-03 08:35:48.619 | + functions-common:git_timed:721 : local timeout=0 2024-08-03 08:35:48.621 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:35:48.622 | + functions-common:git_timed:724 : timeout=0 2024-08-03 08:35:48.624 | + functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:35:48.626 | + functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:35:48.627 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:35:48.629 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:35:48.631 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:35:48.634 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674148632 2024-08-03 08:35:48.636 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:35:48.662 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:35:48.662 | 2024-08-03 08:35:48.662 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:35:48.662 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:35:48.662 | state without impacting any branches by switching back to a branch. 2024-08-03 08:35:48.662 | 2024-08-03 08:35:48.662 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:35:48.662 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:35:48.662 | 2024-08-03 08:35:48.662 | git switch -c 2024-08-03 08:35:48.662 | 2024-08-03 08:35:48.662 | Or undo this operation with: 2024-08-03 08:35:48.662 | 2024-08-03 08:35:48.662 | git switch - 2024-08-03 08:35:48.662 | 2024-08-03 08:35:48.662 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:35:48.662 | 2024-08-03 08:35:48.662 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-03 08:35:48.665 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:35:48.667 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:48.668 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:48.670 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:48.672 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:48.673 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:48.675 | + functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:35:48.677 | + functions-common:time_stop:2442 : start_time=1722674148632 2024-08-03 08:35:48.678 | + functions-common:time_stop:2444 : [[ -z 1722674148632 ]] 2024-08-03 08:35:48.680 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:48.684 | + functions-common:time_stop:2447 : end_time=1722674148681 2024-08-03 08:35:48.686 | + functions-common:time_stop:2448 : elapsed_time=49 2024-08-03 08:35:48.687 | + functions-common:time_stop:2449 : total=91617 2024-08-03 08:35:48.689 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:48.691 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91666 2024-08-03 08:35:48.692 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-08-03 08:35:48.703 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-08-03 08:35:48.705 | + functions-common:git_clone:696 : git show --oneline 2024-08-03 08:35:48.705 | + functions-common:git_clone:696 : head -1 2024-08-03 08:35:48.707 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-03 08:35:48.709 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:35:48.711 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-08-03 08:35:48.713 | + inc/python:setup_develop:334 : local bindep 2024-08-03 08:35:48.715 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-08-03 08:35:48.716 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-08-03 08:35:48.718 | + inc/python:setup_develop:340 : local extras= 2024-08-03 08:35:48.720 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-08-03 08:35:48.722 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-03 08:35:48.724 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-08-03 08:35:48.725 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-08-03 08:35:48.727 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-03 08:35:48.729 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-03 08:35:48.731 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-08-03 08:35:48.733 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-03 08:35:48.735 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-08-03 08:35:48.737 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-03 08:35:48.739 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-03 08:35:48.741 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-08-03 08:35:48.746 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-08-03 08:35:48.748 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-08-03 08:35:49.063 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-08-03 08:35:49.065 | + inc/python:setup_package:414 : local bindep=0 2024-08-03 08:35:49.067 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-03 08:35:49.069 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-03 08:35:49.071 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-08-03 08:35:49.073 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-08-03 08:35:49.075 | + inc/python:setup_package:423 : local flags=-e 2024-08-03 08:35:49.077 | + inc/python:setup_package:424 : local extras= 2024-08-03 08:35:49.079 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-03 08:35:49.081 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-03 08:35:49.083 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-03 08:35:49.085 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-03 08:35:49.087 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-03 08:35:49.089 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-08-03 08:35:49.105 | Using python 3.10 to install /opt/stack/placement 2024-08-03 08:35:49.107 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-08-03 08:35:50.034 | Obtaining file:///opt/stack/placement 2024-08-03 08:35:50.035 | Preparing metadata (setup.py): started 2024-08-03 08:35:50.412 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:35:50.467 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-08-03 08:35:50.468 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-08-03 08:35:50.468 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-08-03 08:35:50.469 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-08-03 08:35:50.470 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-08-03 08:35:50.470 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-08-03 08:35:50.471 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-08-03 08:35:50.472 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-08-03 08:35:50.472 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-03 08:35:50.473 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-08-03 08:35:50.474 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-03 08:35:50.475 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-08-03 08:35:50.475 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-08-03 08:35:50.476 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-03 08:35:50.477 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-08-03 08:35:50.477 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-03 08:35:50.478 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-08-03 08:35:50.479 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-08-03 08:35:50.479 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-08-03 08:35:50.480 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-08-03 08:35:50.481 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-08-03 08:35:50.499 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-08-03 08:35:50.500 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-08-03 08:35:50.523 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-08-03 08:35:50.524 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.2) 2024-08-03 08:35:50.525 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-08-03 08:35:50.526 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-08-03 08:35:50.527 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-08-03 08:35:50.528 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-08-03 08:35:50.536 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-08-03 08:35:50.554 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-08-03 08:35:50.555 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-08-03 08:35:50.555 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-08-03 08:35:50.556 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-08-03 08:35:50.557 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-08-03 08:35:50.598 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-08-03 08:35:50.599 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-08-03 08:35:50.600 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-08-03 08:35:50.601 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-08-03 08:35:50.618 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-08-03 08:35:50.620 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-08-03 08:35:50.627 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-08-03 08:35:50.628 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-08-03 08:35:50.629 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-08-03 08:35:50.639 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-08-03 08:35:50.640 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-08-03 08:35:50.645 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-08-03 08:35:50.652 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2024-08-03 08:35:50.653 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-08-03 08:35:50.653 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-08-03 08:35:50.654 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-08-03 08:35:50.665 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-08-03 08:35:50.666 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-08-03 08:35:50.667 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-08-03 08:35:50.667 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-08-03 08:35:50.674 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-08-03 08:35:50.736 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-08-03 08:35:50.750 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-08-03 08:35:50.793 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-08-03 08:35:50.811 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-08-03 08:35:50.836 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-08-03 08:35:50.868 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-08-03 08:35:50.884 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-08-03 08:35:50.953 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-08-03 08:35:50.954 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-08-03 08:35:50.955 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-08-03 08:35:50.979 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-08-03 08:35:51.756 | Installing collected packages: openstack-placement 2024-08-03 08:35:51.756 | Running setup.py develop for openstack-placement 2024-08-03 08:35:52.380 | Successfully installed openstack-placement 2024-08-03 08:35:52.380 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:35:52.486 | + inc/python:pip_install:196 : result=0 2024-08-03 08:35:52.488 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:35:52.490 | + functions-common:time_stop:2435 : local name 2024-08-03 08:35:52.492 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:52.494 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:52.495 | + functions-common:time_stop:2438 : local total 2024-08-03 08:35:52.497 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:52.499 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:35:52.501 | + functions-common:time_stop:2442 : start_time=1722674149101 2024-08-03 08:35:52.503 | + functions-common:time_stop:2444 : [[ -z 1722674149101 ]] 2024-08-03 08:35:52.505 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:52.508 | + functions-common:time_stop:2447 : end_time=1722674152506 2024-08-03 08:35:52.510 | + functions-common:time_stop:2448 : elapsed_time=3405 2024-08-03 08:35:52.512 | + functions-common:time_stop:2449 : total=82901 2024-08-03 08:35:52.513 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:52.516 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86306 2024-08-03 08:35:52.518 | + inc/python:pip_install:199 : return 0 2024-08-03 08:35:52.520 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-03 08:35:52.521 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-03 08:35:52.523 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-03 08:35:52.538 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-03 08:35:52.548 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-08-03 08:35:52.550 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-08-03 08:35:52.551 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:35:52.553 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:35:52.555 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-08-03 08:35:52.557 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:35:52.559 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-03 08:35:52.561 | + stack.sh:main:969 : configure_placement 2024-08-03 08:35:52.563 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-08-03 08:35:52.573 | + lib/placement:configure_placement:113 : create_placement_conf 2024-08-03 08:35:52.574 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-08-03 08:35:52.578 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-08-03 08:35:52.580 | ++ lib/database:database_connection_url:134 : local db=placement 2024-08-03 08:35:52.582 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-08-03 08:35:52.584 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-08-03 08:35:52.586 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:35:52.588 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:52.589 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-03 08:35:52.592 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-03 08:35:52.617 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-08-03 08:35:52.642 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-08-03 08:35:52.666 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-08-03 08:35:52.668 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-08-03 08:35:52.670 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-03 08:35:52.672 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-03 08:35:52.674 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-08-03 08:35:52.699 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-08-03 08:35:52.722 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-03 08:35:52.745 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-08-03 08:35:52.768 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-08-03 08:35:52.792 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-08-03 08:35:52.815 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-08-03 08:35:52.839 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-08-03 08:35:52.863 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:35:52.886 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-08-03 08:35:52.910 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-08-03 08:35:52.912 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-08-03 08:35:52.914 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-08-03 08:35:52.916 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-03 08:35:52.929 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-03 08:35:52.931 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-03 08:35:52.933 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:52.935 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-03 08:35:52.937 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-03 08:35:52.960 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:35:52.983 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:35:53.007 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-03 08:35:53.031 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-03 08:35:53.033 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-08-03 08:35:53.035 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-08-03 08:35:53.036 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-08-03 08:35:53.038 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-08-03 08:35:53.040 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-03 08:35:53.042 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-03 08:35:53.044 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-08-03 08:35:53.047 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-08-03 08:35:53.049 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-03 08:35:53.051 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-03 08:35:53.060 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-03 08:35:53.061 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:35:53.067 | d /var/run/uwsgi 0755 stack root 2024-08-03 08:35:53.070 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-03 08:35:53.078 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-03 08:35:53.081 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-08-03 08:35:53.083 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-08-03 08:35:53.086 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-08-03 08:35:53.111 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-08-03 08:35:53.134 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-08-03 08:35:53.156 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-08-03 08:35:53.180 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-08-03 08:35:53.203 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-03 08:35:53.226 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-08-03 08:35:53.249 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-08-03 08:35:53.272 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-08-03 08:35:53.295 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-03 08:35:53.318 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-08-03 08:35:53.341 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-03 08:35:53.364 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-08-03 08:35:53.387 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-03 08:35:53.389 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-03 08:35:53.391 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-08-03 08:35:53.393 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-08-03 08:35:53.395 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-03 08:35:53.397 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:53.399 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:53.401 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-08-03 08:35:53.403 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-08-03 08:35:53.405 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-08-03 08:35:53.429 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-08-03 08:35:53.452 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-08-03 08:35:53.453 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-08-03 08:35:53.459 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-08-03 08:35:53.462 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-08-03 08:35:53.464 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-08-03 08:35:53.466 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-03 08:35:53.468 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-03 08:35:53.470 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-03 08:35:53.472 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:53.474 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:53.475 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-03 08:35:53.477 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-03 08:35:53.479 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:35:53.481 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:35:53.483 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-08-03 08:35:53.514 | Enabling site placement-api. 2024-08-03 08:35:53.518 | To activate the new configuration, you need to run: 2024-08-03 08:35:53.518 | systemctl reload apache2 2024-08-03 08:35:53.522 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-03 08:35:53.524 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-03 08:35:53.525 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:35:53.527 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-03 08:35:53.630 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:53.631 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-03 08:35:53.633 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-08-03 08:35:53.659 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-08-03 08:35:53.682 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-08-03 08:35:53.695 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:53.697 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-08-03 08:35:53.709 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:53.711 | + stack.sh:main:977 : is_service_enabled n-sch 2024-08-03 08:35:53.724 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:53.726 | + stack.sh:main:978 : configure_placement_nova_compute 2024-08-03 08:35:53.728 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-08-03 08:35:53.730 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-08-03 08:35:53.755 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-08-03 08:35:53.779 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-08-03 08:35:53.803 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-08-03 08:35:53.826 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-08-03 08:35:53.849 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-08-03 08:35:53.872 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-08-03 08:35:53.896 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-08-03 08:35:53.919 | + stack.sh:main:982 : is_service_enabled horizon 2024-08-03 08:35:53.932 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:53.934 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-08-03 08:35:53.946 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:35:53.948 | + stack.sh:main:995 : run_phase stack install 2024-08-03 08:35:53.950 | + functions-common:run_phase:1863 : local mode=stack 2024-08-03 08:35:53.952 | + functions-common:run_phase:1864 : local phase=install 2024-08-03 08:35:53.954 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-03 08:35:53.956 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-03 08:35:53.957 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-03 08:35:53.959 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-03 08:35:53.961 | + functions-common:run_phase:1873 : local extra 2024-08-03 08:35:53.963 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-03 08:35:53.967 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-03 08:35:53.969 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-03 08:35:53.971 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-03 08:35:53.973 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-08-03 08:35:53.974 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-03 08:35:53.986 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:35:53.988 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:35:53.989 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:35:53.991 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-03 08:35:53.993 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-08-03 08:35:53.994 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:35:53.996 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-08-03 08:35:53.998 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-08-03 08:35:54.000 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-08-03 08:35:54.045 | ++ inc/async:async_inner:63 : install_tempest 2024-08-03 08:35:54.073 | [3508 Async install_tempest:26991]: running: install_tempest 2024-08-03 08:35:54.075 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-03 08:35:54.078 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-03 08:35:54.080 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:35:54.082 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-03 08:35:54.084 | + functions-common:run_phase:1890 : run_plugins stack install 2024-08-03 08:35:54.086 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-03 08:35:54.088 | + functions-common:run_plugins:1850 : local phase=install 2024-08-03 08:35:54.090 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-03 08:35:54.092 | + functions-common:run_plugins:1853 : local plugin 2024-08-03 08:35:54.094 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-03 08:35:54.096 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:35:54.098 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-03 08:35:54.101 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-08-03 08:35:54.102 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:35:54.105 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:35:54.107 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-03 08:35:54.109 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-08-03 08:35:54.111 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:35:54.113 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-08-03 08:35:54.115 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-08-03 08:35:54.117 | ++ inc/python:setup_develop:334 : local bindep 2024-08-03 08:35:54.119 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-03 08:35:54.121 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-08-03 08:35:54.122 | ++ inc/python:setup_develop:340 : local extras= 2024-08-03 08:35:54.124 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-08-03 08:35:54.127 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-03 08:35:54.128 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-03 08:35:54.130 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-08-03 08:35:54.132 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-03 08:35:54.134 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-03 08:35:54.136 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-08-03 08:35:54.138 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-03 08:35:54.140 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-08-03 08:35:54.142 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-03 08:35:54.144 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-03 08:35:54.146 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-08-03 08:35:54.150 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-08-03 08:35:54.152 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-08-03 08:35:54.467 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-08-03 08:35:54.469 | ++ inc/python:setup_package:414 : local bindep=0 2024-08-03 08:35:54.471 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-08-03 08:35:54.473 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-08-03 08:35:54.475 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-08-03 08:35:54.477 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-08-03 08:35:54.478 | ++ inc/python:setup_package:423 : local flags=-e 2024-08-03 08:35:54.480 | ++ inc/python:setup_package:424 : local extras= 2024-08-03 08:35:54.482 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-08-03 08:35:54.484 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-08-03 08:35:54.486 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-03 08:35:54.488 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-03 08:35:54.489 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-03 08:35:54.491 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-08-03 08:35:54.507 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-08-03 08:35:54.509 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-08-03 08:35:55.443 | Obtaining file:///opt/stack/networking-nsx-t 2024-08-03 08:35:55.443 | Preparing metadata (setup.py): started 2024-08-03 08:35:55.823 | Preparing metadata (setup.py): finished with status 'done' 2024-08-03 08:35:55.972 | Collecting Babel>=1.3 2024-08-03 08:35:56.025 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-08-03 08:35:56.074 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (22.1.0) 2024-08-03 08:35:56.097 | Collecting ipaddress 2024-08-03 08:35:56.099 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-08-03 08:35:56.101 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.8.0) 2024-08-03 08:35:56.102 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.4.2) 2024-08-03 08:35:56.102 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.1.1) 2024-08-03 08:35:56.103 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.0.0) 2024-08-03 08:35:56.104 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.2.0) 2024-08-03 08:35:56.105 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-08-03 08:35:56.105 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.1.2) 2024-08-03 08:35:56.106 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.1.0) 2024-08-03 08:35:56.107 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.11.1) 2024-08-03 08:35:56.108 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.14.1) 2024-08-03 08:35:56.109 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.0.0) 2024-08-03 08:35:56.221 | Collecting ratelimiter 2024-08-03 08:35:56.223 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-08-03 08:35:56.225 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.2.0) 2024-08-03 08:35:56.227 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev19) (2022.4) 2024-08-03 08:35:56.243 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (14.2.4) 2024-08-03 08:35:56.244 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.1.0) 2024-08-03 08:35:56.245 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.0.0) 2024-08-03 08:35:56.246 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.4.41) 2024-08-03 08:35:56.246 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-08-03 08:35:56.248 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (4.1.1) 2024-08-03 08:35:56.248 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.2) 2024-08-03 08:35:56.249 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.10.0) 2024-08-03 08:35:56.250 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.8.7) 2024-08-03 08:35:56.251 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (12.3.2) 2024-08-03 08:35:56.252 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.6.0) 2024-08-03 08:35:56.252 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.3.2) 2024-08-03 08:35:56.253 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.4.3) 2024-08-03 08:35:56.254 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-08-03 08:35:56.255 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.4.2) 2024-08-03 08:35:56.274 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2.28.1) 2024-08-03 08:35:56.275 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2.5.0) 2024-08-03 08:35:56.276 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (6.0) 2024-08-03 08:35:56.277 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (1.5.0) 2024-08-03 08:35:56.320 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev19) (0.9.6) 2024-08-03 08:35:56.321 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev19) (2.8.2) 2024-08-03 08:35:56.326 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev19) (1.0.4) 2024-08-03 08:35:56.336 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (1.1.3) 2024-08-03 08:35:56.338 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (0.33.1) 2024-08-03 08:35:56.339 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (2.1.1) 2024-08-03 08:35:56.339 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (2.5.1) 2024-08-03 08:35:56.340 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (4.0.1) 2024-08-03 08:35:56.341 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (3.5.2) 2024-08-03 08:35:56.342 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (1.4.0) 2024-08-03 08:35:56.348 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (23.1) 2024-08-03 08:35:56.349 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (0.11.0) 2024-08-03 08:35:56.350 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (1.1.0) 2024-08-03 08:35:56.351 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (3.0.9) 2024-08-03 08:35:56.395 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.7.0) 2024-08-03 08:35:56.397 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.1.0) 2024-08-03 08:35:56.397 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.17.6) 2024-08-03 08:35:56.399 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (4.2.0) 2024-08-03 08:35:56.400 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.1.0) 2024-08-03 08:35:56.432 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.18) 2024-08-03 08:35:56.433 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (6.3.1) 2024-08-03 08:35:56.433 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (2.4.1) 2024-08-03 08:35:56.434 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.13.1) 2024-08-03 08:35:56.442 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.4.2) 2024-08-03 08:35:56.442 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (0.5.1) 2024-08-03 08:35:56.443 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.4.1) 2024-08-03 08:35:56.444 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.0.0) 2024-08-03 08:35:56.449 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (1.14.1) 2024-08-03 08:35:56.455 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (1.16.0) 2024-08-03 08:35:56.456 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (2.2.1) 2024-08-03 08:35:56.499 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.7.0) 2024-08-03 08:35:56.510 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.0.1) 2024-08-03 08:35:56.518 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.17.7) 2024-08-03 08:35:56.519 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.6.13) 2024-08-03 08:35:56.565 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.13.0) 2024-08-03 08:35:56.566 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.8.1) 2024-08-03 08:35:56.567 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.0.1) 2024-08-03 08:35:56.568 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.5.0) 2024-08-03 08:35:56.593 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.6.0) 2024-08-03 08:35:56.594 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.2.0) 2024-08-03 08:35:56.595 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.2.4) 2024-08-03 08:35:56.596 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-08-03 08:35:56.598 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-08-03 08:35:56.651 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (59.6.0) 2024-08-03 08:35:56.667 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.3.5) 2024-08-03 08:35:56.668 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.2.3) 2024-08-03 08:35:56.720 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (3.4) 2024-08-03 08:35:56.721 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (1.26.12) 2024-08-03 08:35:56.722 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2.1.1) 2024-08-03 08:35:56.723 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2020.6.20) 2024-08-03 08:35:56.740 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (0.7) 2024-08-03 08:35:56.879 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.0.0) 2024-08-03 08:35:56.935 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (0.2.5) 2024-08-03 08:35:56.936 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.8.2) 2024-08-03 08:35:56.986 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.8.1) 2024-08-03 08:35:57.031 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.1.1) 2024-08-03 08:35:57.042 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (4.9.1) 2024-08-03 08:35:57.043 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.11.0) 2024-08-03 08:35:57.060 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.4.4) 2024-08-03 08:35:57.061 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.1.8) 2024-08-03 08:35:57.062 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (38.0.2) 2024-08-03 08:35:57.063 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.4.0) 2024-08-03 08:35:57.064 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.32) 2024-08-03 08:35:57.064 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-08-03 08:35:57.065 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.0.1) 2024-08-03 08:35:57.127 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.1.2) 2024-08-03 08:35:57.128 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (4.0.0) 2024-08-03 08:35:57.131 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.3.0) 2024-08-03 08:35:57.141 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.4.0) 2024-08-03 08:35:57.184 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.5.2) 2024-08-03 08:35:57.185 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.4.3) 2024-08-03 08:35:57.207 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.5.0) 2024-08-03 08:35:57.282 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.15.1) 2024-08-03 08:35:57.374 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.5.0) 2024-08-03 08:35:57.487 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.21) 2024-08-03 08:35:58.050 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-08-03 08:35:58.084 | Attempting uninstall: Babel 2024-08-03 08:35:58.085 | Found existing installation: Babel 2.8.0 2024-08-03 08:35:58.086 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-03 08:35:58.087 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-08-03 08:35:58.450 | Running setup.py develop for networking-nsxv3 2024-08-03 08:35:59.271 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-08-03 08:35:59.272 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:35:59.385 | ++ inc/python:pip_install:196 : result=0 2024-08-03 08:35:59.388 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:35:59.389 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:35:59.391 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:35:59.393 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:35:59.395 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:35:59.396 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:35:59.398 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:35:59.400 | ++ functions-common:time_stop:2442 : start_time=1722674154503 2024-08-03 08:35:59.401 | ++ functions-common:time_stop:2444 : [[ -z 1722674154503 ]] 2024-08-03 08:35:59.403 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:35:59.407 | ++ functions-common:time_stop:2447 : end_time=1722674159405 2024-08-03 08:35:59.408 | ++ functions-common:time_stop:2448 : elapsed_time=4902 2024-08-03 08:35:59.410 | ++ functions-common:time_stop:2449 : total=86306 2024-08-03 08:35:59.411 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:35:59.413 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91208 2024-08-03 08:35:59.415 | ++ inc/python:pip_install:199 : return 0 2024-08-03 08:35:59.417 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-03 08:35:59.419 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-03 08:35:59.421 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-03 08:35:59.435 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-03 08:35:59.444 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-08-03 08:35:59.446 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-08-03 08:35:59.448 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:35:59.450 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:35:59.452 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-08-03 08:35:59.454 | ++ inc/python:use_library_from_git:249 : return 1 2024-08-03 08:35:59.456 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-08-03 08:35:59.457 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-08-03 08:35:59.459 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-03 08:35:59.461 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-03 08:35:59.463 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-08-03 08:35:59.465 | + inc/python:use_library_from_git:249 : return 1 2024-08-03 08:35:59.467 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-08-03 08:35:59.468 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-08-03 08:35:59.470 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-03 08:35:59.472 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-08-03 08:35:59.474 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-08-03 08:35:59.476 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-03 08:35:59.480 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-08-03 08:35:59.480 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-03 08:35:59.484 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-08-03 08:35:59.486 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-08-03 08:35:59.488 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-08-03 08:35:59.490 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-08-03 08:35:59.492 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-08-03 08:35:59.509 | Using python 3.10 to install python-openstackclient 2024-08-03 08:35:59.511 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-08-03 08:36:00.580 | Collecting python-openstackclient 2024-08-03 08:36:00.589 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-08-03 08:36:00.608 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-08-03 08:36:00.609 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-08-03 08:36:00.609 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-08-03 08:36:00.610 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-08-03 08:36:00.611 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-08-03 08:36:00.612 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-08-03 08:36:00.612 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-08-03 08:36:00.613 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-08-03 08:36:00.614 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-08-03 08:36:00.615 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-08-03 08:36:00.616 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-08-03 08:36:00.621 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-08-03 08:36:00.622 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-08-03 08:36:00.622 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-08-03 08:36:00.623 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-08-03 08:36:00.624 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-08-03 08:36:00.635 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-08-03 08:36:00.635 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-08-03 08:36:00.636 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-08-03 08:36:00.637 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-08-03 08:36:00.638 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-08-03 08:36:00.639 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-08-03 08:36:00.640 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-08-03 08:36:00.641 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-08-03 08:36:00.641 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-08-03 08:36:00.642 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-08-03 08:36:00.648 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-08-03 08:36:00.656 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-08-03 08:36:00.656 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-08-03 08:36:00.657 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-08-03 08:36:00.658 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-08-03 08:36:00.659 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-08-03 08:36:00.666 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-08-03 08:36:00.676 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-08-03 08:36:00.677 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.1) 2024-08-03 08:36:00.678 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-08-03 08:36:00.734 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-08-03 08:36:00.735 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-08-03 08:36:00.736 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-08-03 08:36:00.754 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-08-03 08:36:00.758 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-08-03 08:36:00.784 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-08-03 08:36:00.841 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-08-03 08:36:00.847 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-08-03 08:36:00.877 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-08-03 08:36:00.877 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2024-08-03 08:36:00.878 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-08-03 08:36:00.879 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-08-03 08:36:00.924 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-08-03 08:36:01.809 | Installing collected packages: python-openstackclient 2024-08-03 08:36:02.674 | Successfully installed python-openstackclient-6.2.0 2024-08-03 08:36:02.674 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:36:02.835 | + inc/python:pip_install:196 : result=0 2024-08-03 08:36:02.837 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:36:02.839 | + functions-common:time_stop:2435 : local name 2024-08-03 08:36:02.841 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:36:02.843 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:36:02.845 | + functions-common:time_stop:2438 : local total 2024-08-03 08:36:02.847 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:36:02.849 | + functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:36:02.851 | + functions-common:time_stop:2442 : start_time=1722674159504 2024-08-03 08:36:02.853 | + functions-common:time_stop:2444 : [[ -z 1722674159504 ]] 2024-08-03 08:36:02.855 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:36:02.859 | + functions-common:time_stop:2447 : end_time=1722674162856 2024-08-03 08:36:02.861 | + functions-common:time_stop:2448 : elapsed_time=3352 2024-08-03 08:36:02.862 | + functions-common:time_stop:2449 : total=91208 2024-08-03 08:36:02.864 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:36:02.866 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94560 2024-08-03 08:36:02.868 | + inc/python:pip_install:199 : return 0 2024-08-03 08:36:02.870 | + stack.sh:main:1007 : install_oscwrap 2024-08-03 08:36:02.872 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-08-03 08:36:02.876 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.cL88G1SXSb 2024-08-03 08:36:02.878 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-08-03 08:36:02.879 | + functions-common:install_oscwrap:2486 : unalias -a 2024-08-03 08:36:02.882 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-08-03 08:36:02.883 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-08-03 08:36:02.885 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-03 08:36:02.887 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-08-03 08:36:02.901 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:02.903 | + stack.sh:main:1061 : configure_database 2024-08-03 08:36:02.905 | + lib/database:configure_database:128 : configure_database_mysql 2024-08-03 08:36:02.907 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-08-03 08:36:02.909 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-08-03 08:36:02.910 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:36:02.912 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-08-03 08:36:02.914 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-08-03 08:36:02.915 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:36:02.917 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:36:02.919 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-08-03 08:36:02.921 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-08-03 08:36:02.924 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-03 08:36:02.925 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-03 08:36:02.928 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-08-03 08:36:02.980 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-08-03 08:36:02.982 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-03 08:36:02.984 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-03 08:36:02.986 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-03 08:36:02.988 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-03 08:36:02.989 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-03 08:36:02.991 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-03 08:36:02.993 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-03 08:36:02.995 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-03 08:36:02.997 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-03 08:36:02.999 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-03 08:36:03.001 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-03 08:36:03.003 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-03 08:36:03.004 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-08-03 08:36:03.016 | + functions-common:is_suse:544 : is_opensuse 2024-08-03 08:36:03.018 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-03 08:36:03.019 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-03 08:36:03.021 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-03 08:36:03.023 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-03 08:36:03.025 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-03 08:36:03.027 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-08-03 08:36:03.028 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:36:03.030 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:36:03.032 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-08-03 08:36:03.033 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:36:03.035 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-03 08:36:03.602 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-08-03 08:36:03.604 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:36:03.606 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:36:03.608 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-08-03 08:36:03.611 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-08-03 08:36:03.613 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-08-03 08:36:03.615 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:36:03.617 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:36:03.619 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-08-03 08:36:03.621 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-08-03 08:36:03.623 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-08-03 08:36:03.626 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:36:03.628 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:36:03.630 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-08-03 08:36:03.632 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-08-03 08:36:03.633 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-08-03 08:36:03.635 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-08-03 08:36:03.651 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-08-03 08:36:03.655 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:36:03.657 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:36:03.659 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-08-03 08:36:03.661 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-08-03 08:36:03.663 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-08-03 08:36:03.712 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-08-03 08:36:03.763 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-08-03 08:36:03.809 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-08-03 08:36:03.811 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-08-03 08:36:03.813 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-08-03 08:36:03.815 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-08-03 08:36:03.817 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:36:03.818 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-03 08:36:04.376 | + stack.sh:main:1065 : save_stackenv 1065 2024-08-03 08:36:04.378 | + functions-common:save_stackenv:60 : local tag=1065 2024-08-03 08:36:04.381 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-03 08:36:04.384 | + functions-common:save_stackenv:62 : time_stamp=2024-08-03-083604 2024-08-03 08:36:04.387 | + functions-common:save_stackenv:63 : echo '# 2024-08-03-083604 1065' 2024-08-03 08:36:04.389 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.390 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-03 08:36:04.392 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.394 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-03 08:36:04.396 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.398 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-03 08:36:04.399 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.401 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-03 08:36:04.403 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.404 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-03 08:36:04.406 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.408 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-03 08:36:04.410 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.411 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-03-083208 2024-08-03 08:36:04.413 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.415 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-03 08:36:04.417 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.419 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-03 08:36:04.420 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.422 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-03 08:36:04.424 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.426 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-03 08:36:04.427 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.429 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-03 08:36:04.431 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.433 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-03 08:36:04.435 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.437 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-03 08:36:04.438 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:36:04.440 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-03 08:36:04.442 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-08-03 08:36:04.444 | + stack.sh:main:1091 : start_dstat 2024-08-03 08:36:04.446 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-03 08:36:04.448 | + functions-common:run_process:1689 : local service=dstat 2024-08-03 08:36:04.449 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-03 08:36:04.451 | + functions-common:run_process:1691 : local group= 2024-08-03 08:36:04.453 | + functions-common:run_process:1692 : local user= 2024-08-03 08:36:04.459 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:36:04.461 | + functions-common:run_process:1695 : local name=dstat 2024-08-03 08:36:04.463 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:36:04.465 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:36:04.471 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:36:04.473 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:36:04.475 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:36:04.479 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674164477 2024-08-03 08:36:04.481 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-08-03 08:36:04.494 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:04.496 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:36:04.498 | + functions-common:time_stop:2435 : local name 2024-08-03 08:36:04.500 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:36:04.502 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:36:04.503 | + functions-common:time_stop:2438 : local total 2024-08-03 08:36:04.505 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:36:04.507 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:36:04.509 | + functions-common:time_stop:2442 : start_time=1722674164477 2024-08-03 08:36:04.511 | + functions-common:time_stop:2444 : [[ -z 1722674164477 ]] 2024-08-03 08:36:04.513 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:36:04.516 | + functions-common:time_stop:2447 : end_time=1722674164514 2024-08-03 08:36:04.518 | + functions-common:time_stop:2448 : elapsed_time=37 2024-08-03 08:36:04.520 | + functions-common:time_stop:2449 : total=0 2024-08-03 08:36:04.522 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:36:04.524 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=37 2024-08-03 08:36:04.526 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-08-03 08:36:04.528 | + functions-common:run_process:1689 : local service=memory_tracker 2024-08-03 08:36:04.529 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-08-03 08:36:04.531 | + functions-common:run_process:1691 : local group= 2024-08-03 08:36:04.533 | + functions-common:run_process:1692 : local user=root 2024-08-03 08:36:04.535 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:36:04.537 | + functions-common:run_process:1695 : local name=memory_tracker 2024-08-03 08:36:04.539 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:36:04.541 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:36:04.542 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:36:04.544 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:36:04.546 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:36:04.550 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674164548 2024-08-03 08:36:04.552 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-08-03 08:36:04.565 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:04.567 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:36:04.569 | + functions-common:time_stop:2435 : local name 2024-08-03 08:36:04.570 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:36:04.572 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:36:04.574 | + functions-common:time_stop:2438 : local total 2024-08-03 08:36:04.576 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:36:04.578 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:36:04.579 | + functions-common:time_stop:2442 : start_time=1722674164548 2024-08-03 08:36:04.581 | + functions-common:time_stop:2444 : [[ -z 1722674164548 ]] 2024-08-03 08:36:04.584 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:36:04.587 | + functions-common:time_stop:2447 : end_time=1722674164585 2024-08-03 08:36:04.589 | + functions-common:time_stop:2448 : elapsed_time=37 2024-08-03 08:36:04.591 | + functions-common:time_stop:2449 : total=37 2024-08-03 08:36:04.593 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:36:04.595 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=74 2024-08-03 08:36:04.597 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-08-03 08:36:04.611 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:04.612 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-08-03 08:36:04.614 | + functions-common:run_process:1689 : local service=file_tracker 2024-08-03 08:36:04.616 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-08-03 08:36:04.618 | + functions-common:run_process:1691 : local group= 2024-08-03 08:36:04.620 | + functions-common:run_process:1692 : local user= 2024-08-03 08:36:04.622 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:36:04.623 | + functions-common:run_process:1695 : local name=file_tracker 2024-08-03 08:36:04.625 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:36:04.627 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:36:04.629 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:36:04.632 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:36:04.635 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:36:04.639 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674164637 2024-08-03 08:36:04.641 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-08-03 08:36:04.657 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:04.661 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:36:04.665 | + functions-common:time_stop:2435 : local name 2024-08-03 08:36:04.667 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:36:04.670 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:36:04.672 | + functions-common:time_stop:2438 : local total 2024-08-03 08:36:04.676 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:36:04.678 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:36:04.680 | + functions-common:time_stop:2442 : start_time=1722674164637 2024-08-03 08:36:04.682 | + functions-common:time_stop:2444 : [[ -z 1722674164637 ]] 2024-08-03 08:36:04.685 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:36:04.688 | + functions-common:time_stop:2447 : end_time=1722674164686 2024-08-03 08:36:04.690 | + functions-common:time_stop:2448 : elapsed_time=49 2024-08-03 08:36:04.692 | + functions-common:time_stop:2449 : total=74 2024-08-03 08:36:04.694 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:36:04.696 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=123 2024-08-03 08:36:04.702 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-08-03 08:36:04.721 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:04.723 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-08-03 08:36:04.737 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:04.739 | + stack.sh:main:1104 : start_etcd3 2024-08-03 08:36:04.744 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-08-03 08:36:04.746 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-08-03 08:36:04.748 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-08-03 08:36:04.750 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-08-03 08:36:04.752 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-08-03 08:36:04.754 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-08-03 08:36:04.756 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-08-03 08:36:04.758 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-08-03 08:36:04.760 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-08-03 08:36:04.762 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-08-03 08:36:04.764 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-08-03 08:36:04.766 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-03 08:36:04.768 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2024-08-03 08:36:04.770 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-08-03 08:36:04.771 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-08-03 08:36:04.773 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:36:04.775 | + functions-common:write_user_unit_file:1561 : local user=root 2024-08-03 08:36:04.777 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:36:04.779 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:36:04.780 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:36:04.782 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-03 08:36:04.784 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:36:04.789 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-08-03 08:36:04.863 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-08-03 08:36:04.913 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-08-03 08:36:04.957 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-08-03 08:36:05.001 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-08-03 08:36:05.044 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:36:05.086 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:36:05.088 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:36:05.090 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-08-03 08:36:05.140 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:36:05.557 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-08-03 08:36:05.601 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-08-03 08:36:05.646 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-08-03 08:36:05.690 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-08-03 08:36:05.734 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-08-03 08:36:05.736 | ++ functions-common:is_arch:507 : uname -m 2024-08-03 08:36:05.739 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-03 08:36:05.741 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-08-03 08:36:06.072 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-08-03 08:36:06.082 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-08-03 08:36:06.420 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-08-03 08:36:06.897 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-08-03 08:36:06.912 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:06.914 | + stack.sh:main:1115 : write_clouds_yaml 2024-08-03 08:36:06.916 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-08-03 08:36:06.918 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-08-03 08:36:06.921 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-08-03 08:36:06.932 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-08-03 08:36:06.942 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-08-03 08:36:06.944 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-03 08:36:06.946 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-08-03 08:36:06.990 | The user clouds.yaml file didn't exist. 2024-08-03 08:36:06.999 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-08-03 08:36:07.054 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-08-03 08:36:07.109 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-08-03 08:36:07.167 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-08-03 08:36:07.224 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-08-03 08:36:07.286 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-08-03 08:36:07.347 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-08-03 08:36:07.409 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-08-03 08:36:07.475 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-08-03 08:36:07.541 | + functions-common:write_clouds_yaml:198 : cat 2024-08-03 08:36:07.545 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-08-03 08:36:07.547 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-08-03 08:36:07.550 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-08-03 08:36:07.553 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-08-03 08:36:07.555 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-08-03 08:36:07.557 | + stack.sh:main:1118 : is_service_enabled keystone 2024-08-03 08:36:07.569 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:07.571 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-08-03 08:36:07.573 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:36:07.575 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-08-03 08:36:07.577 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-03 08:36:07.579 | + stack.sh:main:1122 : init_keystone 2024-08-03 08:36:07.581 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-08-03 08:36:07.593 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:07.595 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-08-03 08:36:07.597 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-08-03 08:36:07.599 | + lib/database:recreate_database:112 : local db=keystone 2024-08-03 08:36:07.601 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-08-03 08:36:07.602 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-08-03 08:36:07.604 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-08-03 08:36:07.613 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-08-03 08:36:07.621 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-08-03 08:36:07.623 | + functions-common:time_start:2421 : local name=dbsync 2024-08-03 08:36:07.625 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:36:07.627 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:36:07.629 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:36:07.633 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674167630 2024-08-03 08:36:07.634 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-08-03 08:36:09.517 | 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=29335) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:36:09.522 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-03 08:36:09.522 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:36:09.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-03 08:36:09.524 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29335) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-03 08:36:09.535 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-03 08:36:09.535 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-03 08:36:09.563 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-08-03 08:36:10.280 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29335) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-03 08:36:10.281 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-08-03 08:36:10.281 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29335) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:36:10.283 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-08-03 08:36:10.283 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29335) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-03 08:36:10.614 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-08-03 08:36:10.616 | + functions-common:time_stop:2435 : local name 2024-08-03 08:36:10.618 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:36:10.620 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:36:10.622 | + functions-common:time_stop:2438 : local total 2024-08-03 08:36:10.623 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:36:10.625 | + functions-common:time_stop:2441 : name=dbsync 2024-08-03 08:36:10.627 | + functions-common:time_stop:2442 : start_time=1722674167630 2024-08-03 08:36:10.629 | + functions-common:time_stop:2444 : [[ -z 1722674167630 ]] 2024-08-03 08:36:10.632 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:36:10.634 | + functions-common:time_stop:2447 : end_time=1722674170632 2024-08-03 08:36:10.636 | + functions-common:time_stop:2448 : elapsed_time=3002 2024-08-03 08:36:10.638 | + functions-common:time_stop:2449 : total=0 2024-08-03 08:36:10.640 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:36:10.642 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3002 2024-08-03 08:36:10.643 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-08-03 08:36:10.646 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-08-03 08:36:10.649 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-08-03 08:36:12.282 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-08-03 08:36:12.282 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-03 08:36:12.283 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-03 08:36:12.283 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-08-03 08:36:12.283 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-03 08:36:12.283 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-03 08:36:12.283 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-03 08:36:12.284 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-03 08:36:12.284 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-03 08:36:12.560 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-08-03 08:36:12.564 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-08-03 08:36:14.199 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-08-03 08:36:14.200 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-03 08:36:14.200 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-03 08:36:14.200 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-08-03 08:36:14.200 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-03 08:36:14.201 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-03 08:36:14.201 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-03 08:36:14.201 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-03 08:36:14.201 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-03 08:36:14.462 | + stack.sh:main:1123 : start_keystone 2024-08-03 08:36:14.464 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-08-03 08:36:14.466 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-08-03 08:36:14.468 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-08-03 08:36:14.480 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:14.482 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-08-03 08:36:14.484 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-08-03 08:36:14.487 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-08-03 08:36:14.489 | + functions-common:run_process:1689 : local service=keystone 2024-08-03 08:36:14.491 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-03 08:36:14.493 | + functions-common:run_process:1691 : local group= 2024-08-03 08:36:14.495 | + functions-common:run_process:1692 : local user= 2024-08-03 08:36:14.496 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:36:14.498 | + functions-common:run_process:1695 : local name=keystone 2024-08-03 08:36:14.500 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:36:14.502 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:36:14.503 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:36:14.505 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:36:14.507 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:36:14.511 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674174508 2024-08-03 08:36:14.513 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-08-03 08:36:14.524 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:14.526 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-08-03 08:36:14.528 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-08-03 08:36:14.530 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-03 08:36:14.532 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-03 08:36:14.534 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-03 08:36:14.535 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-03 08:36:14.537 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-08-03 08:36:14.539 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-08-03 08:36:14.541 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-08-03 08:36:14.542 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:36:14.544 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:36:14.546 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:36:14.548 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:36:14.550 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-08-03 08:36:14.552 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-08-03 08:36:14.553 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-08-03 08:36:14.555 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-03 08:36:14.557 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-03 08:36:14.558 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-03 08:36:14.560 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-03 08:36:14.562 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-08-03 08:36:14.563 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-03 08:36:14.566 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-08-03 08:36:14.615 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-08-03 08:36:14.663 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-08-03 08:36:14.706 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-03 08:36:14.748 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:36:14.792 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-08-03 08:36:14.833 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-08-03 08:36:14.874 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-08-03 08:36:14.918 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-08-03 08:36:14.948 | ++ inc/async:async_inner:64 : rc=0 2024-08-03 08:36:14.960 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-08-03 08:36:14.967 | [26991 Async install_tempest:26991]: finished successfully 2024-08-03 08:36:15.000 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-03 08:36:15.002 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-03 08:36:15.004 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-08-03 08:36:15.052 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-03 08:36:15.352 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-08-03 08:36:15.380 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-08-03 08:36:15.682 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-08-03 08:36:15.797 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:36:15.799 | + functions-common:time_stop:2435 : local name 2024-08-03 08:36:15.800 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:36:15.802 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:36:15.804 | + functions-common:time_stop:2438 : local total 2024-08-03 08:36:15.806 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:36:15.808 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:36:15.810 | + functions-common:time_stop:2442 : start_time=1722674174508 2024-08-03 08:36:15.811 | + functions-common:time_stop:2444 : [[ -z 1722674174508 ]] 2024-08-03 08:36:15.814 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:36:15.817 | + functions-common:time_stop:2447 : end_time=1722674175815 2024-08-03 08:36:15.819 | + functions-common:time_stop:2448 : elapsed_time=1307 2024-08-03 08:36:15.820 | + functions-common:time_stop:2449 : total=123 2024-08-03 08:36:15.822 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:36:15.824 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1430 2024-08-03 08:36:15.826 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-08-03 08:36:15.826 | Waiting for keystone to start... 2024-08-03 08:36:15.828 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-08-03 08:36:15.829 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-08-03 08:36:15.831 | + functions:wait_for_service:468 : local timeout=60 2024-08-03 08:36:15.833 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-08-03 08:36:15.835 | + functions:wait_for_service:470 : local rval=0 2024-08-03 08:36:15.837 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-03 08:36:15.839 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-03 08:36:15.842 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:36:15.843 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:36:15.846 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:36:15.849 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674175847 2024-08-03 08:36:15.851 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-03 08:36:15.855 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-08-03 08:36:18.238 | + :: : [[ 200 == 503 ]] 2024-08-03 08:36:18.240 | + :: : [[ 0 -eq 7 ]] 2024-08-03 08:36:18.242 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-03 08:36:18.244 | + functions-common:time_stop:2435 : local name 2024-08-03 08:36:18.246 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:36:18.248 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:36:18.250 | + functions-common:time_stop:2438 : local total 2024-08-03 08:36:18.252 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:36:18.254 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-03 08:36:18.255 | + functions-common:time_stop:2442 : start_time=1722674175847 2024-08-03 08:36:18.257 | + functions-common:time_stop:2444 : [[ -z 1722674175847 ]] 2024-08-03 08:36:18.260 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:36:18.263 | + functions-common:time_stop:2447 : end_time=1722674178261 2024-08-03 08:36:18.265 | + functions-common:time_stop:2448 : elapsed_time=2414 2024-08-03 08:36:18.267 | + functions-common:time_stop:2449 : total=0 2024-08-03 08:36:18.269 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:36:18.270 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2414 2024-08-03 08:36:18.272 | + functions:wait_for_service:478 : return 0 2024-08-03 08:36:18.274 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-08-03 08:36:18.287 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:18.289 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-08-03 08:36:18.291 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-03 08:36:18.293 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-08-03 08:36:18.828 | + stack.sh:main:1124 : bootstrap_keystone 2024-08-03 08:36:18.831 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-08-03 08:36:20.498 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.498 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.498 | 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=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.502 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.510 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.510 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.526 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.541 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.541 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.645 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.646 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.646 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.646 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.646 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.646 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.653 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.656 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30209) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-03 08:36:20.674 | 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=30209) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:36:20.774 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created domain default 2024-08-03 08:36:20.796 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created project admin 2024-08-03 08:36:20.811 | WARNING keystone.common.password_hashing [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-08-03 08:36:20.811 | DEBUG passlib.handlers.bcrypt [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30209) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-08-03 08:36:20.811 | DEBUG passlib.handlers.bcrypt [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30209) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-08-03 08:36:20.844 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created user admin 2024-08-03 08:36:20.850 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created role reader 2024-08-03 08:36:20.862 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created role member 2024-08-03 08:36:20.874 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created implied role where 9bc5ab046f814e2880de826b16f155a3 implies 55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:20.878 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created role admin 2024-08-03 08:36:20.885 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created implied role where 1059e7ec3d214059b648ebe639bd5149 implies 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:20.890 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Granted role admin on project admin to user admin. 2024-08-03 08:36:20.895 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Granted role admin on the system to user admin. 2024-08-03 08:36:20.900 | WARNING py.warnings [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-08-03 08:36:20.900 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-08-03 08:36:20.900 |  2024-08-03 08:36:20.902 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created region RegionOne 2024-08-03 08:36:20.917 | INFO keystone.cmd.bootstrap [None req-e1f548f7-436c-4383-9ac8-6d622524df4d None None] Created public endpoint http://10.180.1.21/identity 2024-08-03 08:36:21.233 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-08-03 08:36:21.235 | + stack.sh:main:1127 : create_keystone_accounts 2024-08-03 08:36:21.237 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-08-03 08:36:21.239 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-08-03 08:36:22.820 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:22.822 | + lib/keystone:create_keystone_accounts:315 : admin_project=8c6ed20a29b240ce9e769903ba4ae19a 2024-08-03 08:36:22.824 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-08-03 08:36:22.826 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-08-03 08:36:24.161 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:24.164 | + lib/keystone:create_keystone_accounts:317 : admin_user=efe4d46fcda841bd97207efec515c165 2024-08-03 08:36:24.166 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-08-03 08:36:24.168 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-08-03 08:36:24.170 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-08-03 08:36:24.171 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin efe4d46fcda841bd97207efec515c165 default 2024-08-03 08:36:24.220 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin efe4d46fcda841bd97207efec515c165 default 2024-08-03 08:36:24.251 | [3508 Async ks-domain-role:30328]: running: get_or_add_user_domain_role admin efe4d46fcda841bd97207efec515c165 default 2024-08-03 08:36:24.253 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-08-03 08:36:24.255 | + functions-common:get_or_create_domain:895 : local domain_id 2024-08-03 08:36:24.257 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-03 08:36:25.787 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:25.789 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-08-03 08:36:25.791 | + functions-common:get_or_create_domain:901 : echo default 2024-08-03 08:36:25.791 | default 2024-08-03 08:36:25.793 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-08-03 08:36:25.840 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-08-03 08:36:25.871 | [3508 Async ks-project:30438]: running: get_or_create_project service Default 2024-08-03 08:36:25.873 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-08-03 08:36:25.921 | + inc/async:async_inner:63 : get_or_create_role service 2024-08-03 08:36:25.951 | [3508 Async ks-service:30550]: running: get_or_create_role service 2024-08-03 08:36:25.953 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-08-03 08:36:25.997 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-08-03 08:36:26.027 | [3508 Async ks-reseller:30648]: running: get_or_create_role ResellerAdmin 2024-08-03 08:36:26.029 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-08-03 08:36:26.031 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-08-03 08:36:26.077 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-08-03 08:36:26.105 | [3508 Async ks-anotherrole:30745]: running: get_or_create_role anotherrole 2024-08-03 08:36:26.107 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-08-03 08:36:26.109 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-08-03 08:36:26.112 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-03 08:36:26.114 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-08-03 08:36:27.327 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:27.346 | [30550 Async ks-service:30550]: finished successfully 2024-08-03 08:36:27.541 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:27.561 | [30648 Async ks-reseller:30648]: finished successfully 2024-08-03 08:36:27.612 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:27.631 | [30438 Async ks-project:30438]: finished successfully 2024-08-03 08:36:27.670 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:27.691 | [30745 Async ks-anotherrole:30745]: finished successfully 2024-08-03 08:36:27.812 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:27.831 | [30328 Async ks-domain-role:30328]: finished successfully 2024-08-03 08:36:27.849 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:27.852 | ++ functions-common:get_or_create_project:951 : project_id=1c3beeeb970d41128a092ac90df84956 2024-08-03 08:36:27.853 | ++ functions-common:get_or_create_project:952 : echo 1c3beeeb970d41128a092ac90df84956 2024-08-03 08:36:27.856 | + lib/keystone:create_keystone_accounts:345 : invis_project=1c3beeeb970d41128a092ac90df84956 2024-08-03 08:36:27.858 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-08-03 08:36:27.860 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-08-03 08:36:27.862 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-03 08:36:27.864 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-08-03 08:36:29.224 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:29.226 | ++ functions-common:get_or_create_project:951 : project_id=18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:29.228 | ++ functions-common:get_or_create_project:952 : echo 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:29.230 | + lib/keystone:create_keystone_accounts:349 : demo_project=18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:29.232 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-08-03 08:36:29.235 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-08-03 08:36:29.237 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:36:29.239 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-08-03 08:36:29.240 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-08-03 08:36:29.243 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-08-03 08:36:30.622 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:30.624 | ++ functions-common:get_or_create_user:938 : user_id=c6b4d887ada44382ab49b268dcadd0d4 2024-08-03 08:36:30.626 | ++ functions-common:get_or_create_user:939 : echo c6b4d887ada44382ab49b268dcadd0d4 2024-08-03 08:36:30.629 | + lib/keystone:create_keystone_accounts:352 : demo_user=c6b4d887ada44382ab49b268dcadd0d4 2024-08-03 08:36:30.631 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-08-03 08:36:30.668 | [3508 Async ks-domain-role:30328]: Waiting for completion of get_or_add_user_domain_role admin efe4d46fcda841bd97207efec515c165 default running on PID 30328 (6 other jobs running) 2024-08-03 08:36:30.685 | [3508 Async ks-domain-role:30328]: Signaling child to exit 2024-08-03 08:36:30.686 | WAKEUP 2024-08-03 08:36:30.706 | [3508 Async ks-domain-role:30328]: Signaled 2024-08-03 08:36:30.706 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-08-03 08:36:30.706 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user efe4d46fcda841bd97207efec515c165 --domain default 2024-08-03 08:36:30.706 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user efe4d46fcda841bd97207efec515c165 --domain default -c Role -f value 2024-08-03 08:36:30.706 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:30.706 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:30.706 | + functions-common:get_or_add_user_domain_role:1022 : echo 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:30.706 | 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:30.739 | [3508 Async ks-domain-role:30328]: finished get_or_add_user_domain_role admin efe4d46fcda841bd97207efec515c165 default with result 0 in 3 seconds 2024-08-03 08:36:30.744 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-08-03 08:36:30.768 | [3508 Async ks-project:30438]: Waiting for completion of get_or_create_project service Default running on PID 30438 (5 other jobs running) 2024-08-03 08:36:30.785 | [3508 Async ks-project:30438]: Signaling child to exit 2024-08-03 08:36:30.800 | [3508 Async ks-project:30438]: Signaled 2024-08-03 08:36:31.017 | WAKEUP 2024-08-03 08:36:31.019 | + functions-common:get_or_create_project:945 : local project_id 2024-08-03 08:36:31.019 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-08-03 08:36:31.019 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:31.019 | + functions-common:get_or_create_project:951 : project_id=7e1de86a2c17478ebb64f213261a879b 2024-08-03 08:36:31.019 | + functions-common:get_or_create_project:952 : echo 7e1de86a2c17478ebb64f213261a879b 2024-08-03 08:36:31.019 | 7e1de86a2c17478ebb64f213261a879b 2024-08-03 08:36:31.052 | [3508 Async ks-project:30438]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-08-03 08:36:31.079 | [3508 Async ks-service:30550]: Waiting for completion of get_or_create_role service running on PID 30550 (4 other jobs running) 2024-08-03 08:36:31.097 | [3508 Async ks-service:30550]: Signaling child to exit 2024-08-03 08:36:31.097 | WAKEUP 2024-08-03 08:36:31.113 | [3508 Async ks-service:30550]: Signaled 2024-08-03 08:36:31.114 | + functions-common:get_or_create_role:958 : local role_id 2024-08-03 08:36:31.114 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-08-03 08:36:31.114 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:31.114 | + functions-common:get_or_create_role:963 : role_id=1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:36:31.114 | + functions-common:get_or_create_role:964 : echo 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:36:31.114 | 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:36:31.146 | [3508 Async ks-service:30550]: finished get_or_create_role service with result 0 in 1 seconds 2024-08-03 08:36:31.171 | [3508 Async ks-reseller:30648]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30648 (3 other jobs running) 2024-08-03 08:36:31.188 | [3508 Async ks-reseller:30648]: Signaling child to exit 2024-08-03 08:36:31.188 | WAKEUP 2024-08-03 08:36:31.203 | [3508 Async ks-reseller:30648]: Signaled 2024-08-03 08:36:31.203 | + functions-common:get_or_create_role:958 : local role_id 2024-08-03 08:36:31.203 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-08-03 08:36:31.203 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:31.203 | + functions-common:get_or_create_role:963 : role_id=4adf3526f8a4441e8c8ca109c596d945 2024-08-03 08:36:31.203 | + functions-common:get_or_create_role:964 : echo 4adf3526f8a4441e8c8ca109c596d945 2024-08-03 08:36:31.203 | 4adf3526f8a4441e8c8ca109c596d945 2024-08-03 08:36:31.234 | [3508 Async ks-reseller:30648]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-08-03 08:36:31.260 | [3508 Async ks-anotherrole:30745]: Waiting for completion of get_or_create_role anotherrole running on PID 30745 (2 other jobs running) 2024-08-03 08:36:31.276 | [3508 Async ks-anotherrole:30745]: Signaling child to exit 2024-08-03 08:36:31.276 | WAKEUP 2024-08-03 08:36:31.292 | [3508 Async ks-anotherrole:30745]: Signaled 2024-08-03 08:36:31.293 | + functions-common:get_or_create_role:958 : local role_id 2024-08-03 08:36:31.293 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-08-03 08:36:31.293 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:31.293 | + functions-common:get_or_create_role:963 : role_id=ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:31.293 | + functions-common:get_or_create_role:964 : echo ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:31.293 | ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:31.323 | [3508 Async ks-anotherrole:30745]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-08-03 08:36:31.326 | + inc/async:async_wait:197 : return 0 2024-08-03 08:36:31.328 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.375 | + inc/async:async_inner:63 : get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.405 | [3508 Async ks-demo-member:31586]: running: get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.406 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin efe4d46fcda841bd97207efec515c165 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.452 | + inc/async:async_inner:63 : get_or_add_user_project_role admin efe4d46fcda841bd97207efec515c165 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.481 | [3508 Async ks-demo-admin:31682]: running: get_or_add_user_project_role admin efe4d46fcda841bd97207efec515c165 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.483 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.536 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.567 | [3508 Async ks-demo-another:31779]: running: get_or_add_user_project_role anotherrole c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:31.569 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 1c3beeeb970d41128a092ac90df84956 2024-08-03 08:36:31.615 | + inc/async:async_inner:63 : get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 1c3beeeb970d41128a092ac90df84956 2024-08-03 08:36:31.645 | [3508 Async ks-demo-invis:31876]: running: get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 1c3beeeb970d41128a092ac90df84956 2024-08-03 08:36:31.647 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-08-03 08:36:31.649 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-08-03 08:36:31.652 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:36:31.654 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-08-03 08:36:31.656 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-08-03 08:36:31.658 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-08-03 08:36:33.351 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:33.368 | ++ functions-common:get_or_create_user:938 : user_id=4ad99c90a02a43549166b71fa30c6596 2024-08-03 08:36:33.370 | ++ functions-common:get_or_create_user:939 : echo 4ad99c90a02a43549166b71fa30c6596 2024-08-03 08:36:33.372 | + lib/keystone:create_keystone_accounts:365 : demo_reader=4ad99c90a02a43549166b71fa30c6596 2024-08-03 08:36:33.374 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 4ad99c90a02a43549166b71fa30c6596 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:33.425 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 4ad99c90a02a43549166b71fa30c6596 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:33.455 | [3508 Async ks-demo-reader:32051]: running: get_or_add_user_project_role reader 4ad99c90a02a43549166b71fa30c6596 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:33.457 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-08-03 08:36:33.460 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-08-03 08:36:33.462 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-03 08:36:33.464 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-08-03 08:36:35.218 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:35.221 | ++ functions-common:get_or_create_project:951 : project_id=94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:35.223 | ++ functions-common:get_or_create_project:952 : echo 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:35.225 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:35.227 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-08-03 08:36:35.231 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-08-03 08:36:35.233 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:36:35.235 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-08-03 08:36:35.237 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-08-03 08:36:35.240 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-08-03 08:36:35.312 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:35.331 | [31586 Async ks-demo-member:31586]: finished successfully 2024-08-03 08:36:35.508 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:35.526 | [31682 Async ks-demo-admin:31682]: finished successfully 2024-08-03 08:36:35.799 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:35.817 | [31779 Async ks-demo-another:31779]: finished successfully 2024-08-03 08:36:35.867 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:35.885 | [31876 Async ks-demo-invis:31876]: finished successfully 2024-08-03 08:36:36.672 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:36.675 | ++ functions-common:get_or_create_user:938 : user_id=ef51b71d72d749f6b9fbc77025cd6e90 2024-08-03 08:36:36.676 | ++ functions-common:get_or_create_user:939 : echo ef51b71d72d749f6b9fbc77025cd6e90 2024-08-03 08:36:36.679 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=ef51b71d72d749f6b9fbc77025cd6e90 2024-08-03 08:36:36.681 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:36.728 | + inc/async:async_inner:63 : get_or_add_user_project_role admin ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:36.758 | [3508 Async ks-alt-admin:32441]: running: get_or_add_user_project_role admin ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:36.760 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:36.808 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:36.838 | [3508 Async ks-alt-another:32537]: running: get_or_add_user_project_role anotherrole ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:36.840 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-08-03 08:36:36.843 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-08-03 08:36:36.845 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:36:36.847 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-08-03 08:36:36.849 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-08-03 08:36:36.857 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-08-03 08:36:37.503 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:37.521 | [32051 Async ks-demo-reader:32051]: finished successfully 2024-08-03 08:36:38.291 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:38.294 | ++ functions-common:get_or_create_user:938 : user_id=8347f96a4a5d44439c2bfc5e14b6c7d9 2024-08-03 08:36:38.296 | ++ functions-common:get_or_create_user:939 : echo 8347f96a4a5d44439c2bfc5e14b6c7d9 2024-08-03 08:36:38.298 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=8347f96a4a5d44439c2bfc5e14b6c7d9 2024-08-03 08:36:38.300 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 8347f96a4a5d44439c2bfc5e14b6c7d9 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:38.348 | + inc/async:async_inner:63 : get_or_add_user_project_role member 8347f96a4a5d44439c2bfc5e14b6c7d9 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:38.395 | [3508 Async ks-alt-member-user:32714]: running: get_or_add_user_project_role member 8347f96a4a5d44439c2bfc5e14b6c7d9 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:38.397 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-08-03 08:36:38.400 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-08-03 08:36:38.402 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:36:38.404 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-08-03 08:36:38.406 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-08-03 08:36:38.408 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-08-03 08:36:39.815 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:39.818 | ++ functions-common:get_or_create_user:938 : user_id=a51b295bef394f0aa8e127731f41a4b9 2024-08-03 08:36:39.821 | ++ functions-common:get_or_create_user:939 : echo a51b295bef394f0aa8e127731f41a4b9 2024-08-03 08:36:39.823 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=a51b295bef394f0aa8e127731f41a4b9 2024-08-03 08:36:39.825 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader a51b295bef394f0aa8e127731f41a4b9 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:39.873 | + inc/async:async_inner:63 : get_or_add_user_project_role reader a51b295bef394f0aa8e127731f41a4b9 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:39.903 | [3508 Async ks-alt-reader-user:32888]: running: get_or_add_user_project_role reader a51b295bef394f0aa8e127731f41a4b9 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:39.906 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-08-03 08:36:39.908 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:36:39.910 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-08-03 08:36:39.912 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-08-03 08:36:39.915 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-08-03 08:36:40.415 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:40.433 | [32441 Async ks-alt-admin:32441]: finished successfully 2024-08-03 08:36:40.441 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:40.459 | [32537 Async ks-alt-another:32537]: finished successfully 2024-08-03 08:36:41.437 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:41.440 | ++ functions-common:get_or_create_user:938 : user_id=03f78ed17d484b299e1d220c3f3bc315 2024-08-03 08:36:41.442 | ++ functions-common:get_or_create_user:939 : echo 03f78ed17d484b299e1d220c3f3bc315 2024-08-03 08:36:41.444 | + lib/keystone:create_keystone_accounts:397 : system_member_user=03f78ed17d484b299e1d220c3f3bc315 2024-08-03 08:36:41.446 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 03f78ed17d484b299e1d220c3f3bc315 all 2024-08-03 08:36:41.496 | + inc/async:async_inner:63 : get_or_add_user_system_role member 03f78ed17d484b299e1d220c3f3bc315 all 2024-08-03 08:36:41.530 | [3508 Async ks-system-member:33121]: running: get_or_add_user_system_role member 03f78ed17d484b299e1d220c3f3bc315 all 2024-08-03 08:36:41.533 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-08-03 08:36:41.535 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:36:41.537 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-08-03 08:36:41.538 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-08-03 08:36:41.541 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-08-03 08:36:41.959 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:41.977 | [32714 Async ks-alt-member-user:32714]: finished successfully 2024-08-03 08:36:42.976 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:42.978 | ++ functions-common:get_or_create_user:938 : user_id=6339cf308b584801b0388ab6a657b441 2024-08-03 08:36:42.980 | ++ functions-common:get_or_create_user:939 : echo 6339cf308b584801b0388ab6a657b441 2024-08-03 08:36:42.983 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=6339cf308b584801b0388ab6a657b441 2024-08-03 08:36:42.984 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 6339cf308b584801b0388ab6a657b441 all 2024-08-03 08:36:43.034 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 6339cf308b584801b0388ab6a657b441 all 2024-08-03 08:36:43.066 | [3508 Async ks-system-reader:33329]: running: get_or_add_user_system_role reader 6339cf308b584801b0388ab6a657b441 all 2024-08-03 08:36:43.069 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-08-03 08:36:43.072 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-08-03 08:36:43.075 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-08-03 08:36:43.077 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-03 08:36:43.080 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-08-03 08:36:43.352 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:43.369 | [32888 Async ks-alt-reader-user:32888]: finished successfully 2024-08-03 08:36:44.521 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:44.524 | ++ functions-common:get_or_create_group:915 : group_id=b05afaa1697a43cdba585b0e866e84aa 2024-08-03 08:36:44.526 | ++ functions-common:get_or_create_group:916 : echo b05afaa1697a43cdba585b0e866e84aa 2024-08-03 08:36:44.528 | + lib/keystone:create_keystone_accounts:407 : admin_group=b05afaa1697a43cdba585b0e866e84aa 2024-08-03 08:36:44.530 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-08-03 08:36:44.533 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-08-03 08:36:44.539 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-08-03 08:36:44.539 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-03 08:36:44.540 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-08-03 08:36:45.921 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:45.923 | ++ functions-common:get_or_create_group:915 : group_id=52ccafd7fefa412db51b7da90c441965 2024-08-03 08:36:45.925 | ++ functions-common:get_or_create_group:916 : echo 52ccafd7fefa412db51b7da90c441965 2024-08-03 08:36:45.928 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=52ccafd7fefa412db51b7da90c441965 2024-08-03 08:36:45.930 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:45.979 | + inc/async:async_inner:63 : get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.008 | [3508 Async ks-group-memberdemo:33596]: running: get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.010 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.070 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.099 | [3508 Async ks-group-anotherdemo:33677]: running: get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.101 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:46.149 | + inc/async:async_inner:63 : get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:46.183 | [3508 Async ks-group-memberalt:33757]: running: get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:46.185 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:46.235 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:46.250 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:46.266 | [3508 Async ks-group-anotheralt:33855]: running: get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:46.268 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin b05afaa1697a43cdba585b0e866e84aa 8c6ed20a29b240ce9e769903ba4ae19a 2024-08-03 08:36:46.269 | [33121 Async ks-system-member:33121]: finished successfully 2024-08-03 08:36:46.316 | + inc/async:async_inner:63 : get_or_add_group_project_role admin b05afaa1697a43cdba585b0e866e84aa 8c6ed20a29b240ce9e769903ba4ae19a 2024-08-03 08:36:46.348 | [3508 Async ks-group-admin:33975]: running: get_or_add_group_project_role admin b05afaa1697a43cdba585b0e866e84aa 8c6ed20a29b240ce9e769903ba4ae19a 2024-08-03 08:36:46.350 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-08-03 08:36:46.386 | [3508 Async ks-demo-member:31586]: Waiting for completion of get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff running on PID 31586 (17 other jobs running) 2024-08-03 08:36:46.403 | [3508 Async ks-demo-member:31586]: Signaling child to exit 2024-08-03 08:36:46.403 | WAKEUP 2024-08-03 08:36:46.420 | [3508 Async ks-demo-member:31586]: Signaled 2024-08-03 08:36:46.421 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:46.421 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:46.421 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:46.421 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:46.421 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:46.421 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:46.421 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:46.421 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:46.421 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:46.421 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user c6b4d887ada44382ab49b268dcadd0d4 --project 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.421 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c6b4d887ada44382ab49b268dcadd0d4 --project 18a8cc33044f4d849e97c990615865ff -c Role -f value 2024-08-03 08:36:46.421 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:46.421 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:46.421 | + functions-common:get_or_add_user_project_role:1003 : echo 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:46.421 | 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:46.452 | [3508 Async ks-demo-member:31586]: finished get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff with result 0 in 3 seconds 2024-08-03 08:36:46.478 | [3508 Async ks-demo-admin:31682]: Waiting for completion of get_or_add_user_project_role admin efe4d46fcda841bd97207efec515c165 18a8cc33044f4d849e97c990615865ff running on PID 31682 (16 other jobs running) 2024-08-03 08:36:46.495 | [3508 Async ks-demo-admin:31682]: Signaling child to exit 2024-08-03 08:36:46.495 | WAKEUP 2024-08-03 08:36:46.511 | [3508 Async ks-demo-admin:31682]: Signaled 2024-08-03 08:36:46.511 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:46.511 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:46.511 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:46.511 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:46.511 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:46.511 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:46.511 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:46.511 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:46.511 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:46.512 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user efe4d46fcda841bd97207efec515c165 --project 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.512 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user efe4d46fcda841bd97207efec515c165 --project 18a8cc33044f4d849e97c990615865ff -c Role -f value 2024-08-03 08:36:46.512 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:46.512 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:46.512 | + functions-common:get_or_add_user_project_role:1003 : echo 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:46.512 | 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:46.542 | [3508 Async ks-demo-admin:31682]: finished get_or_add_user_project_role admin efe4d46fcda841bd97207efec515c165 18a8cc33044f4d849e97c990615865ff with result 0 in 4 seconds 2024-08-03 08:36:46.568 | [3508 Async ks-demo-another:31779]: Waiting for completion of get_or_add_user_project_role anotherrole c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff running on PID 31779 (15 other jobs running) 2024-08-03 08:36:46.584 | [3508 Async ks-demo-another:31779]: Signaling child to exit 2024-08-03 08:36:46.584 | WAKEUP 2024-08-03 08:36:46.601 | [3508 Async ks-demo-another:31779]: Signaled 2024-08-03 08:36:46.601 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:46.601 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:46.601 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:46.601 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:46.601 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:46.601 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:46.601 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:46.601 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:46.601 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:46.601 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user c6b4d887ada44382ab49b268dcadd0d4 --project 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.601 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c6b4d887ada44382ab49b268dcadd0d4 --project 18a8cc33044f4d849e97c990615865ff -c Role -f value 2024-08-03 08:36:46.601 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:46.601 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:46.601 | + functions-common:get_or_add_user_project_role:1003 : echo ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:46.601 | ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:46.633 | [3508 Async ks-demo-another:31779]: finished get_or_add_user_project_role anotherrole c6b4d887ada44382ab49b268dcadd0d4 18a8cc33044f4d849e97c990615865ff with result 0 in 4 seconds 2024-08-03 08:36:46.658 | [3508 Async ks-demo-invis:31876]: Waiting for completion of get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 1c3beeeb970d41128a092ac90df84956 running on PID 31876 (14 other jobs running) 2024-08-03 08:36:46.675 | [3508 Async ks-demo-invis:31876]: Signaling child to exit 2024-08-03 08:36:46.675 | WAKEUP 2024-08-03 08:36:46.690 | [3508 Async ks-demo-invis:31876]: Signaled 2024-08-03 08:36:46.691 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:46.691 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:46.691 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:46.691 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:46.691 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:46.691 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:46.691 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:46.691 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:46.691 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:46.691 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user c6b4d887ada44382ab49b268dcadd0d4 --project 1c3beeeb970d41128a092ac90df84956 2024-08-03 08:36:46.691 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c6b4d887ada44382ab49b268dcadd0d4 --project 1c3beeeb970d41128a092ac90df84956 -c Role -f value 2024-08-03 08:36:46.691 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:46.691 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:46.691 | + functions-common:get_or_add_user_project_role:1003 : echo 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:46.691 | 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:46.722 | [3508 Async ks-demo-invis:31876]: finished get_or_add_user_project_role member c6b4d887ada44382ab49b268dcadd0d4 1c3beeeb970d41128a092ac90df84956 with result 0 in 4 seconds 2024-08-03 08:36:46.748 | [3508 Async ks-demo-reader:32051]: Waiting for completion of get_or_add_user_project_role reader 4ad99c90a02a43549166b71fa30c6596 18a8cc33044f4d849e97c990615865ff running on PID 32051 (13 other jobs running) 2024-08-03 08:36:46.764 | [3508 Async ks-demo-reader:32051]: Signaling child to exit 2024-08-03 08:36:46.765 | WAKEUP 2024-08-03 08:36:46.781 | [3508 Async ks-demo-reader:32051]: Signaled 2024-08-03 08:36:46.781 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:46.781 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:46.781 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:46.781 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:46.781 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:46.781 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:46.781 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:46.781 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:46.781 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:46.781 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 4ad99c90a02a43549166b71fa30c6596 --project 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:46.781 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 4ad99c90a02a43549166b71fa30c6596 --project 18a8cc33044f4d849e97c990615865ff -c Role -f value 2024-08-03 08:36:46.781 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:46.781 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:46.781 | + functions-common:get_or_add_user_project_role:1003 : echo 55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:46.781 | 55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:46.838 | [3508 Async ks-demo-reader:32051]: finished get_or_add_user_project_role reader 4ad99c90a02a43549166b71fa30c6596 18a8cc33044f4d849e97c990615865ff with result 0 in 4 seconds 2024-08-03 08:36:46.841 | + inc/async:async_wait:197 : return 0 2024-08-03 08:36:46.843 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-08-03 08:36:46.915 | [3508 Async ks-alt-admin:32441]: Waiting for completion of get_or_add_user_project_role admin ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff running on PID 32441 (12 other jobs running) 2024-08-03 08:36:46.932 | [3508 Async ks-alt-admin:32441]: Signaling child to exit 2024-08-03 08:36:46.932 | WAKEUP 2024-08-03 08:36:46.948 | [3508 Async ks-alt-admin:32441]: Signaled 2024-08-03 08:36:46.948 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:46.948 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:46.948 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:46.948 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:46.948 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:46.948 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:46.948 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:46.948 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:46.948 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:46.948 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user ef51b71d72d749f6b9fbc77025cd6e90 --project 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:46.948 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ef51b71d72d749f6b9fbc77025cd6e90 --project 94f86dc70b86468cbdb6b3af82bd6aff -c Role -f value 2024-08-03 08:36:46.948 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:46.949 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:46.949 | + functions-common:get_or_add_user_project_role:1003 : echo 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:46.949 | 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:46.997 | [3508 Async ks-alt-admin:32441]: finished get_or_add_user_project_role admin ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff with result 0 in 3 seconds 2024-08-03 08:36:47.044 | [3508 Async ks-alt-another:32537]: Waiting for completion of get_or_add_user_project_role anotherrole ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff running on PID 32537 (11 other jobs running) 2024-08-03 08:36:47.062 | [3508 Async ks-alt-another:32537]: Signaling child to exit 2024-08-03 08:36:47.062 | WAKEUP 2024-08-03 08:36:47.077 | [3508 Async ks-alt-another:32537]: Signaled 2024-08-03 08:36:47.078 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:47.078 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:47.078 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:47.078 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:47.078 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:47.078 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:47.078 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:47.078 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:47.078 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:47.078 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user ef51b71d72d749f6b9fbc77025cd6e90 --project 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:47.078 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user ef51b71d72d749f6b9fbc77025cd6e90 --project 94f86dc70b86468cbdb6b3af82bd6aff -c Role -f value 2024-08-03 08:36:47.078 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:47.078 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:47.078 | + functions-common:get_or_add_user_project_role:1003 : echo ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:47.078 | ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:47.112 | [3508 Async ks-alt-another:32537]: finished get_or_add_user_project_role anotherrole ef51b71d72d749f6b9fbc77025cd6e90 94f86dc70b86468cbdb6b3af82bd6aff with result 0 in 3 seconds 2024-08-03 08:36:47.164 | [3508 Async ks-alt-member-user:32714]: Waiting for completion of get_or_add_user_project_role member 8347f96a4a5d44439c2bfc5e14b6c7d9 94f86dc70b86468cbdb6b3af82bd6aff running on PID 32714 (10 other jobs running) 2024-08-03 08:36:47.194 | [3508 Async ks-alt-member-user:32714]: Signaling child to exit 2024-08-03 08:36:47.195 | WAKEUP 2024-08-03 08:36:47.215 | [3508 Async ks-alt-member-user:32714]: Signaled 2024-08-03 08:36:47.215 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:47.215 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:47.216 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:47.216 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:47.216 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:47.216 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:47.216 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:47.216 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:47.216 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:47.216 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 8347f96a4a5d44439c2bfc5e14b6c7d9 --project 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:47.216 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8347f96a4a5d44439c2bfc5e14b6c7d9 --project 94f86dc70b86468cbdb6b3af82bd6aff -c Role -f value 2024-08-03 08:36:47.216 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:47.216 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:47.216 | + functions-common:get_or_add_user_project_role:1003 : echo 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:47.216 | 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:47.291 | [3508 Async ks-alt-member-user:32714]: finished get_or_add_user_project_role member 8347f96a4a5d44439c2bfc5e14b6c7d9 94f86dc70b86468cbdb6b3af82bd6aff with result 0 in 3 seconds 2024-08-03 08:36:47.318 | [3508 Async ks-alt-reader-user:32888]: Waiting for completion of get_or_add_user_project_role reader a51b295bef394f0aa8e127731f41a4b9 94f86dc70b86468cbdb6b3af82bd6aff running on PID 32888 (9 other jobs running) 2024-08-03 08:36:47.337 | [3508 Async ks-alt-reader-user:32888]: Signaling child to exit 2024-08-03 08:36:47.337 | WAKEUP 2024-08-03 08:36:47.362 | [3508 Async ks-alt-reader-user:32888]: Signaled 2024-08-03 08:36:47.363 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:36:47.363 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:36:47.363 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-03 08:36:47.363 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:47.363 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:47.363 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:47.363 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:47.363 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:47.363 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-03 08:36:47.363 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user a51b295bef394f0aa8e127731f41a4b9 --project 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:47.363 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user a51b295bef394f0aa8e127731f41a4b9 --project 94f86dc70b86468cbdb6b3af82bd6aff -c Role -f value 2024-08-03 08:36:47.363 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:47.363 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:47.363 | + functions-common:get_or_add_user_project_role:1003 : echo 55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:47.363 | 55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:47.445 | [3508 Async ks-alt-reader-user:32888]: finished get_or_add_user_project_role reader a51b295bef394f0aa8e127731f41a4b9 94f86dc70b86468cbdb6b3af82bd6aff with result 0 in 3 seconds 2024-08-03 08:36:47.448 | + inc/async:async_wait:197 : return 0 2024-08-03 08:36:47.451 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-08-03 08:36:47.490 | [3508 Async ks-system-member:33121]: Waiting for completion of get_or_add_user_system_role member 03f78ed17d484b299e1d220c3f3bc315 all running on PID 33121 (8 other jobs running) 2024-08-03 08:36:47.510 | [3508 Async ks-system-member:33121]: Signaling child to exit 2024-08-03 08:36:47.512 | WAKEUP 2024-08-03 08:36:47.528 | [3508 Async ks-system-member:33121]: Signaled 2024-08-03 08:36:47.528 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-03 08:36:47.528 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-03 08:36:47.528 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-03 08:36:47.528 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:47.528 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:47.529 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:47.529 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:47.529 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:47.529 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-03 08:36:47.529 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 03f78ed17d484b299e1d220c3f3bc315 --system all -f value -c Role 2024-08-03 08:36:47.529 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:47.529 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-03 08:36:47.529 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-03 08:36:47.529 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 03f78ed17d484b299e1d220c3f3bc315 --system all 2024-08-03 08:36:47.529 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 03f78ed17d484b299e1d220c3f3bc315 --system all -f value -c Role 2024-08-03 08:36:47.529 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:47.529 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:47.529 | + functions-common:get_or_add_user_system_role:1053 : echo 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:47.529 | 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:47.566 | [3508 Async ks-system-member:33121]: finished get_or_add_user_system_role member 03f78ed17d484b299e1d220c3f3bc315 all with result 0 in 4 seconds 2024-08-03 08:36:47.595 | [3508 Async ks-system-reader:33329]: Waiting for completion of get_or_add_user_system_role reader 6339cf308b584801b0388ab6a657b441 all running on PID 33329 (7 other jobs running) 2024-08-03 08:36:47.654 | [3508 Async ks-system-reader:33329]: Signaling child to exit 2024-08-03 08:36:47.828 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:47.846 | [33329 Async ks-system-reader:33329]: finished successfully 2024-08-03 08:36:47.862 | WAKEUP 2024-08-03 08:36:47.878 | [3508 Async ks-system-reader:33329]: Signaled 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-03 08:36:47.879 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-03 08:36:47.879 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:36:47.879 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:36:47.879 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-03 08:36:47.879 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-03 08:36:47.879 | ++ functions-common:_get_domain_args:980 : echo 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-03 08:36:47.879 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 6339cf308b584801b0388ab6a657b441 --system all -f value -c Role 2024-08-03 08:36:47.879 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 6339cf308b584801b0388ab6a657b441 --system all 2024-08-03 08:36:47.879 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 6339cf308b584801b0388ab6a657b441 --system all -f value -c Role 2024-08-03 08:36:47.879 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:47.879 | + functions-common:get_or_add_user_system_role:1053 : echo 55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:47.879 | 55aae06f315e4f089d06f8e45bbdfc09 2024-08-03 08:36:47.909 | [3508 Async ks-system-reader:33329]: finished get_or_add_user_system_role reader 6339cf308b584801b0388ab6a657b441 all with result 0 in 4 seconds 2024-08-03 08:36:47.912 | + inc/async:async_wait:197 : return 0 2024-08-03 08:36:47.914 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-08-03 08:36:47.949 | [3508 Async ks-group-memberdemo:33596]: Waiting for completion of get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff running on PID 33596 (6 other jobs running) 2024-08-03 08:36:47.966 | [3508 Async ks-group-memberdemo:33596]: Signaling child to exit 2024-08-03 08:36:49.427 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:49.446 | [33596 Async ks-group-memberdemo:33596]: finished successfully 2024-08-03 08:36:49.462 | WAKEUP 2024-08-03 08:36:49.480 | [3508 Async ks-group-memberdemo:33596]: Signaled 2024-08-03 08:36:49.480 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-03 08:36:49.480 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 52ccafd7fefa412db51b7da90c441965 --project 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:49.480 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 52ccafd7fefa412db51b7da90c441965 --project 18a8cc33044f4d849e97c990615865ff -f value -c Role 2024-08-03 08:36:49.481 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:49.481 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:49.481 | + functions-common:get_or_add_group_project_role:1072 : echo 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:49.481 | 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:49.514 | [3508 Async ks-group-memberdemo:33596]: finished get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff with result 0 in 3 seconds 2024-08-03 08:36:49.543 | [3508 Async ks-group-anotherdemo:33677]: Waiting for completion of get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff running on PID 33677 (5 other jobs running) 2024-08-03 08:36:49.560 | [3508 Async ks-group-anotherdemo:33677]: Signaling child to exit 2024-08-03 08:36:49.577 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:49.595 | [33677 Async ks-group-anotherdemo:33677]: finished successfully 2024-08-03 08:36:49.613 | WAKEUP 2024-08-03 08:36:49.631 | [3508 Async ks-group-anotherdemo:33677]: Signaled 2024-08-03 08:36:49.632 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-03 08:36:49.632 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 52ccafd7fefa412db51b7da90c441965 --project 18a8cc33044f4d849e97c990615865ff 2024-08-03 08:36:49.632 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 52ccafd7fefa412db51b7da90c441965 --project 18a8cc33044f4d849e97c990615865ff -f value -c Role 2024-08-03 08:36:49.632 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:49.632 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:49.632 | + functions-common:get_or_add_group_project_role:1072 : echo ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:49.633 | ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:49.667 | [3508 Async ks-group-anotherdemo:33677]: finished get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 18a8cc33044f4d849e97c990615865ff with result 0 in 3 seconds 2024-08-03 08:36:49.695 | [3508 Async ks-group-memberalt:33757]: Waiting for completion of get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff running on PID 33757 (4 other jobs running) 2024-08-03 08:36:49.715 | [3508 Async ks-group-memberalt:33757]: Signaling child to exit 2024-08-03 08:36:49.793 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:49.812 | [33757 Async ks-group-memberalt:33757]: finished successfully 2024-08-03 08:36:49.828 | WAKEUP 2024-08-03 08:36:49.844 | [3508 Async ks-group-memberalt:33757]: Signaled 2024-08-03 08:36:49.845 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-03 08:36:49.845 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 52ccafd7fefa412db51b7da90c441965 --project 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:49.845 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 52ccafd7fefa412db51b7da90c441965 --project 94f86dc70b86468cbdb6b3af82bd6aff -f value -c Role 2024-08-03 08:36:49.845 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:49.845 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:49.845 | + functions-common:get_or_add_group_project_role:1072 : echo 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:49.845 | 9bc5ab046f814e2880de826b16f155a3 2024-08-03 08:36:49.877 | [3508 Async ks-group-memberalt:33757]: finished get_or_add_group_project_role member 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff with result 0 in 3 seconds 2024-08-03 08:36:49.903 | [3508 Async ks-group-anotheralt:33855]: Waiting for completion of get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff running on PID 33855 (3 other jobs running) 2024-08-03 08:36:49.920 | [3508 Async ks-group-anotheralt:33855]: Signaling child to exit 2024-08-03 08:36:49.933 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:49.951 | [33855 Async ks-group-anotheralt:33855]: finished successfully 2024-08-03 08:36:49.967 | WAKEUP 2024-08-03 08:36:49.983 | [3508 Async ks-group-anotheralt:33855]: Signaled 2024-08-03 08:36:49.983 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-03 08:36:49.983 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 52ccafd7fefa412db51b7da90c441965 --project 94f86dc70b86468cbdb6b3af82bd6aff 2024-08-03 08:36:49.984 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 52ccafd7fefa412db51b7da90c441965 --project 94f86dc70b86468cbdb6b3af82bd6aff -f value -c Role 2024-08-03 08:36:49.984 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:49.984 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:49.984 | + functions-common:get_or_add_group_project_role:1072 : echo ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:49.984 | ac8c1dc29bdc438b9c2a2a24c6071a4f 2024-08-03 08:36:50.003 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:36:50.016 | [3508 Async ks-group-anotheralt:33855]: finished get_or_add_group_project_role anotherrole 52ccafd7fefa412db51b7da90c441965 94f86dc70b86468cbdb6b3af82bd6aff with result 0 in 3 seconds 2024-08-03 08:36:50.021 | [33975 Async ks-group-admin:33975]: finished successfully 2024-08-03 08:36:50.042 | [3508 Async ks-group-admin:33975]: Waiting for completion of get_or_add_group_project_role admin b05afaa1697a43cdba585b0e866e84aa 8c6ed20a29b240ce9e769903ba4ae19a running on PID 33975 (2 other jobs running) 2024-08-03 08:36:50.059 | [3508 Async ks-group-admin:33975]: Signaling child to exit 2024-08-03 08:36:50.059 | WAKEUP 2024-08-03 08:36:50.074 | [3508 Async ks-group-admin:33975]: Signaled 2024-08-03 08:36:50.075 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-03 08:36:50.075 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group b05afaa1697a43cdba585b0e866e84aa --project 8c6ed20a29b240ce9e769903ba4ae19a 2024-08-03 08:36:50.075 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group b05afaa1697a43cdba585b0e866e84aa --project 8c6ed20a29b240ce9e769903ba4ae19a -f value -c Role 2024-08-03 08:36:50.075 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:36:50.075 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:50.075 | + functions-common:get_or_add_group_project_role:1072 : echo 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:50.075 | 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:36:50.105 | [3508 Async ks-group-admin:33975]: finished get_or_add_group_project_role admin b05afaa1697a43cdba585b0e866e84aa 8c6ed20a29b240ce9e769903ba4ae19a with result 0 in 3 seconds 2024-08-03 08:36:50.108 | + inc/async:async_wait:197 : return 0 2024-08-03 08:36:50.109 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-08-03 08:36:50.122 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:50.124 | + stack.sh:main:1128 : is_service_enabled nova 2024-08-03 08:36:50.137 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:50.139 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-08-03 08:36:50.141 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-08-03 08:36:50.186 | + inc/async:async_inner:63 : create_nova_accounts 2024-08-03 08:36:50.216 | [3508 Async create_nova_accounts:35825]: running: create_nova_accounts 2024-08-03 08:36:50.218 | + stack.sh:main:1131 : is_service_enabled glance 2024-08-03 08:36:50.231 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:50.233 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-08-03 08:36:50.235 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-08-03 08:36:50.281 | + inc/async:async_inner:63 : create_glance_accounts 2024-08-03 08:36:50.311 | [3508 Async create_glance_accounts:35948]: running: create_glance_accounts 2024-08-03 08:36:50.313 | + stack.sh:main:1134 : is_service_enabled cinder 2024-08-03 08:36:50.326 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:50.328 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-08-03 08:36:50.330 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-08-03 08:36:50.376 | + inc/async:async_inner:63 : create_cinder_accounts 2024-08-03 08:36:50.408 | [3508 Async create_cinder_accounts:36087]: running: create_cinder_accounts 2024-08-03 08:36:50.410 | + stack.sh:main:1137 : is_service_enabled neutron 2024-08-03 08:36:50.424 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:36:50.425 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-08-03 08:36:50.427 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-08-03 08:36:50.474 | + inc/async:async_inner:63 : create_neutron_accounts 2024-08-03 08:36:50.504 | [3508 Async create_neutron_accounts:36230]: running: create_neutron_accounts 2024-08-03 08:36:50.506 | + stack.sh:main:1140 : is_service_enabled swift 2024-08-03 08:36:50.521 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:50.523 | + stack.sh:main:1149 : is_service_enabled horizon 2024-08-03 08:36:50.537 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:36:50.539 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-08-03 08:36:50.576 | [3508 Async create_nova_accounts:35825]: Waiting for completion of create_nova_accounts running on PID 35825 (5 other jobs running) 2024-08-03 08:36:50.593 | [3508 Async create_nova_accounts:35825]: Signaling child to exit 2024-08-03 08:37:03.799 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:03.819 | [36230 Async create_neutron_accounts:36230]: finished successfully 2024-08-03 08:37:13.104 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:13.123 | [36087 Async create_cinder_accounts:36087]: finished successfully 2024-08-03 08:37:13.612 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:13.630 | [35825 Async create_nova_accounts:35825]: finished successfully 2024-08-03 08:37:13.646 | WAKEUP 2024-08-03 08:37:13.662 | [3508 Async create_nova_accounts:35825]: Signaled 2024-08-03 08:37:13.663 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-08-03 08:37:13.663 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-08-03 08:37:13.663 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-08-03 08:37:13.663 | + functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:37:13.663 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-03 08:37:13.663 | + functions-common:get_or_create_user:926 : local email= 2024-08-03 08:37:13.663 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-03 08:37:13.663 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.663 | + functions-common:get_or_create_user:938 : user_id=9d1748db067749d99bf834fd70d0ad12 2024-08-03 08:37:13.663 | + functions-common:get_or_create_user:939 : echo 9d1748db067749d99bf834fd70d0ad12 2024-08-03 08:37:13.663 | 9d1748db067749d99bf834fd70d0ad12 2024-08-03 08:37:13.663 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:37:13.663 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-08-03 08:37:13.663 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-03 08:37:13.663 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:1003 : echo 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:13.663 | 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:13.663 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-03 08:37:13.663 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:37:13.663 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:37:13.663 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-03 08:37:13.663 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-03 08:37:13.664 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-03 08:37:13.664 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-03 08:37:13.664 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-03 08:37:13.664 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-08-03 08:37:13.664 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-03 08:37:13.664 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.664 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:37:13.664 | + functions-common:get_or_add_user_project_role:1003 : echo 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:37:13.664 | 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:37:13.664 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-08-03 08:37:13.664 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-08-03 08:37:13.664 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-08-03 08:37:13.664 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-08-03 08:37:13.664 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-03 08:37:13.664 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-08-03 08:37:13.664 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-08-03 08:37:13.664 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.664 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-03 08:37:13.664 | 6327ed562c6f43f2886f899263c2440a' 2024-08-03 08:37:13.664 | + functions-common:get_or_create_service:1090 : echo 6327ed562c6f43f2886f899263c2440a 2024-08-03 08:37:13.664 | 6327ed562c6f43f2886f899263c2440a 2024-08-03 08:37:13.664 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-03 08:37:13.664 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-03 08:37:13.664 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-08-03 08:37:13.664 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-03 08:37:13.664 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-08-03 08:37:13.664 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=f714157ce144477a9673b5c1be5cc218 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo f714157ce144477a9673b5c1be5cc218 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1123 : public_id=f714157ce144477a9673b5c1be5cc218 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1132 : echo f714157ce144477a9673b5c1be5cc218 2024-08-03 08:37:13.664 | f714157ce144477a9673b5c1be5cc218 2024-08-03 08:37:13.664 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-08-03 08:37:13.664 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-03 08:37:13.664 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-08-03 08:37:13.664 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-08-03 08:37:13.664 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.664 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-03 08:37:13.664 | 108530e4268c4db6b173e32abc757431' 2024-08-03 08:37:13.664 | + functions-common:get_or_create_service:1090 : echo 108530e4268c4db6b173e32abc757431 2024-08-03 08:37:13.664 | 108530e4268c4db6b173e32abc757431 2024-08-03 08:37:13.664 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-03 08:37:13.664 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-03 08:37:13.664 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-08-03 08:37:13.664 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-03 08:37:13.664 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-08-03 08:37:13.664 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=9bb306c2e4774afc871f0c7dfa444556 2024-08-03 08:37:13.664 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 9bb306c2e4774afc871f0c7dfa444556 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1123 : public_id=9bb306c2e4774afc871f0c7dfa444556 2024-08-03 08:37:13.664 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-03 08:37:13.665 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-03 08:37:13.665 | + functions-common:get_or_create_endpoint:1132 : echo 9bb306c2e4774afc871f0c7dfa444556 2024-08-03 08:37:13.665 | 9bb306c2e4774afc871f0c7dfa444556 2024-08-03 08:37:13.665 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-08-03 08:37:13.665 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:13.665 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-08-03 08:37:13.665 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:13.665 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-08-03 08:37:13.665 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:13.665 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-08-03 08:37:13.665 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:13.665 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-08-03 08:37:13.696 | [3508 Async create_nova_accounts:35825]: finished create_nova_accounts with result 0 in 23 seconds 2024-08-03 08:37:13.722 | [3508 Async create_glance_accounts:35948]: Waiting for completion of create_glance_accounts running on PID 35948 (4 other jobs running) 2024-08-03 08:37:13.739 | [3508 Async create_glance_accounts:35948]: Signaling child to exit 2024-08-03 08:37:14.641 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:14.660 | [35948 Async create_glance_accounts:35948]: finished successfully 2024-08-03 08:37:14.676 | WAKEUP 2024-08-03 08:37:14.692 | [3508 Async create_glance_accounts:35948]: Signaled 2024-08-03 08:37:14.692 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-08-03 08:37:14.692 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:14.692 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-08-03 08:37:14.692 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-08-03 08:37:14.692 | + functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:37:14.692 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-03 08:37:14.692 | + functions-common:get_or_create_user:926 : local email= 2024-08-03 08:37:14.692 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-03 08:37:14.692 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.693 | + functions-common:get_or_create_user:938 : user_id=e27e4045f51e458bb24263f75345a943 2024-08-03 08:37:14.693 | + functions-common:get_or_create_user:939 : echo e27e4045f51e458bb24263f75345a943 2024-08-03 08:37:14.693 | e27e4045f51e458bb24263f75345a943 2024-08-03 08:37:14.693 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-08-03 08:37:14.693 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:37:14.693 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:37:14.693 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-03 08:37:14.693 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:37:14.693 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:37:14.693 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-03 08:37:14.693 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-03 08:37:14.693 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-03 08:37:14.693 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-03 08:37:14.693 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-03 08:37:14.693 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-03 08:37:14.693 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-08-03 08:37:14.693 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-03 08:37:14.693 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.693 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.693 | + functions-common:get_or_add_user_project_role:1003 : echo 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.693 | 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.693 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-03 08:37:14.693 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-08-03 08:37:14.693 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:14.693 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-08-03 08:37:14.693 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-03 08:37:14.693 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-08-03 08:37:14.693 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-08-03 08:37:14.693 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.693 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-03 08:37:14.693 | 2079bb26952f4f76afcc9cbc3cd7aba8' 2024-08-03 08:37:14.693 | + functions-common:get_or_create_service:1090 : echo 2079bb26952f4f76afcc9cbc3cd7aba8 2024-08-03 08:37:14.693 | 2079bb26952f4f76afcc9cbc3cd7aba8 2024-08-03 08:37:14.693 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-08-03 08:37:14.693 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-03 08:37:14.693 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-08-03 08:37:14.693 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-03 08:37:14.693 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-08-03 08:37:14.693 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.693 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-03 08:37:14.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-03 08:37:14.694 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-08-03 08:37:14.694 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e3e1cf2ff4214df8b4f2d41f3f26bf97 2024-08-03 08:37:14.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e3e1cf2ff4214df8b4f2d41f3f26bf97 2024-08-03 08:37:14.694 | + functions-common:get_or_create_endpoint:1123 : public_id=e3e1cf2ff4214df8b4f2d41f3f26bf97 2024-08-03 08:37:14.694 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-03 08:37:14.694 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-03 08:37:14.694 | + functions-common:get_or_create_endpoint:1132 : echo e3e1cf2ff4214df8b4f2d41f3f26bf97 2024-08-03 08:37:14.694 | e3e1cf2ff4214df8b4f2d41f3f26bf97 2024-08-03 08:37:14.694 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-08-03 08:37:14.694 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-08-03 08:37:14.694 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-03 08:37:14.694 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.694 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-08-03 08:37:14.694 | ++ functions-common:get_or_create_domain:901 : echo default 2024-08-03 08:37:14.694 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-08-03 08:37:14.694 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-08-03 08:37:14.694 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-08-03 08:37:14.694 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-08-03 08:37:14.694 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-08-03 08:37:14.694 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-08-03 08:37:14.694 | +---------------+----------------------------------+ 2024-08-03 08:37:14.694 | | Field | Value | 2024-08-03 08:37:14.694 | +---------------+----------------------------------+ 2024-08-03 08:37:14.694 | | default_limit | 1000 | 2024-08-03 08:37:14.694 | | description | None | 2024-08-03 08:37:14.694 | | id | 1c2522baee054c68afad7abfd2e583a3 | 2024-08-03 08:37:14.694 | | region_id | RegionOne | 2024-08-03 08:37:14.694 | | resource_name | image_size_total | 2024-08-03 08:37:14.694 | | service_id | 2079bb26952f4f76afcc9cbc3cd7aba8 | 2024-08-03 08:37:14.694 | +---------------+----------------------------------+ 2024-08-03 08:37:14.694 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-08-03 08:37:14.694 | +---------------+----------------------------------+ 2024-08-03 08:37:14.694 | | Field | Value | 2024-08-03 08:37:14.694 | +---------------+----------------------------------+ 2024-08-03 08:37:14.694 | | default_limit | 1000 | 2024-08-03 08:37:14.694 | | description | None | 2024-08-03 08:37:14.695 | | id | 34600e4060a8490cb21dcdecf3094791 | 2024-08-03 08:37:14.695 | | region_id | RegionOne | 2024-08-03 08:37:14.695 | | resource_name | image_stage_total | 2024-08-03 08:37:14.695 | | service_id | 2079bb26952f4f76afcc9cbc3cd7aba8 | 2024-08-03 08:37:14.695 | +---------------+----------------------------------+ 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-08-03 08:37:14.695 | +---------------+----------------------------------+ 2024-08-03 08:37:14.695 | | Field | Value | 2024-08-03 08:37:14.695 | +---------------+----------------------------------+ 2024-08-03 08:37:14.695 | | default_limit | 100 | 2024-08-03 08:37:14.695 | | description | None | 2024-08-03 08:37:14.695 | | id | b60cc89e95f8474e99edf5c4e9398a75 | 2024-08-03 08:37:14.695 | | region_id | RegionOne | 2024-08-03 08:37:14.695 | | resource_name | image_count_total | 2024-08-03 08:37:14.695 | | service_id | 2079bb26952f4f76afcc9cbc3cd7aba8 | 2024-08-03 08:37:14.695 | +---------------+----------------------------------+ 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-08-03 08:37:14.695 | +---------------+----------------------------------+ 2024-08-03 08:37:14.695 | | Field | Value | 2024-08-03 08:37:14.695 | +---------------+----------------------------------+ 2024-08-03 08:37:14.695 | | default_limit | 100 | 2024-08-03 08:37:14.695 | | description | None | 2024-08-03 08:37:14.695 | | id | 4e7740b34a234bda96d6f733c4daf133 | 2024-08-03 08:37:14.695 | | region_id | RegionOne | 2024-08-03 08:37:14.695 | | resource_name | image_count_uploading | 2024-08-03 08:37:14.695 | | service_id | 2079bb26952f4f76afcc9cbc3cd7aba8 | 2024-08-03 08:37:14.695 | +---------------+----------------------------------+ 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-08-03 08:37:14.695 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-08-03 08:37:14.696 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-08-03 08:37:14.696 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.696 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id e3e1cf2ff4214df8b4f2d41f3f26bf97 2024-08-03 08:37:14.696 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-08-03 08:37:14.724 | [3508 Async create_glance_accounts:35948]: finished create_glance_accounts with result 0 in 24 seconds 2024-08-03 08:37:14.750 | [3508 Async create_cinder_accounts:36087]: Waiting for completion of create_cinder_accounts running on PID 36087 (3 other jobs running) 2024-08-03 08:37:14.767 | [3508 Async create_cinder_accounts:36087]: Signaling child to exit 2024-08-03 08:37:14.767 | WAKEUP 2024-08-03 08:37:14.783 | [3508 Async create_cinder_accounts:36087]: Signaled 2024-08-03 08:37:14.784 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-08-03 08:37:14.784 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-08-03 08:37:14.784 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-08-03 08:37:14.784 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:14.784 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-08-03 08:37:14.784 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-08-03 08:37:14.784 | + functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:37:14.784 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-03 08:37:14.784 | + functions-common:get_or_create_user:926 : local email= 2024-08-03 08:37:14.784 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-03 08:37:14.784 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.784 | + functions-common:get_or_create_user:938 : user_id=92d8db1533964c8cbe244d4d58cfa4ed 2024-08-03 08:37:14.784 | + functions-common:get_or_create_user:939 : echo 92d8db1533964c8cbe244d4d58cfa4ed 2024-08-03 08:37:14.784 | 92d8db1533964c8cbe244d4d58cfa4ed 2024-08-03 08:37:14.784 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-08-03 08:37:14.784 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:37:14.784 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:37:14.784 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-03 08:37:14.784 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:37:14.784 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:37:14.784 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-03 08:37:14.784 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-03 08:37:14.784 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-03 08:37:14.784 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-03 08:37:14.784 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-03 08:37:14.784 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-03 08:37:14.784 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-08-03 08:37:14.784 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-03 08:37:14.784 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.784 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.784 | + functions-common:get_or_add_user_project_role:1003 : echo 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.784 | 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.784 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-03 08:37:14.784 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-08-03 08:37:14.784 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-03 08:37:14.784 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-08-03 08:37:14.784 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-08-03 08:37:14.784 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.785 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-03 08:37:14.785 | 9b3ad3e6addc4906ab499c9bc2150652' 2024-08-03 08:37:14.785 | + functions-common:get_or_create_service:1090 : echo 9b3ad3e6addc4906ab499c9bc2150652 2024-08-03 08:37:14.785 | 9b3ad3e6addc4906ab499c9bc2150652 2024-08-03 08:37:14.785 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-08-03 08:37:14.785 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-03 08:37:14.785 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-03 08:37:14.785 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-08-03 08:37:14.785 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-03 08:37:14.785 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-08-03 08:37:14.785 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=826acab16b4d4678bdfcb8de2490621b 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 826acab16b4d4678bdfcb8de2490621b 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1123 : public_id=826acab16b4d4678bdfcb8de2490621b 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1132 : echo 826acab16b4d4678bdfcb8de2490621b 2024-08-03 08:37:14.785 | 826acab16b4d4678bdfcb8de2490621b 2024-08-03 08:37:14.785 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-08-03 08:37:14.785 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-03 08:37:14.785 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-08-03 08:37:14.785 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-08-03 08:37:14.785 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.785 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-03 08:37:14.785 | a4baa57a5d2f4aaca6ea51503e0bd6c6' 2024-08-03 08:37:14.785 | + functions-common:get_or_create_service:1090 : echo a4baa57a5d2f4aaca6ea51503e0bd6c6 2024-08-03 08:37:14.785 | a4baa57a5d2f4aaca6ea51503e0bd6c6 2024-08-03 08:37:14.785 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-03 08:37:14.785 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-03 08:37:14.785 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-08-03 08:37:14.785 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-03 08:37:14.785 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-08-03 08:37:14.785 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=74292c434f1e4dce813cb14c2cfe8c0b 2024-08-03 08:37:14.785 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 74292c434f1e4dce813cb14c2cfe8c0b 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1123 : public_id=74292c434f1e4dce813cb14c2cfe8c0b 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-03 08:37:14.785 | + functions-common:get_or_create_endpoint:1132 : echo 74292c434f1e4dce813cb14c2cfe8c0b 2024-08-03 08:37:14.785 | 74292c434f1e4dce813cb14c2cfe8c0b 2024-08-03 08:37:14.785 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-08-03 08:37:14.785 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-08-03 08:37:14.785 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-03 08:37:14.785 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-08-03 08:37:14.785 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.785 | ++ functions-common:get_or_create_project:951 : project_id=7e1de86a2c17478ebb64f213261a879b 2024-08-03 08:37:14.785 | ++ functions-common:get_or_create_project:952 : echo 7e1de86a2c17478ebb64f213261a879b 2024-08-03 08:37:14.786 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 7e1de86a2c17478ebb64f213261a879b 2024-08-03 08:37:14.786 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-08-03 08:37:14.786 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:37:14.786 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-03 08:37:14.786 | ++ functions-common:get_or_create_user:926 : local email= 2024-08-03 08:37:14.786 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-08-03 08:37:14.786 | No password was supplied, authentication will fail when a user does not have a password. 2024-08-03 08:37:14.786 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.786 | ++ functions-common:get_or_create_user:938 : user_id=92d8db1533964c8cbe244d4d58cfa4ed 2024-08-03 08:37:14.786 | ++ functions-common:get_or_create_user:939 : echo 92d8db1533964c8cbe244d4d58cfa4ed 2024-08-03 08:37:14.786 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 92d8db1533964c8cbe244d4d58cfa4ed 2024-08-03 08:37:14.816 | [3508 Async create_cinder_accounts:36087]: finished create_cinder_accounts with result 0 in 22 seconds 2024-08-03 08:37:14.819 | + inc/async:async_wait:197 : return 0 2024-08-03 08:37:14.821 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-08-03 08:37:14.857 | [3508 Async create_neutron_accounts:36230]: Waiting for completion of create_neutron_accounts running on PID 36230 (2 other jobs running) 2024-08-03 08:37:14.875 | [3508 Async create_neutron_accounts:36230]: Signaling child to exit 2024-08-03 08:37:14.875 | WAKEUP 2024-08-03 08:37:14.891 | [3508 Async create_neutron_accounts:36230]: Signaled 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-08-03 08:37:14.892 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-08-03 08:37:14.892 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-08-03 08:37:14.892 | + functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:37:14.892 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-03 08:37:14.892 | + functions-common:get_or_create_user:926 : local email= 2024-08-03 08:37:14.892 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-03 08:37:14.892 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.892 | + functions-common:get_or_create_user:938 : user_id=307fe950a3f14e2aafd230c474f62648 2024-08-03 08:37:14.892 | + functions-common:get_or_create_user:939 : echo 307fe950a3f14e2aafd230c474f62648 2024-08-03 08:37:14.892 | 307fe950a3f14e2aafd230c474f62648 2024-08-03 08:37:14.892 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-08-03 08:37:14.892 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:37:14.892 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:37:14.892 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-03 08:37:14.892 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:37:14.892 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:37:14.892 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-03 08:37:14.892 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-03 08:37:14.892 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-03 08:37:14.892 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-03 08:37:14.892 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-03 08:37:14.892 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-03 08:37:14.892 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-08-03 08:37:14.892 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-03 08:37:14.892 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.892 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.892 | + functions-common:get_or_add_user_project_role:1003 : echo 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.892 | 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:14.892 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-08-03 08:37:14.892 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-03 08:37:14.892 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-08-03 08:37:14.892 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-08-03 08:37:14.892 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.892 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-03 08:37:14.892 | 2ecc430020bb4555a3137ff63cbfb853' 2024-08-03 08:37:14.892 | + functions-common:get_or_create_service:1090 : echo 2ecc430020bb4555a3137ff63cbfb853 2024-08-03 08:37:14.892 | 2ecc430020bb4555a3137ff63cbfb853 2024-08-03 08:37:14.892 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-08-03 08:37:14.892 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-03 08:37:14.892 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-08-03 08:37:14.892 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-03 08:37:14.892 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-08-03 08:37:14.892 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.892 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-03 08:37:14.892 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-03 08:37:14.892 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-08-03 08:37:14.892 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:14.892 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=289e0c9aed8e42c0b5d02c2b4aa15119 2024-08-03 08:37:14.892 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 289e0c9aed8e42c0b5d02c2b4aa15119 2024-08-03 08:37:14.892 | + functions-common:get_or_create_endpoint:1123 : public_id=289e0c9aed8e42c0b5d02c2b4aa15119 2024-08-03 08:37:14.892 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-03 08:37:14.892 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-03 08:37:14.892 | + functions-common:get_or_create_endpoint:1132 : echo 289e0c9aed8e42c0b5d02c2b4aa15119 2024-08-03 08:37:14.892 | 289e0c9aed8e42c0b5d02c2b4aa15119 2024-08-03 08:37:14.925 | [3508 Async create_neutron_accounts:36230]: finished create_neutron_accounts with result 0 in 13 seconds 2024-08-03 08:37:14.930 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-08-03 08:37:14.934 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-08-03 08:37:14.936 | + inc/async:async_wait:197 : return 0 2024-08-03 08:37:14.938 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-08-03 08:37:14.951 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:14.953 | + stack.sh:main:1161 : is_service_enabled glance 2024-08-03 08:37:14.967 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:14.969 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-08-03 08:37:14.971 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:37:14.972 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-08-03 08:37:14.975 | + stack.sh:main:1163 : async_runfunc init_glance 2024-08-03 08:37:14.977 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-08-03 08:37:15.023 | + inc/async:async_inner:63 : init_glance 2024-08-03 08:37:15.053 | [3508 Async init_glance:38554]: running: init_glance 2024-08-03 08:37:15.056 | + stack.sh:main:1170 : is_service_enabled neutron 2024-08-03 08:37:15.070 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:15.072 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-08-03 08:37:15.074 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:37:15.075 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-08-03 08:37:15.078 | + stack.sh:main:1173 : configure_neutron 2024-08-03 08:37:15.080 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-08-03 08:37:15.081 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-08-03 08:37:15.083 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-08-03 08:37:15.093 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-08-03 08:37:15.095 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-08-03 08:37:19.217 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:19.236 | [38554 Async init_glance:38554]: finished successfully 2024-08-03 08:37:34.829 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-08-03 08:37:34.833 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-08-03 08:37:34.835 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-08-03 08:37:34.837 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-08-03 08:37:34.839 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-08-03 08:37:34.841 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-08-03 08:37:34.843 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-08-03 08:37:34.845 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-08-03 08:37:34.847 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-08-03 08:37:34.848 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-08-03 08:37:34.850 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-08-03 08:37:34.852 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-08-03 08:37:34.854 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-08-03 08:37:34.855 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-08-03 08:37:34.857 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-08-03 08:37:34.859 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-08-03 08:37:34.862 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:34.864 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:34.866 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-08-03 08:37:34.868 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:34.872 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-08-03 08:37:34.874 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-08-03 08:37:34.876 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-08-03 08:37:34.878 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-08-03 08:37:34.880 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:37:34.881 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:37:34.883 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-03 08:37:34.886 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-03 08:37:34.910 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-08-03 08:37:34.933 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-08-03 08:37:34.959 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-08-03 08:37:34.983 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-08-03 08:37:35.008 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-08-03 08:37:35.032 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-08-03 08:37:35.034 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-08-03 08:37:35.036 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-08-03 08:37:35.038 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-08-03 08:37:35.040 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-03 08:37:35.054 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-03 08:37:35.055 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-03 08:37:35.057 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-03 08:37:35.059 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-03 08:37:35.061 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-03 08:37:35.084 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:37:35.107 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-08-03 08:37:35.131 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-03 08:37:35.155 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-08-03 08:37:35.167 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:35.169 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-08-03 08:37:35.171 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-08-03 08:37:35.173 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-08-03 08:37:35.175 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-08-03 08:37:35.177 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-08-03 08:37:35.178 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-08-03 08:37:35.180 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-08-03 08:37:35.182 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-08-03 08:37:35.192 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-08-03 08:37:35.202 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-08-03 08:37:35.204 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-08-03 08:37:35.213 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-08-03 08:37:35.222 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-08-03 08:37:35.232 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-03 08:37:35.234 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:37:35.236 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-08-03 08:37:35.239 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.OcI8O8u1BC 2024-08-03 08:37:35.242 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-03 08:37:35.243 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:37:35.245 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.OcI8O8u1BC 2024-08-03 08:37:35.248 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.OcI8O8u1BC 2024-08-03 08:37:35.257 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.OcI8O8u1BC /etc/sudoers.d/neutron-rootwrap 2024-08-03 08:37:35.266 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-08-03 08:37:35.268 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-08-03 08:37:35.270 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-03 08:37:35.293 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-03 08:37:35.294 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:37:35.318 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-08-03 08:37:35.320 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-08-03 08:37:35.322 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-08-03 08:37:35.324 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-03 08:37:35.326 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-03 08:37:35.327 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-03 08:37:35.340 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:35.342 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-03 08:37:35.345 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-03 08:37:35.347 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-03 08:37:35.360 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:35.362 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:37:35.365 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-03 08:37:35.389 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-03 08:37:35.391 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-03 08:37:35.393 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-08-03 08:37:35.406 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:35.408 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-08-03 08:37:35.420 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:35.422 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-08-03 08:37:35.424 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:35.426 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:35.428 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-03 08:37:35.453 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-03 08:37:35.455 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:37:35.479 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-03 08:37:35.502 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-08-03 08:37:35.504 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-08-03 08:37:35.506 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-08-03 08:37:35.508 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-03 08:37:36.815 | INFO neutron.common.config [-] Logging enabled! 2024-08-03 08:37:36.815 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev38 2024-08-03 08:37:36.816 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39446) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-03 08:37:36.816 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-08-03 08:37:36.817 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpazzter8m/privsep.sock'] 2024-08-03 08:37:37.533 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-08-03 08:37:37.533 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpazzter8m/privsep.sock {{(pid=39446) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-08-03 08:37:37.534 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-08-03 08:37:37.534 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-08-03 08:37:37.534 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2024-08-03 08:37:37.535 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39458 2024-08-03 08:37:37.535 | DEBUG oslo.privsep.daemon [-] privsep: reply[93c578f0-30e3-4e06-8fec-355389680a1b]: (2,) {{(pid=39458) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:37:37.621 | 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=39458) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-08-03 08:37:37.630 | 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=39458) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-08-03 08:37:37.630 | DEBUG oslo.privsep.daemon [-] privsep: reply[ad8a7b60-985f-4f86-ac54-b689f6b53c78]: (4, ('c04f56c7-aab8-4379-8c37-7dd821052fef\n', '')) {{(pid=39458) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:37:37.724 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39446) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-03 08:37:37.725 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39446) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-03 08:37:37.725 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39446) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:37.725 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39446) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:37.725 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39446) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:37.725 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39446) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:37.760 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-03 08:37:37.761 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39446) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-03 08:37:37.761 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39446) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-03 08:37:37.761 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-03 08:37:38.048 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-08-03 08:37:38.050 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-08-03 08:37:38.052 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-08-03 08:37:38.054 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-03 08:37:38.056 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-08-03 08:37:38.069 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2024-08-03 08:37:38.082 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-08-03 08:37:38.084 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-08-03 08:37:38.086 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-08-03 08:37:38.112 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-08-03 08:37:38.114 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-08-03 08:37:38.121 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-08-03 08:37:38.123 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-08-03 08:37:38.124 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-08-03 08:37:38.162 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-08-03 08:37:38.175 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-03 08:37:38.178 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-08-03 08:37:38.185 | net.bridge.bridge-nf-call-iptables = 1 2024-08-03 08:37:38.188 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-03 08:37:38.190 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-08-03 08:37:38.197 | net.bridge.bridge-nf-call-ip6tables = 1 2024-08-03 08:37:38.200 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-08-03 08:37:38.202 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-08-03 08:37:38.204 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-08-03 08:37:38.206 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-08-03 08:37:38.208 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-08-03 08:37:38.210 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-08-03 08:37:38.212 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-03 08:37:38.214 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-03 08:37:38.216 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-03 08:37:38.218 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-03 08:37:38.231 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-08-03 08:37:38.233 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2024-08-03 08:37:38.259 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-08-03 08:37:38.261 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-08-03 08:37:38.285 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-08-03 08:37:38.309 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-08-03 08:37:38.322 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:38.324 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-08-03 08:37:38.326 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.329 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-08-03 08:37:38.353 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-08-03 08:37:38.377 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.379 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.381 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-03 08:37:38.404 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-03 08:37:38.406 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:37:38.430 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-08-03 08:37:38.443 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:38.445 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.447 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-08-03 08:37:38.470 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.472 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.474 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-03 08:37:38.497 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.499 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-03 08:37:38.501 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-08-03 08:37:38.502 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-08-03 08:37:38.516 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:38.518 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-08-03 08:37:38.520 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-08-03 08:37:38.523 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-08-03 08:37:38.547 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-03 08:37:38.572 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-08-03 08:37:38.574 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:37:38.598 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-03 08:37:38.600 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-08-03 08:37:38.623 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-03 08:37:38.624 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-03 08:37:38.626 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-08-03 08:37:38.651 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-08-03 08:37:38.653 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-03 08:37:38.655 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-08-03 08:37:38.657 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-03 08:37:39.960 | INFO neutron.common.config [-] Logging enabled! 2024-08-03 08:37:39.960 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev38 2024-08-03 08:37:39.960 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40002) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-03 08:37:39.985 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40002) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-03 08:37:39.985 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40002) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-03 08:37:39.986 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40002) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:39.986 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40002) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:39.986 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40002) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:39.986 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40002) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-03 08:37:40.020 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-03 08:37:40.020 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40002) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-03 08:37:40.020 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40002) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-03 08:37:40.021 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-03 08:37:40.274 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-08-03 08:37:40.276 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-08-03 08:37:40.278 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-08-03 08:37:40.280 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-03 08:37:40.282 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-03 08:37:40.284 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-03 08:37:40.286 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-03 08:37:40.299 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-08-03 08:37:40.301 | + functions:set_mtu:796 : local dev=br-ex 2024-08-03 08:37:40.303 | + functions:set_mtu:797 : local mtu=8950 2024-08-03 08:37:40.305 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-08-03 08:37:40.315 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-08-03 08:37:40.328 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-08-03 08:37:40.330 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-08-03 08:37:40.332 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-08-03 08:37:40.334 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-08-03 08:37:40.336 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-08-03 08:37:40.338 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-08-03 08:37:40.340 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-08-03 08:37:40.342 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-08-03 08:37:40.344 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-08-03 08:37:40.346 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-08-03 08:37:40.348 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-08-03 08:37:40.350 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-08-03 08:37:40.352 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-08-03 08:37:40.353 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-08-03 08:37:40.356 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-08-03 08:37:40.357 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-08-03 08:37:40.362 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-08-03 08:37:40.364 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-08-03 08:37:40.365 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-08-03 08:37:40.367 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-08-03 08:37:40.370 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-08-03 08:37:40.371 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-08-03 08:37:40.372 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-08-03 08:37:40.376 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-08-03 08:37:40.378 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-08-03 08:37:40.380 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-08-03 08:37:40.382 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-08-03 08:37:40.384 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-08-03 08:37:40.385 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-08-03 08:37:40.387 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-08-03 08:37:40.401 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-08-03 08:37:40.401 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-08-03 08:37:40.405 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-08-03 08:37:40.407 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-08-03 08:37:40.420 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:40.422 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-08-03 08:37:40.424 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-08-03 08:37:40.427 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-08-03 08:37:40.452 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-08-03 08:37:40.477 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-08-03 08:37:40.501 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-08-03 08:37:40.503 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-08-03 08:37:40.505 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-03 08:37:40.530 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-03 08:37:40.532 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-03 08:37:40.557 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-03 08:37:40.559 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-08-03 08:37:40.572 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:40.574 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-08-03 08:37:40.576 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-08-03 08:37:40.589 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:40.591 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-08-03 08:37:40.603 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:40.605 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-08-03 08:37:40.619 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:40.620 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-08-03 08:37:40.634 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:40.636 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-08-03 08:37:40.638 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-08-03 08:37:40.640 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-08-03 08:37:40.643 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-08-03 08:37:40.645 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-08-03 08:37:40.647 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-08-03 08:37:40.650 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-08-03 08:37:40.652 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-08-03 08:37:40.654 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-08-03 08:37:40.658 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-08-03 08:37:40.661 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-08-03 08:37:40.665 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-08-03 08:37:40.689 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-03 08:37:40.714 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-08-03 08:37:40.739 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-08-03 08:37:40.763 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-08-03 08:37:40.765 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-03 08:37:40.767 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-08-03 08:37:40.769 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-03 08:37:40.771 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-08-03 08:37:40.795 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-08-03 08:37:40.820 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-03 08:37:40.845 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-08-03 08:37:40.869 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-08-03 08:37:40.893 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-08-03 08:37:40.918 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-08-03 08:37:40.942 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-08-03 08:37:40.966 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:37:40.991 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-08-03 08:37:41.015 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-08-03 08:37:41.039 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-08-03 08:37:41.064 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-08-03 08:37:41.066 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-03 08:37:41.068 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-03 08:37:41.070 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-03 08:37:41.072 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-08-03 08:37:41.095 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-08-03 08:37:41.119 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-08-03 08:37:41.147 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-08-03 08:37:41.171 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-08-03 08:37:41.195 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-08-03 08:37:41.219 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-08-03 08:37:41.244 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-08-03 08:37:41.270 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:37:41.295 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-08-03 08:37:41.320 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-08-03 08:37:41.322 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-03 08:37:41.324 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-03 08:37:41.325 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-08-03 08:37:41.327 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-08-03 08:37:41.352 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-08-03 08:37:41.377 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-08-03 08:37:41.401 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-08-03 08:37:41.426 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-08-03 08:37:41.450 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-08-03 08:37:41.475 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-08-03 08:37:41.500 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-08-03 08:37:41.525 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-08-03 08:37:41.549 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-08-03 08:37:41.573 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-08-03 08:37:41.575 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-08-03 08:37:41.577 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-08-03 08:37:41.579 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-08-03 08:37:41.581 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-08-03 08:37:41.582 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-08-03 08:37:41.584 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-08-03 08:37:41.586 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-08-03 08:37:41.588 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-08-03 08:37:41.590 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-08-03 08:37:41.592 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-08-03 08:37:41.594 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-08-03 08:37:41.596 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-08-03 08:37:41.598 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-08-03 08:37:41.599 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-08-03 08:37:41.601 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-08-03 08:37:41.603 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-08-03 08:37:41.605 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-08-03 08:37:41.607 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-08-03 08:37:41.609 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.611 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-08-03 08:37:41.612 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-08-03 08:37:41.614 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-08-03 08:37:41.616 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.618 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-03 08:37:41.640 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-08-03 08:37:41.642 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.644 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-03 08:37:41.646 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-08-03 08:37:41.648 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-08-03 08:37:41.650 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.652 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-08-03 08:37:41.675 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-08-03 08:37:41.677 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-08-03 08:37:41.679 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.681 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-03 08:37:41.682 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-08-03 08:37:41.684 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-08-03 08:37:41.686 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.688 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-03 08:37:41.711 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-08-03 08:37:41.713 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-08-03 08:37:41.714 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.716 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-03 08:37:41.718 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-08-03 08:37:41.720 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-08-03 08:37:41.722 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.724 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-03 08:37:41.747 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-08-03 08:37:41.748 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.750 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-03 08:37:41.752 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-08-03 08:37:41.754 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-08-03 08:37:41.756 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.758 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-08-03 08:37:41.782 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2024-08-03 08:37:41.784 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.786 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-08-03 08:37:41.788 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-08-03 08:37:41.790 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-08-03 08:37:41.792 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.794 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-08-03 08:37:41.817 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2024-08-03 08:37:41.819 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.821 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-08-03 08:37:41.823 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-03 08:37:41.825 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-03 08:37:41.827 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.828 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-08-03 08:37:41.851 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2024-08-03 08:37:41.853 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.855 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-08-03 08:37:41.857 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-08-03 08:37:41.859 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-08-03 08:37:41.861 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.863 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-08-03 08:37:41.886 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2024-08-03 08:37:41.888 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.890 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-08-03 08:37:41.892 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-08-03 08:37:41.894 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-08-03 08:37:41.895 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.897 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2024-08-03 08:37:41.921 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2024-08-03 08:37:41.923 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:37:41.924 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-08-03 08:37:41.926 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-03 08:37:41.928 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-03 08:37:41.930 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-03 08:37:41.932 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-08-03 08:37:41.955 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-03 08:37:41.957 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-08-03 08:37:41.982 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-08-03 08:37:42.007 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-08-03 08:37:42.009 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-08-03 08:37:42.023 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:42.025 | + stack.sh:main:1176 : is_service_enabled neutron 2024-08-03 08:37:42.038 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:42.040 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-08-03 08:37:42.042 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-08-03 08:37:42.089 | + inc/async:async_inner:63 : init_neutron 2024-08-03 08:37:42.120 | [3508 Async init_neutron:41801]: running: init_neutron 2024-08-03 08:37:42.122 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-08-03 08:37:42.136 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:42.138 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-08-03 08:37:42.149 | ++ stack.sh:main:1189 : true 2024-08-03 08:37:42.151 | + stack.sh:main:1189 : netman_pid= 2024-08-03 08:37:42.153 | + stack.sh:main:1190 : '[' -z '' ']' 2024-08-03 08:37:42.155 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-08-03 08:37:42.166 | dnsmasq: no process found 2024-08-03 08:37:42.169 | + stack.sh:main:1191 : true 2024-08-03 08:37:42.171 | + stack.sh:main:1196 : clean_iptables 2024-08-03 08:37:42.174 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-08-03 08:37:42.174 | + lib/nova:clean_iptables:184 : grep nova 2024-08-03 08:37:42.174 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-03 08:37:42.175 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-08-03 08:37:42.176 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-08-03 08:37:42.176 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-08-03 08:37:42.176 | + lib/nova:clean_iptables:184 : bash 2024-08-03 08:37:42.214 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-08-03 08:37:42.214 | + lib/nova:clean_iptables:186 : grep nova 2024-08-03 08:37:42.214 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-03 08:37:42.215 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-08-03 08:37:42.215 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-08-03 08:37:42.216 | + lib/nova:clean_iptables:186 : bash 2024-08-03 08:37:42.216 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-08-03 08:37:42.226 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-08-03 08:37:42.227 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-08-03 08:37:42.227 | + lib/nova:clean_iptables:188 : grep nova 2024-08-03 08:37:42.228 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-03 08:37:42.228 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-08-03 08:37:42.229 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-08-03 08:37:42.230 | + lib/nova:clean_iptables:188 : bash 2024-08-03 08:37:42.237 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-08-03 08:37:42.238 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-03 08:37:42.238 | + lib/nova:clean_iptables:190 : grep nova 2024-08-03 08:37:42.239 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-08-03 08:37:42.239 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-08-03 08:37:42.241 | + lib/nova:clean_iptables:190 : bash 2024-08-03 08:37:42.241 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-08-03 08:37:42.248 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-08-03 08:37:42.255 | net.ipv4.ip_forward = 1 2024-08-03 08:37:42.258 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-08-03 08:37:42.272 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:42.274 | + stack.sh:main:1205 : configure_os_vif 2024-08-03 08:37:42.276 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-08-03 08:37:42.278 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-08-03 08:37:42.306 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-08-03 08:37:42.308 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-08-03 08:37:42.335 | + stack.sh:main:1211 : is_service_enabled swift 2024-08-03 08:37:42.348 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:42.350 | + stack.sh:main:1220 : is_service_enabled cinder 2024-08-03 08:37:42.363 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:42.365 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-08-03 08:37:42.368 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:37:42.370 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-08-03 08:37:42.372 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-08-03 08:37:42.373 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-08-03 08:37:42.420 | + inc/async:async_inner:63 : init_cinder 2024-08-03 08:37:42.452 | [3508 Async init_cinder:42151]: running: init_cinder 2024-08-03 08:37:42.454 | + stack.sh:main:1228 : is_service_enabled placement 2024-08-03 08:37:42.468 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:42.470 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-08-03 08:37:42.472 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:37:42.474 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-08-03 08:37:42.476 | + stack.sh:main:1230 : async_runfunc init_placement 2024-08-03 08:37:42.478 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-08-03 08:37:42.526 | + inc/async:async_inner:63 : init_placement 2024-08-03 08:37:42.556 | [3508 Async init_placement:42298]: running: init_placement 2024-08-03 08:37:42.558 | + stack.sh:main:1234 : async_wait init_neutron 2024-08-03 08:37:42.595 | [3508 Async init_neutron:41801]: Waiting for completion of init_neutron running on PID 41801 (5 other jobs running) 2024-08-03 08:37:42.613 | [3508 Async init_neutron:41801]: Signaling child to exit 2024-08-03 08:37:45.724 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:45.745 | [42151 Async init_cinder:42151]: finished successfully 2024-08-03 08:37:50.019 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:50.037 | [41801 Async init_neutron:41801]: finished successfully 2024-08-03 08:37:50.053 | WAKEUP 2024-08-03 08:37:50.069 | [3508 Async init_neutron:41801]: Signaled 2024-08-03 08:37:50.070 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-08-03 08:37:50.070 | + lib/database:recreate_database:112 : local db=neutron 2024-08-03 08:37:50.070 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-08-03 08:37:50.070 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-08-03 08:37:50.070 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-08-03 08:37:50.070 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-08-03 08:37:50.070 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-08-03 08:37:50.070 | + functions-common:time_start:2421 : local name=dbsync 2024-08-03 08:37:50.070 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:37:50.070 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:37:50.070 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:37:50.070 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674262127 2024-08-03 08:37:50.070 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-08-03 08:37:50.070 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-08-03 08:37:50.071 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-08-03 08:37:50.071 | Running upgrade for neutron ... 2024-08-03 08:37:50.071 | OK 2024-08-03 08:37:50.071 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-08-03 08:37:50.071 | + functions-common:time_stop:2435 : local name 2024-08-03 08:37:50.071 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:37:50.071 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:37:50.071 | + functions-common:time_stop:2438 : local total 2024-08-03 08:37:50.071 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:37:50.071 | + functions-common:time_stop:2441 : name=dbsync 2024-08-03 08:37:50.071 | + functions-common:time_stop:2442 : start_time=1722674262127 2024-08-03 08:37:50.071 | + functions-common:time_stop:2444 : [[ -z 1722674262127 ]] 2024-08-03 08:37:50.071 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:37:50.071 | + functions-common:time_stop:2447 : end_time=1722674270007 2024-08-03 08:37:50.071 | + functions-common:time_stop:2448 : elapsed_time=7880 2024-08-03 08:37:50.071 | + functions-common:time_stop:2449 : total=3002 2024-08-03 08:37:50.071 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:37:50.071 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10882 2024-08-03 08:37:50.104 | [3508 Async init_neutron:41801]: finished init_neutron with result 0 in 7 seconds 2024-08-03 08:37:50.107 | + inc/async:async_wait:197 : return 0 2024-08-03 08:37:50.109 | + stack.sh:main:1235 : async_wait init_placement 2024-08-03 08:37:50.148 | [3508 Async init_placement:42298]: Waiting for completion of init_placement running on PID 42298 (4 other jobs running) 2024-08-03 08:37:50.166 | [3508 Async init_placement:42298]: Signaling child to exit 2024-08-03 08:37:59.684 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:37:59.703 | [42298 Async init_placement:42298]: finished successfully 2024-08-03 08:37:59.719 | WAKEUP 2024-08-03 08:37:59.736 | [3508 Async init_placement:42298]: Signaled 2024-08-03 08:37:59.736 | + lib/placement:init_placement:143 : recreate_database placement 2024-08-03 08:37:59.737 | + lib/database:recreate_database:112 : local db=placement 2024-08-03 08:37:59.737 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-08-03 08:37:59.737 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-08-03 08:37:59.737 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-08-03 08:37:59.737 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-08-03 08:37:59.737 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-08-03 08:37:59.737 | + lib/placement:init_placement:145 : create_placement_accounts 2024-08-03 08:37:59.737 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-08-03 08:37:59.737 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-08-03 08:37:59.737 | + functions-common:get_or_create_user:922 : local user_id 2024-08-03 08:37:59.737 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-03 08:37:59.737 | + functions-common:get_or_create_user:926 : local email= 2024-08-03 08:37:59.737 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-08-03 08:37:59.737 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:59.737 | + functions-common:get_or_create_user:938 : user_id=c0baf3a2f97a4863afab3d1f0e29d168 2024-08-03 08:37:59.737 | + functions-common:get_or_create_user:939 : echo c0baf3a2f97a4863afab3d1f0e29d168 2024-08-03 08:37:59.737 | c0baf3a2f97a4863afab3d1f0e29d168 2024-08-03 08:37:59.737 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:37:59.737 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-08-03 08:37:59.737 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-03 08:37:59.737 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:1003 : echo 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:59.737 | 1e81e8d9b73f4e3db743748f80a5bfdc 2024-08-03 08:37:59.737 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-03 08:37:59.737 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-03 08:37:59.737 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-03 08:37:59.737 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-08-03 08:37:59.737 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-08-03 08:37:59.737 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:37:59.737 | + functions-common:get_or_add_user_project_role:1003 : echo 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:37:59.737 | 1059e7ec3d214059b648ebe639bd5149 2024-08-03 08:37:59.737 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-08-03 08:37:59.737 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-08-03 08:37:59.737 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-03 08:37:59.737 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-08-03 08:37:59.737 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-08-03 08:37:59.737 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:59.737 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-03 08:37:59.737 | 74a565bf916146d98b4903a0bedada7a' 2024-08-03 08:37:59.737 | + functions-common:get_or_create_service:1090 : echo 74a565bf916146d98b4903a0bedada7a 2024-08-03 08:37:59.737 | 74a565bf916146d98b4903a0bedada7a 2024-08-03 08:37:59.738 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-08-03 08:37:59.738 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-03 08:37:59.738 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-08-03 08:37:59.738 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-03 08:37:59.738 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-08-03 08:37:59.738 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:59.738 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-03 08:37:59.738 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-03 08:37:59.738 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-08-03 08:37:59.738 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:37:59.738 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=412ef979a23d4ca886830a03f33a046a 2024-08-03 08:37:59.738 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 412ef979a23d4ca886830a03f33a046a 2024-08-03 08:37:59.738 | + functions-common:get_or_create_endpoint:1123 : public_id=412ef979a23d4ca886830a03f33a046a 2024-08-03 08:37:59.738 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-03 08:37:59.738 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-03 08:37:59.738 | + functions-common:get_or_create_endpoint:1132 : echo 412ef979a23d4ca886830a03f33a046a 2024-08-03 08:37:59.738 | 412ef979a23d4ca886830a03f33a046a 2024-08-03 08:37:59.769 | [3508 Async init_placement:42298]: finished init_placement with result 0 in 17 seconds 2024-08-03 08:37:59.772 | + inc/async:async_wait:197 : return 0 2024-08-03 08:37:59.774 | + stack.sh:main:1236 : async_wait init_glance 2024-08-03 08:37:59.824 | [3508 Async init_glance:38554]: Waiting for completion of init_glance running on PID 38554 (3 other jobs running) 2024-08-03 08:37:59.842 | [3508 Async init_glance:38554]: Signaling child to exit 2024-08-03 08:37:59.842 | WAKEUP 2024-08-03 08:37:59.858 | [3508 Async init_glance:38554]: Signaled 2024-08-03 08:37:59.859 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-08-03 08:37:59.859 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-08-03 08:37:59.859 | + lib/glance:init_glance:489 : recreate_database glance 2024-08-03 08:37:59.859 | + lib/database:recreate_database:112 : local db=glance 2024-08-03 08:37:59.859 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-08-03 08:37:59.859 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-08-03 08:37:59.859 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-08-03 08:37:59.859 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-08-03 08:37:59.859 | + lib/glance:init_glance:491 : time_start dbsync 2024-08-03 08:37:59.859 | + functions-common:time_start:2421 : local name=dbsync 2024-08-03 08:37:59.859 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:37:59.859 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:37:59.859 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:37:59.859 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674235066 2024-08-03 08:37:59.859 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-08-03 08:37:59.859 | 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=38639) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:37:59.859 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-03 08:37:59.859 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-03 08:37:59.859 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-03 08:37:59.859 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-03 08:37:59.859 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.859 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.859 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-08-03 08:37:59.859 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-08-03 08:37:59.859 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-08-03 08:37:59.860 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-03 08:37:59.861 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-03 08:37:59.861 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-08-03 08:37:59.861 | Database migration is up to date. No migration needed. 2024-08-03 08:37:59.861 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-08-03 08:37:59.861 | Database is synced successfully. 2024-08-03 08:37:59.861 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-08-03 08:37:59.861 | 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=38672) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-08-03 08:37:59.861 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-08-03 08:37:59.862 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-08-03 08:37:59.862 | + lib/glance:init_glance:497 : time_stop dbsync 2024-08-03 08:37:59.862 | + functions-common:time_stop:2435 : local name 2024-08-03 08:37:59.862 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:37:59.862 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:37:59.862 | + functions-common:time_stop:2438 : local total 2024-08-03 08:37:59.862 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:37:59.862 | + functions-common:time_stop:2441 : name=dbsync 2024-08-03 08:37:59.863 | + functions-common:time_stop:2442 : start_time=1722674235066 2024-08-03 08:37:59.863 | + functions-common:time_stop:2444 : [[ -z 1722674235066 ]] 2024-08-03 08:37:59.863 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:37:59.863 | + functions-common:time_stop:2447 : end_time=1722674239205 2024-08-03 08:37:59.863 | + functions-common:time_stop:2448 : elapsed_time=4139 2024-08-03 08:37:59.863 | + functions-common:time_stop:2449 : total=3002 2024-08-03 08:37:59.863 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:37:59.863 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7141 2024-08-03 08:37:59.893 | [3508 Async init_glance:38554]: finished init_glance with result 0 in 4 seconds 2024-08-03 08:37:59.896 | + inc/async:async_wait:197 : return 0 2024-08-03 08:37:59.898 | + stack.sh:main:1237 : async_wait init_swift 2024-08-03 08:37:59.914 | Not waiting for async task init_swift that we never started or has already been waited for 2024-08-03 08:37:59.916 | + inc/async:async_wait:197 : return 0 2024-08-03 08:37:59.918 | + stack.sh:main:1238 : async_wait init_cinder 2024-08-03 08:37:59.956 | [3508 Async init_cinder:42151]: Waiting for completion of init_cinder running on PID 42151 (2 other jobs running) 2024-08-03 08:37:59.975 | [3508 Async init_cinder:42151]: Signaling child to exit 2024-08-03 08:37:59.975 | WAKEUP 2024-08-03 08:37:59.991 | [3508 Async init_cinder:42151]: Signaled 2024-08-03 08:37:59.992 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-08-03 08:37:59.992 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:59.992 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-08-03 08:37:59.992 | + lib/database:recreate_database:112 : local db=cinder 2024-08-03 08:37:59.992 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-08-03 08:37:59.992 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-08-03 08:37:59.992 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-08-03 08:37:59.992 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-08-03 08:37:59.992 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-08-03 08:37:59.992 | + functions-common:time_start:2421 : local name=dbsync 2024-08-03 08:37:59.992 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:37:59.992 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:37:59.992 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:37:59.992 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674262473 2024-08-03 08:37:59.992 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-08-03 08:37:59.992 | 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=42253) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:37:59.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:37:59.993 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-03 08:37:59.993 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-03 08:37:59.993 | INFO cinder.db.migration [-] Applying migration(s) 2024-08-03 08:37:59.993 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-03 08:37:59.993 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-03 08:37:59.993 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-08-03 08:37:59.993 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42253) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-03 08:37:59.993 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-08-03 08:37:59.993 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42253) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:37:59.993 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-08-03 08:37:59.993 | 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=42253) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:37:59.993 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42253) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:37:59.993 | INFO cinder.db.migration [-] Migration(s) applied 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-08-03 08:37:59.993 | + functions-common:time_stop:2435 : local name 2024-08-03 08:37:59.993 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:37:59.993 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:37:59.993 | + functions-common:time_stop:2438 : local total 2024-08-03 08:37:59.993 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:37:59.993 | + functions-common:time_stop:2441 : name=dbsync 2024-08-03 08:37:59.993 | + functions-common:time_stop:2442 : start_time=1722674262473 2024-08-03 08:37:59.993 | + functions-common:time_stop:2444 : [[ -z 1722674262473 ]] 2024-08-03 08:37:59.993 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:37:59.993 | + functions-common:time_stop:2447 : end_time=1722674265661 2024-08-03 08:37:59.993 | + functions-common:time_stop:2448 : elapsed_time=3188 2024-08-03 08:37:59.993 | + functions-common:time_stop:2449 : total=3002 2024-08-03 08:37:59.993 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:37:59.993 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6190 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-08-03 08:37:59.993 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-08-03 08:37:59.993 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:37:59.993 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-08-03 08:38:00.025 | [3508 Async init_cinder:42151]: finished init_cinder with result 0 in 3 seconds 2024-08-03 08:38:00.028 | + inc/async:async_wait:197 : return 0 2024-08-03 08:38:00.030 | + stack.sh:main:1243 : is_service_enabled nova 2024-08-03 08:38:00.044 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:00.046 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-08-03 08:38:00.048 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:00.050 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-08-03 08:38:00.052 | + stack.sh:main:1245 : init_nova 2024-08-03 08:38:00.055 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-08-03 08:38:00.068 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:00.070 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-08-03 08:38:00.083 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:00.086 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:38:00.088 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-08-03 08:38:00.091 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-08-03 08:38:00.093 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-08-03 08:38:00.096 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-08-03 08:38:00.099 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-08-03 08:38:00.108 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-08-03 08:38:00.119 | ++ lib/nova:init_nova:863 : seq 1 1 2024-08-03 08:38:00.123 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-03 08:38:00.125 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-08-03 08:38:00.128 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-03 08:38:00.130 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-03 08:38:00.132 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-03 08:38:00.182 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-03 08:38:00.211 | [3508 Async nova-cell-1:43431]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-03 08:38:00.214 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-08-03 08:38:00.216 | + lib/database:recreate_database:112 : local db=nova_api 2024-08-03 08:38:00.218 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-08-03 08:38:00.220 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-08-03 08:38:00.222 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-08-03 08:38:00.230 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-08-03 08:38:00.239 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-08-03 08:38:00.616 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-03 08:38:02.386 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-03 08:38:02.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully [00;33m{{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:02.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:02.390 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-03 08:38:02.390 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43498) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-03 08:38:02.402 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-03 08:38:02.402 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-03 08:38:02.423 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-08-03 08:38:03.265 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43498) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-03 08:38:03.267 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-08-03 08:38:03.430 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43498) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:38:03.829 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-08-03 08:38:03.831 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-08-03 08:38:03.833 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-08-03 08:38:03.835 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-08-03 08:38:03.837 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-03 08:38:03.839 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-03 08:38:03.841 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-03 08:38:03.844 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-03 08:38:04.233 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-03 08:38:05.213 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:38:05.232 | [43431 Async nova-cell-1:43431]: finished successfully 2024-08-03 08:38:05.912 | ++ lib/nova:init_nova:875 : seq 0 1 2024-08-03 08:38:05.917 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-03 08:38:05.919 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-08-03 08:38:05.934 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-08-03 08:38:05.936 | + inc/async:async_wait:197 : return 0 2024-08-03 08:38:05.938 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-03 08:38:05.939 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-08-03 08:38:05.975 | [3508 Async nova-cell-1:43431]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43431 (2 other jobs running) 2024-08-03 08:38:06.001 | [3508 Async nova-cell-1:43431]: Signaling child to exit 2024-08-03 08:38:06.001 | WAKEUP 2024-08-03 08:38:06.017 | [3508 Async nova-cell-1:43431]: Signaled 2024-08-03 08:38:06.017 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-08-03 08:38:06.018 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-08-03 08:38:06.018 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-08-03 08:38:06.018 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-08-03 08:38:06.018 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-08-03 08:38:06.018 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-08-03 08:38:06.018 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-08-03 08:38:06.018 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-08-03 08:38:06.018 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-08-03 08:38:06.018 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-03 08:38:06.019 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43485) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-03 08:38:06.019 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-03 08:38:06.019 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-03 08:38:06.019 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-03 08:38:06.019 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43485) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-03 08:38:06.019 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-03 08:38:06.019 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43485) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:38:06.019 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-03 08:38:06.019 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43485) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:38:06.019 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-03 08:38:06.019 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43485) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:38:06.049 | [3508 Async nova-cell-1:43431]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-08-03 08:38:06.052 | + inc/async:async_wait:197 : return 0 2024-08-03 08:38:06.054 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:38:06.056 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-08-03 08:38:06.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-08-03 08:38:07.743 | DEBUG migrate.versioning.repository [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-03 08:38:07.744 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.745 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.745 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.745 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.745 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.746 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.746 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.746 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.746 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.747 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.747 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.747 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.747 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.748 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.748 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.748 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.748 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.749 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.749 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.749 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.749 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.750 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.750 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.750 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.750 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.751 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.751 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.751 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.751 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.752 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.752 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.752 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.752 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.752 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.753 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.753 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.753 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.753 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.754 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.754 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.754 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:07.754 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:07.755 | DEBUG migrate.versioning.repository [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-03 08:38:07.755 | DEBUG migrate.versioning.repository [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-03 08:38:07.767 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Context impl MySQLImpl. 2024-08-03 08:38:07.767 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Will assume non-transactional DDL. 2024-08-03 08:38:07.777 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-03 08:38:09.856 | DEBUG alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] new branch insert 8f2f1571d55b {{(pid=43690) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-03 08:38:09.858 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-03 08:38:09.886 | DEBUG alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43690) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:38:09.888 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-03 08:38:09.945 | DEBUG alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43690) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:38:09.947 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-03 08:38:09.962 | DEBUG alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43690) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-03 08:38:09.969 | DEBUG migrate.versioning.repository [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-03 08:38:09.970 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.970 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.970 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.970 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.971 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.971 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.971 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.971 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.972 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.972 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.972 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.972 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.972 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.973 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.973 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.973 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.973 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.973 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.974 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.974 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.974 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.974 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.975 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.975 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.975 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.975 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.976 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.976 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.976 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.976 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.976 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.977 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.977 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.977 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.977 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.977 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.978 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.978 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.978 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.978 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.979 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-03 08:38:09.979 | DEBUG migrate.versioning.script.base [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-03 08:38:09.979 | DEBUG migrate.versioning.repository [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-03 08:38:09.979 | DEBUG migrate.versioning.repository [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43690) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-03 08:38:09.983 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Context impl MySQLImpl. 2024-08-03 08:38:09.983 | INFO alembic.runtime.migration [None req-db5f4dda-540b-4843-a875-38bea11d63d6 None None] Will assume non-transactional DDL. 2024-08-03 08:38:10.343 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-08-03 08:38:10.717 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-03 08:38:12.138 | Running batches of 50 until complete 2024-08-03 08:38:12.138 | +-------------------------------------+--------------+-----------+ 2024-08-03 08:38:12.138 | | Migration | Total Needed | Completed | 2024-08-03 08:38:12.138 | +-------------------------------------+--------------+-----------+ 2024-08-03 08:38:12.138 | | fill_virtual_interface_list | 0 | 0 | 2024-08-03 08:38:12.138 | | migrate_empty_ratio | 0 | 0 | 2024-08-03 08:38:12.138 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-08-03 08:38:12.138 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-08-03 08:38:12.138 | | migration_migrate_to_uuid | 0 | 0 | 2024-08-03 08:38:12.138 | | populate_dev_uuids | 0 | 0 | 2024-08-03 08:38:12.138 | | populate_missing_availability_zones | 0 | 0 | 2024-08-03 08:38:12.138 | | populate_queued_for_delete | 0 | 0 | 2024-08-03 08:38:12.138 | | populate_user_id | 0 | 0 | 2024-08-03 08:38:12.138 | | populate_uuids | 0 | 0 | 2024-08-03 08:38:12.138 | +-------------------------------------+--------------+-----------+ 2024-08-03 08:38:12.510 | ++ lib/nova:init_nova:889 : seq 1 1 2024-08-03 08:38:12.514 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-03 08:38:12.516 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-08-03 08:38:12.518 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-03 08:38:12.520 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-03 08:38:12.523 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-08-03 08:38:12.898 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-03 08:38:14.225 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-08-03 08:38:14.225 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-08-03 08:38:14.560 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-08-03 08:38:14.562 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-08-03 08:38:14.572 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-08-03 08:38:14.575 | + stack.sh:main:1247 : async_runfunc configure_neutron_nova 2024-08-03 08:38:14.577 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-08-03 08:38:14.626 | + inc/async:async_inner:63 : configure_neutron_nova 2024-08-03 08:38:14.656 | [3508 Async configure_neutron_nova:43771]: running: configure_neutron_nova 2024-08-03 08:38:14.658 | + stack.sh:main:1255 : run_phase stack post-config 2024-08-03 08:38:14.660 | + functions-common:run_phase:1863 : local mode=stack 2024-08-03 08:38:14.663 | + functions-common:run_phase:1864 : local phase=post-config 2024-08-03 08:38:14.665 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-03 08:38:14.667 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-03 08:38:14.669 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-03 08:38:14.671 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-03 08:38:14.673 | + functions-common:run_phase:1873 : local extra 2024-08-03 08:38:14.677 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-03 08:38:14.680 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-03 08:38:14.682 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-03 08:38:14.684 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-03 08:38:14.687 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-08-03 08:38:14.690 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-03 08:38:14.703 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:14.705 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:38:14.707 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:38:14.709 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-03 08:38:14.711 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:38:14.713 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:38:14.715 | ++ extras.d/80-tempest.sh:source:12 : : 2024-08-03 08:38:14.717 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-03 08:38:14.720 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-03 08:38:14.722 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:38:14.723 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-03 08:38:14.726 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-08-03 08:38:14.727 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-03 08:38:14.730 | + functions-common:run_plugins:1850 : local phase=post-config 2024-08-03 08:38:14.732 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-03 08:38:14.733 | + functions-common:run_plugins:1853 : local plugin 2024-08-03 08:38:14.736 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-03 08:38:14.738 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:38:14.740 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-03 08:38:14.742 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-08-03 08:38:14.744 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:38:14.746 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:38:14.748 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-03 08:38:14.751 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:38:14.752 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:38:14.754 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-08-03 08:38:14.756 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:14.758 | ++ stack.sh:echo_summary:472 : echo -e Configuring Networking-NSX-T 2024-08-03 08:38:14.761 | + stack.sh:main:1263 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-08-03 08:38:14.763 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-03 08:38:14.765 | + inc/meta-config:merge_config_group:171 : shift 2024-08-03 08:38:14.767 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-08-03 08:38:14.769 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:14.771 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-03 08:38:14.773 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-03 08:38:14.776 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-08-03 08:38:14.778 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:14.781 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-08-03 08:38:14.784 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:14.786 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-08-03 08:38:14.786 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:38:14.786 | gsub("[][]", "", $1); 2024-08-03 08:38:14.786 | split($1, a, "|"); 2024-08-03 08:38:14.786 | if (a[1] == matchgroup) 2024-08-03 08:38:14.786 | print a[2] 2024-08-03 08:38:14.786 | } 2024-08-03 08:38:14.786 | ' /opt/stack/devstack/local.conf 2024-08-03 08:38:14.790 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-03 08:38:14.792 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-03 08:38:14.794 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-03 08:38:14.797 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-08-03 08:38:14.799 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-08-03 08:38:14.802 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-08-03 08:38:14.804 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-08-03 08:38:14.807 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-08-03 08:38:14.810 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-08-03 08:38:14.812 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-08-03 08:38:14.814 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-03 08:38:14.817 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:14.819 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-03 08:38:14.821 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-08-03 08:38:14.823 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-03 08:38:14.826 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-08-03 08:38:14.828 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-08-03 08:38:14.831 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-08-03 08:38:14.834 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-08-03 08:38:14.835 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-03 08:38:14.837 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:14.837 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-08-03 08:38:14.837 | BEGIN { 2024-08-03 08:38:14.837 | section = "" 2024-08-03 08:38:14.837 | last_section = "" 2024-08-03 08:38:14.837 | section_count = 0 2024-08-03 08:38:14.837 | } 2024-08-03 08:38:14.837 | /^\[.+\]/ { 2024-08-03 08:38:14.837 | gsub("[][]", "", $1); 2024-08-03 08:38:14.837 | section=$1 2024-08-03 08:38:14.837 | next 2024-08-03 08:38:14.837 | } 2024-08-03 08:38:14.837 | /^ *\#/ { 2024-08-03 08:38:14.837 | next 2024-08-03 08:38:14.837 | } 2024-08-03 08:38:14.837 | /^[^ \t]+/ { 2024-08-03 08:38:14.837 | # get offset of first = in $0 2024-08-03 08:38:14.837 | eq_idx = index($0, "=") 2024-08-03 08:38:14.837 | # extract attr & value from $0 2024-08-03 08:38:14.837 | attr = substr($0, 1, eq_idx - 1) 2024-08-03 08:38:14.837 | value = substr($0, eq_idx + 1) 2024-08-03 08:38:14.837 | # only need to strip trailing whitespace from attr 2024-08-03 08:38:14.837 | sub(/[ \t]*$/, "", attr) 2024-08-03 08:38:14.837 | # need to strip leading & trailing whitespace from value 2024-08-03 08:38:14.837 | sub(/^[ \t]*/, "", value) 2024-08-03 08:38:14.837 | sub(/[ \t]*$/, "", value) 2024-08-03 08:38:14.837 | 2024-08-03 08:38:14.837 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-03 08:38:14.837 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-03 08:38:14.837 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-03 08:38:14.838 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-03 08:38:14.838 | if (! (section, attr) in cfg_attr_count) { 2024-08-03 08:38:14.838 | if (section != last_section) { 2024-08-03 08:38:14.838 | cfg_section[section_count++] = section 2024-08-03 08:38:14.838 | last_section = section 2024-08-03 08:38:14.838 | } 2024-08-03 08:38:14.838 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-03 08:38:14.838 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-03 08:38:14.838 | 2024-08-03 08:38:14.838 | cfg_attr[section, attr, 0] = value 2024-08-03 08:38:14.838 | cfg_attr_count[section, attr] = 1 2024-08-03 08:38:14.838 | } else { 2024-08-03 08:38:14.838 | lno = cfg_attr_count[section, attr]++ 2024-08-03 08:38:14.838 | cfg_attr[section, attr, lno] = value 2024-08-03 08:38:14.838 | } 2024-08-03 08:38:14.838 | } 2024-08-03 08:38:14.838 | END { 2024-08-03 08:38:14.838 | # Process each section in order 2024-08-03 08:38:14.838 | for (sno = 0; sno < section_count; sno++) { 2024-08-03 08:38:14.838 | section = cfg_section[sno] 2024-08-03 08:38:14.838 | # The ini routines simply append a config item immediately 2024-08-03 08:38:14.838 | # after the section header. To keep the same order as defined 2024-08-03 08:38:14.838 | # in local.conf, invoke the ini routines in the reverse order 2024-08-03 08:38:14.838 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-03 08:38:14.838 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-03 08:38:14.838 | if (cfg_attr_count[section, attr] == 1) 2024-08-03 08:38:14.838 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-03 08:38:14.838 | else { 2024-08-03 08:38:14.838 | # For multiline, invoke the ini routines in the reverse order 2024-08-03 08:38:14.838 | count = cfg_attr_count[section, attr] 2024-08-03 08:38:14.839 | print "inidelete " configfile " " section " " attr 2024-08-03 08:38:14.839 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-03 08:38:14.839 | for (l = count -2; l >= 0; l--) 2024-08-03 08:38:14.839 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-03 08:38:14.839 | } 2024-08-03 08:38:14.839 | } 2024-08-03 08:38:14.839 | } 2024-08-03 08:38:14.839 | } 2024-08-03 08:38:14.839 | ' 2024-08-03 08:38:14.839 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:14.839 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-03 08:38:14.841 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-03 08:38:14.843 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-08-03 08:38:14.845 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:14.848 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-08-03 08:38:14.850 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-08-03 08:38:14.850 | BEGIN { group = "" } 2024-08-03 08:38:14.850 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:38:14.850 | gsub("[][]", "", $1); 2024-08-03 08:38:14.850 | split($1, a, "|"); 2024-08-03 08:38:14.850 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-03 08:38:14.850 | group=a[1] 2024-08-03 08:38:14.850 | } else { 2024-08-03 08:38:14.850 | group="" 2024-08-03 08:38:14.850 | } 2024-08-03 08:38:14.850 | next 2024-08-03 08:38:14.851 | } 2024-08-03 08:38:14.851 | { 2024-08-03 08:38:14.851 | if (group != "") 2024-08-03 08:38:14.851 | print $0 2024-08-03 08:38:14.851 | } 2024-08-03 08:38:14.851 | ' /opt/stack/devstack/local.conf 2024-08-03 08:38:14.855 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-08-03 08:38:14.857 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-03 08:38:14.881 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:14.884 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-03 08:38:14.887 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-03 08:38:14.888 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-03 08:38:14.891 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-08-03 08:38:14.893 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-08-03 08:38:14.896 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-08-03 08:38:14.899 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-08-03 08:38:14.901 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-08-03 08:38:14.904 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-08-03 08:38:14.907 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-08-03 08:38:14.909 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-03 08:38:14.911 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:14.913 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-03 08:38:14.915 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-08-03 08:38:14.917 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-03 08:38:14.920 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-08-03 08:38:14.922 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-08-03 08:38:14.925 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-08-03 08:38:14.927 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-08-03 08:38:14.929 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-03 08:38:14.930 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:14.931 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-08-03 08:38:14.931 | BEGIN { 2024-08-03 08:38:14.931 | section = "" 2024-08-03 08:38:14.931 | last_section = "" 2024-08-03 08:38:14.931 | section_count = 0 2024-08-03 08:38:14.931 | } 2024-08-03 08:38:14.931 | /^\[.+\]/ { 2024-08-03 08:38:14.931 | gsub("[][]", "", $1); 2024-08-03 08:38:14.931 | section=$1 2024-08-03 08:38:14.931 | next 2024-08-03 08:38:14.931 | } 2024-08-03 08:38:14.931 | /^ *\#/ { 2024-08-03 08:38:14.931 | next 2024-08-03 08:38:14.931 | } 2024-08-03 08:38:14.931 | /^[^ \t]+/ { 2024-08-03 08:38:14.931 | # get offset of first = in $0 2024-08-03 08:38:14.931 | eq_idx = index($0, "=") 2024-08-03 08:38:14.931 | # extract attr & value from $0 2024-08-03 08:38:14.931 | attr = substr($0, 1, eq_idx - 1) 2024-08-03 08:38:14.931 | value = substr($0, eq_idx + 1) 2024-08-03 08:38:14.931 | # only need to strip trailing whitespace from attr 2024-08-03 08:38:14.931 | sub(/[ \t]*$/, "", attr) 2024-08-03 08:38:14.931 | # need to strip leading & trailing whitespace from value 2024-08-03 08:38:14.931 | sub(/^[ \t]*/, "", value) 2024-08-03 08:38:14.932 | sub(/[ \t]*$/, "", value) 2024-08-03 08:38:14.932 | 2024-08-03 08:38:14.932 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-03 08:38:14.932 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-03 08:38:14.932 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-03 08:38:14.932 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-03 08:38:14.932 | if (! (section, attr) in cfg_attr_count) { 2024-08-03 08:38:14.932 | if (section != last_section) { 2024-08-03 08:38:14.932 | cfg_section[section_count++] = section 2024-08-03 08:38:14.932 | last_section = section 2024-08-03 08:38:14.932 | } 2024-08-03 08:38:14.932 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-03 08:38:14.932 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-03 08:38:14.932 | 2024-08-03 08:38:14.932 | cfg_attr[section, attr, 0] = value 2024-08-03 08:38:14.932 | cfg_attr_count[section, attr] = 1 2024-08-03 08:38:14.932 | } else { 2024-08-03 08:38:14.932 | lno = cfg_attr_count[section, attr]++ 2024-08-03 08:38:14.932 | cfg_attr[section, attr, lno] = value 2024-08-03 08:38:14.932 | } 2024-08-03 08:38:14.932 | } 2024-08-03 08:38:14.932 | END { 2024-08-03 08:38:14.932 | # Process each section in order 2024-08-03 08:38:14.932 | for (sno = 0; sno < section_count; sno++) { 2024-08-03 08:38:14.932 | section = cfg_section[sno] 2024-08-03 08:38:14.932 | # The ini routines simply append a config item immediately 2024-08-03 08:38:14.932 | # after the section header. To keep the same order as defined 2024-08-03 08:38:14.932 | # in local.conf, invoke the ini routines in the reverse order 2024-08-03 08:38:14.932 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-03 08:38:14.932 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-03 08:38:14.932 | if (cfg_attr_count[section, attr] == 1) 2024-08-03 08:38:14.932 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-03 08:38:14.932 | else { 2024-08-03 08:38:14.932 | # For multiline, invoke the ini routines in the reverse order 2024-08-03 08:38:14.932 | count = cfg_attr_count[section, attr] 2024-08-03 08:38:14.932 | print "inidelete " configfile " " section " " attr 2024-08-03 08:38:14.932 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-03 08:38:14.932 | for (l = count -2; l >= 0; l--) 2024-08-03 08:38:14.932 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-03 08:38:14.932 | } 2024-08-03 08:38:14.932 | } 2024-08-03 08:38:14.932 | } 2024-08-03 08:38:14.933 | } 2024-08-03 08:38:14.933 | ' 2024-08-03 08:38:14.933 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:14.933 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-03 08:38:14.934 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-03 08:38:14.937 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-08-03 08:38:14.939 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:14.941 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-08-03 08:38:14.943 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-08-03 08:38:14.943 | BEGIN { group = "" } 2024-08-03 08:38:14.943 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:38:14.943 | gsub("[][]", "", $1); 2024-08-03 08:38:14.943 | split($1, a, "|"); 2024-08-03 08:38:14.944 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-03 08:38:14.944 | group=a[1] 2024-08-03 08:38:14.944 | } else { 2024-08-03 08:38:14.944 | group="" 2024-08-03 08:38:14.944 | } 2024-08-03 08:38:14.944 | next 2024-08-03 08:38:14.944 | } 2024-08-03 08:38:14.944 | { 2024-08-03 08:38:14.944 | if (group != "") 2024-08-03 08:38:14.944 | print $0 2024-08-03 08:38:14.944 | } 2024-08-03 08:38:14.944 | ' /opt/stack/devstack/local.conf 2024-08-03 08:38:14.948 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-08-03 08:38:14.951 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-08-03 08:38:14.960 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:38:14.975 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:14.978 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-03 08:38:14.979 | [43771 Async configure_neutron_nova:43771]: finished successfully 2024-08-03 08:38:14.981 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-03 08:38:14.983 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-03 08:38:14.986 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-08-03 08:38:14.988 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-08-03 08:38:14.990 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-08-03 08:38:14.993 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-08-03 08:38:14.995 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-08-03 08:38:14.999 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-03 08:38:15.001 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-03 08:38:15.003 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-03 08:38:15.005 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:15.007 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-03 08:38:15.009 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-08-03 08:38:15.011 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-03 08:38:15.013 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-08-03 08:38:15.015 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-08-03 08:38:15.018 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-08-03 08:38:15.020 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-08-03 08:38:15.022 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-03 08:38:15.022 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-08-03 08:38:15.022 | BEGIN { 2024-08-03 08:38:15.022 | section = "" 2024-08-03 08:38:15.023 | last_section = "" 2024-08-03 08:38:15.023 | section_count = 0 2024-08-03 08:38:15.023 | } 2024-08-03 08:38:15.023 | /^\[.+\]/ { 2024-08-03 08:38:15.023 | gsub("[][]", "", $1); 2024-08-03 08:38:15.023 | section=$1 2024-08-03 08:38:15.023 | next 2024-08-03 08:38:15.023 | } 2024-08-03 08:38:15.023 | /^ *\#/ { 2024-08-03 08:38:15.023 | next 2024-08-03 08:38:15.023 | } 2024-08-03 08:38:15.023 | /^[^ \t]+/ { 2024-08-03 08:38:15.023 | # get offset of first = in $0 2024-08-03 08:38:15.023 | eq_idx = index($0, "=") 2024-08-03 08:38:15.023 | # extract attr & value from $0 2024-08-03 08:38:15.023 | attr = substr($0, 1, eq_idx - 1) 2024-08-03 08:38:15.023 | value = substr($0, eq_idx + 1) 2024-08-03 08:38:15.023 | # only need to strip trailing whitespace from attr 2024-08-03 08:38:15.023 | sub(/[ \t]*$/, "", attr) 2024-08-03 08:38:15.023 | # need to strip leading & trailing whitespace from value 2024-08-03 08:38:15.023 | sub(/^[ \t]*/, "", value) 2024-08-03 08:38:15.023 | sub(/[ \t]*$/, "", value) 2024-08-03 08:38:15.023 | 2024-08-03 08:38:15.023 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-03 08:38:15.023 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-03 08:38:15.023 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-03 08:38:15.023 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-03 08:38:15.023 | if (! (section, attr) in cfg_attr_count) { 2024-08-03 08:38:15.023 | if (section != last_section) { 2024-08-03 08:38:15.023 | cfg_section[section_count++] = section 2024-08-03 08:38:15.023 | last_section = section 2024-08-03 08:38:15.023 | } 2024-08-03 08:38:15.024 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-03 08:38:15.024 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-03 08:38:15.024 | 2024-08-03 08:38:15.024 | cfg_attr[section, attr, 0] = value 2024-08-03 08:38:15.024 | cfg_attr_count[section, attr] = 1 2024-08-03 08:38:15.024 | } else { 2024-08-03 08:38:15.024 | lno = cfg_attr_count[section, attr]++ 2024-08-03 08:38:15.024 | cfg_attr[section, attr, lno] = value 2024-08-03 08:38:15.024 | } 2024-08-03 08:38:15.024 | } 2024-08-03 08:38:15.024 | END { 2024-08-03 08:38:15.024 | # Process each section in order 2024-08-03 08:38:15.024 | for (sno = 0; sno < section_count; sno++) { 2024-08-03 08:38:15.024 | section = cfg_section[sno] 2024-08-03 08:38:15.024 | # The ini routines simply append a config item immediately 2024-08-03 08:38:15.024 | # after the section header. To keep the same order as defined 2024-08-03 08:38:15.024 | # in local.conf, invoke the ini routines in the reverse order 2024-08-03 08:38:15.024 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-03 08:38:15.024 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-03 08:38:15.024 | if (cfg_attr_count[section, attr] == 1) 2024-08-03 08:38:15.024 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-03 08:38:15.024 | else { 2024-08-03 08:38:15.024 | # For multiline, invoke the ini routines in the reverse order 2024-08-03 08:38:15.024 | count = cfg_attr_count[section, attr] 2024-08-03 08:38:15.024 | print "inidelete " configfile " " section " " attr 2024-08-03 08:38:15.024 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-03 08:38:15.024 | for (l = count -2; l >= 0; l--) 2024-08-03 08:38:15.024 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-03 08:38:15.024 | } 2024-08-03 08:38:15.024 | } 2024-08-03 08:38:15.024 | } 2024-08-03 08:38:15.024 | } 2024-08-03 08:38:15.024 | ' 2024-08-03 08:38:15.024 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.024 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:15.025 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-03 08:38:15.026 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-03 08:38:15.028 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-08-03 08:38:15.030 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:15.032 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-08-03 08:38:15.034 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-08-03 08:38:15.034 | BEGIN { group = "" } 2024-08-03 08:38:15.034 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:38:15.034 | gsub("[][]", "", $1); 2024-08-03 08:38:15.034 | split($1, a, "|"); 2024-08-03 08:38:15.034 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-03 08:38:15.034 | group=a[1] 2024-08-03 08:38:15.034 | } else { 2024-08-03 08:38:15.034 | group="" 2024-08-03 08:38:15.034 | } 2024-08-03 08:38:15.035 | next 2024-08-03 08:38:15.035 | } 2024-08-03 08:38:15.035 | { 2024-08-03 08:38:15.035 | if (group != "") 2024-08-03 08:38:15.035 | print $0 2024-08-03 08:38:15.035 | } 2024-08-03 08:38:15.035 | ' /opt/stack/devstack/local.conf 2024-08-03 08:38:15.039 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-08-03 08:38:15.041 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-08-03 08:38:15.064 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.066 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-08-03 08:38:15.068 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-08-03 08:38:15.092 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.094 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-03 08:38:15.096 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-03 08:38:15.098 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-03 08:38:15.100 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-08-03 08:38:15.102 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:38:15.105 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:38:15.107 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-08-03 08:38:15.109 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:38:15.113 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-08-03 08:38:15.115 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-08-03 08:38:15.117 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-03 08:38:15.118 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:15.120 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-03 08:38:15.122 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-03 08:38:15.124 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-03 08:38:15.127 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-08-03 08:38:15.129 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:38:15.131 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-03 08:38:15.134 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-08-03 08:38:15.136 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-03 08:38:15.136 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-03 08:38:15.136 | BEGIN { 2024-08-03 08:38:15.136 | section = "" 2024-08-03 08:38:15.136 | last_section = "" 2024-08-03 08:38:15.136 | section_count = 0 2024-08-03 08:38:15.136 | } 2024-08-03 08:38:15.136 | /^\[.+\]/ { 2024-08-03 08:38:15.136 | gsub("[][]", "", $1); 2024-08-03 08:38:15.136 | section=$1 2024-08-03 08:38:15.136 | next 2024-08-03 08:38:15.137 | } 2024-08-03 08:38:15.137 | /^ *\#/ { 2024-08-03 08:38:15.137 | next 2024-08-03 08:38:15.137 | } 2024-08-03 08:38:15.137 | /^[^ \t]+/ { 2024-08-03 08:38:15.137 | # get offset of first = in $0 2024-08-03 08:38:15.137 | eq_idx = index($0, "=") 2024-08-03 08:38:15.137 | # extract attr & value from $0 2024-08-03 08:38:15.137 | attr = substr($0, 1, eq_idx - 1) 2024-08-03 08:38:15.137 | value = substr($0, eq_idx + 1) 2024-08-03 08:38:15.137 | # only need to strip trailing whitespace from attr 2024-08-03 08:38:15.137 | sub(/[ \t]*$/, "", attr) 2024-08-03 08:38:15.137 | # need to strip leading & trailing whitespace from value 2024-08-03 08:38:15.137 | sub(/^[ \t]*/, "", value) 2024-08-03 08:38:15.137 | sub(/[ \t]*$/, "", value) 2024-08-03 08:38:15.137 | 2024-08-03 08:38:15.137 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-03 08:38:15.137 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-03 08:38:15.137 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-03 08:38:15.137 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-03 08:38:15.137 | if (! (section, attr) in cfg_attr_count) { 2024-08-03 08:38:15.137 | if (section != last_section) { 2024-08-03 08:38:15.137 | cfg_section[section_count++] = section 2024-08-03 08:38:15.137 | last_section = section 2024-08-03 08:38:15.137 | } 2024-08-03 08:38:15.137 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-03 08:38:15.137 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-03 08:38:15.137 | 2024-08-03 08:38:15.137 | cfg_attr[section, attr, 0] = value 2024-08-03 08:38:15.137 | cfg_attr_count[section, attr] = 1 2024-08-03 08:38:15.137 | } else { 2024-08-03 08:38:15.137 | lno = cfg_attr_count[section, attr]++ 2024-08-03 08:38:15.137 | cfg_attr[section, attr, lno] = value 2024-08-03 08:38:15.137 | } 2024-08-03 08:38:15.137 | } 2024-08-03 08:38:15.137 | END { 2024-08-03 08:38:15.137 | # Process each section in order 2024-08-03 08:38:15.138 | for (sno = 0; sno < section_count; sno++) { 2024-08-03 08:38:15.138 | section = cfg_section[sno] 2024-08-03 08:38:15.138 | # The ini routines simply append a config item immediately 2024-08-03 08:38:15.138 | # after the section header. To keep the same order as defined 2024-08-03 08:38:15.138 | # in local.conf, invoke the ini routines in the reverse order 2024-08-03 08:38:15.138 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-03 08:38:15.138 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-03 08:38:15.138 | if (cfg_attr_count[section, attr] == 1) 2024-08-03 08:38:15.138 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-03 08:38:15.138 | else { 2024-08-03 08:38:15.138 | # For multiline, invoke the ini routines in the reverse order 2024-08-03 08:38:15.138 | count = cfg_attr_count[section, attr] 2024-08-03 08:38:15.138 | print "inidelete " configfile " " section " " attr 2024-08-03 08:38:15.138 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-03 08:38:15.138 | for (l = count -2; l >= 0; l--) 2024-08-03 08:38:15.138 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-03 08:38:15.138 | } 2024-08-03 08:38:15.138 | } 2024-08-03 08:38:15.138 | } 2024-08-03 08:38:15.138 | } 2024-08-03 08:38:15.138 | ' 2024-08-03 08:38:15.138 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.138 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-03 08:38:15.139 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:15.141 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-03 08:38:15.143 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-03 08:38:15.145 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:15.147 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-08-03 08:38:15.149 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-03 08:38:15.149 | BEGIN { group = "" } 2024-08-03 08:38:15.149 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:38:15.149 | gsub("[][]", "", $1); 2024-08-03 08:38:15.149 | split($1, a, "|"); 2024-08-03 08:38:15.149 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-03 08:38:15.149 | group=a[1] 2024-08-03 08:38:15.149 | } else { 2024-08-03 08:38:15.149 | group="" 2024-08-03 08:38:15.149 | } 2024-08-03 08:38:15.149 | next 2024-08-03 08:38:15.149 | } 2024-08-03 08:38:15.149 | { 2024-08-03 08:38:15.149 | if (group != "") 2024-08-03 08:38:15.149 | print $0 2024-08-03 08:38:15.149 | } 2024-08-03 08:38:15.149 | ' /opt/stack/devstack/local.conf 2024-08-03 08:38:15.154 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-08-03 08:38:15.156 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-08-03 08:38:15.180 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.181 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-08-03 08:38:15.183 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-03 08:38:15.207 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.209 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-08-03 08:38:15.211 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-03 08:38:15.235 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.237 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-08-03 08:38:15.239 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-08-03 08:38:15.263 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.265 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-08-03 08:38:15.266 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-08-03 08:38:15.289 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.291 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-08-03 08:38:15.293 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-08-03 08:38:15.316 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.317 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2024-08-03 08:38:15.319 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2024-08-03 08:38:15.344 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.346 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-08-03 08:38:15.348 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-08-03 08:38:15.372 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.374 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-08-03 08:38:15.376 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-03 08:38:15.400 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.403 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-03 08:38:15.405 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-03 08:38:15.407 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-03 08:38:15.409 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:15.411 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.414 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.416 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-03 08:38:15.419 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.422 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-03 08:38:15.424 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-03 08:38:15.426 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.428 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:15.430 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-03 08:38:15.431 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.433 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-03 08:38:15.436 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.438 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.440 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.442 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-08-03 08:38:15.444 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.445 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-03 08:38:15.445 | BEGIN { 2024-08-03 08:38:15.445 | section = "" 2024-08-03 08:38:15.445 | last_section = "" 2024-08-03 08:38:15.445 | section_count = 0 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | /^\[.+\]/ { 2024-08-03 08:38:15.445 | gsub("[][]", "", $1); 2024-08-03 08:38:15.445 | section=$1 2024-08-03 08:38:15.445 | next 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | /^ *\#/ { 2024-08-03 08:38:15.445 | next 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | /^[^ \t]+/ { 2024-08-03 08:38:15.445 | # get offset of first = in $0 2024-08-03 08:38:15.445 | eq_idx = index($0, "=") 2024-08-03 08:38:15.445 | # extract attr & value from $0 2024-08-03 08:38:15.445 | attr = substr($0, 1, eq_idx - 1) 2024-08-03 08:38:15.445 | value = substr($0, eq_idx + 1) 2024-08-03 08:38:15.445 | # only need to strip trailing whitespace from attr 2024-08-03 08:38:15.445 | sub(/[ \t]*$/, "", attr) 2024-08-03 08:38:15.445 | # need to strip leading & trailing whitespace from value 2024-08-03 08:38:15.445 | sub(/^[ \t]*/, "", value) 2024-08-03 08:38:15.445 | sub(/[ \t]*$/, "", value) 2024-08-03 08:38:15.445 | 2024-08-03 08:38:15.445 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-03 08:38:15.445 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-03 08:38:15.445 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-03 08:38:15.445 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-03 08:38:15.445 | if (! (section, attr) in cfg_attr_count) { 2024-08-03 08:38:15.445 | if (section != last_section) { 2024-08-03 08:38:15.445 | cfg_section[section_count++] = section 2024-08-03 08:38:15.445 | last_section = section 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-03 08:38:15.445 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-03 08:38:15.445 | 2024-08-03 08:38:15.445 | cfg_attr[section, attr, 0] = value 2024-08-03 08:38:15.445 | cfg_attr_count[section, attr] = 1 2024-08-03 08:38:15.445 | } else { 2024-08-03 08:38:15.445 | lno = cfg_attr_count[section, attr]++ 2024-08-03 08:38:15.445 | cfg_attr[section, attr, lno] = value 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | END { 2024-08-03 08:38:15.445 | # Process each section in order 2024-08-03 08:38:15.445 | for (sno = 0; sno < section_count; sno++) { 2024-08-03 08:38:15.445 | section = cfg_section[sno] 2024-08-03 08:38:15.445 | # The ini routines simply append a config item immediately 2024-08-03 08:38:15.445 | # after the section header. To keep the same order as defined 2024-08-03 08:38:15.445 | # in local.conf, invoke the ini routines in the reverse order 2024-08-03 08:38:15.445 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-03 08:38:15.445 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-03 08:38:15.445 | if (cfg_attr_count[section, attr] == 1) 2024-08-03 08:38:15.445 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-03 08:38:15.445 | else { 2024-08-03 08:38:15.445 | # For multiline, invoke the ini routines in the reverse order 2024-08-03 08:38:15.445 | count = cfg_attr_count[section, attr] 2024-08-03 08:38:15.445 | print "inidelete " configfile " " section " " attr 2024-08-03 08:38:15.445 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-03 08:38:15.445 | for (l = count -2; l >= 0; l--) 2024-08-03 08:38:15.445 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | } 2024-08-03 08:38:15.445 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.445 | ' 2024-08-03 08:38:15.447 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:15.448 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-03 08:38:15.449 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-03 08:38:15.451 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-03 08:38:15.453 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:15.455 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-03 08:38:15.457 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-03 08:38:15.457 | BEGIN { group = "" } 2024-08-03 08:38:15.457 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:38:15.457 | gsub("[][]", "", $1); 2024-08-03 08:38:15.457 | split($1, a, "|"); 2024-08-03 08:38:15.457 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-03 08:38:15.457 | group=a[1] 2024-08-03 08:38:15.457 | } else { 2024-08-03 08:38:15.457 | group="" 2024-08-03 08:38:15.457 | } 2024-08-03 08:38:15.457 | next 2024-08-03 08:38:15.457 | } 2024-08-03 08:38:15.457 | { 2024-08-03 08:38:15.457 | if (group != "") 2024-08-03 08:38:15.457 | print $0 2024-08-03 08:38:15.457 | } 2024-08-03 08:38:15.457 | ' /opt/stack/devstack/local.conf 2024-08-03 08:38:15.462 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2024-08-03 08:38:15.464 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2024-08-03 08:38:15.486 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.488 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-08-03 08:38:15.490 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-03 08:38:15.513 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.515 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-08-03 08:38:15.517 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-08-03 08:38:15.541 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:15.544 | + stack.sh:main:1272 : is_service_enabled swift 2024-08-03 08:38:15.557 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:15.559 | + stack.sh:main:1280 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-03 08:38:15.561 | + stack.sh:main:1281 : is_service_enabled cinder 2024-08-03 08:38:15.574 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:15.576 | + stack.sh:main:1282 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-03 08:38:15.602 | + stack.sh:main:1285 : async_wait configure_neutron_nova 2024-08-03 08:38:15.637 | [3508 Async configure_neutron_nova:43771]: Waiting for completion of configure_neutron_nova running on PID 43771 (2 other jobs running) 2024-08-03 08:38:15.654 | [3508 Async configure_neutron_nova:43771]: Signaling child to exit 2024-08-03 08:38:15.654 | WAKEUP 2024-08-03 08:38:15.669 | [3508 Async configure_neutron_nova:43771]: Signaled 2024-08-03 08:38:15.670 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-08-03 08:38:15.670 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-08-03 08:38:15.670 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-08-03 08:38:15.670 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-08-03 08:38:15.670 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-08-03 08:38:15.670 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:38:15.701 | [3508 Async configure_neutron_nova:43771]: finished configure_neutron_nova with result 0 in 0 seconds 2024-08-03 08:38:15.704 | + inc/async:async_wait:197 : return 0 2024-08-03 08:38:15.706 | + stack.sh:main:1291 : is_service_enabled nova 2024-08-03 08:38:15.720 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:15.722 | + stack.sh:main:1292 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-03 08:38:15.746 | + stack.sh:main:1293 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-03 08:38:15.771 | + stack.sh:main:1297 : is_service_enabled n-api 2024-08-03 08:38:15.785 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:15.787 | + stack.sh:main:1298 : echo_summary 'Starting Nova API' 2024-08-03 08:38:15.789 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:15.791 | + stack.sh:echo_summary:472 : echo -e Starting Nova API 2024-08-03 08:38:15.793 | + stack.sh:main:1299 : start_nova_api 2024-08-03 08:38:15.795 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-08-03 08:38:15.797 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-08-03 08:38:15.799 | + lib/nova:start_nova_api:972 : local nova_url 2024-08-03 08:38:15.801 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-08-03 08:38:15.813 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:15.815 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:15.817 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:15.819 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:15.821 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-08-03 08:38:15.823 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-08-03 08:38:15.827 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:15.829 | + functions-common:run_process:1689 : local service=n-api 2024-08-03 08:38:15.831 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:15.833 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:15.835 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:15.837 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:15.839 | + functions-common:run_process:1695 : local name=n-api 2024-08-03 08:38:15.841 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:15.843 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:15.845 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:15.847 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:15.849 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:15.853 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674295850 2024-08-03 08:38:15.855 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-08-03 08:38:15.867 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:15.869 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-08-03 08:38:15.871 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-08-03 08:38:15.873 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:15.875 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:15.877 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:15.879 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:15.881 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-08-03 08:38:15.883 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-08-03 08:38:15.884 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-08-03 08:38:15.886 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:15.888 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:15.890 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:15.892 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:15.894 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-08-03 08:38:15.897 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-08-03 08:38:15.898 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-08-03 08:38:15.900 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:15.902 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-03 08:38:15.904 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-03 08:38:15.905 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-03 08:38:15.907 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-08-03 08:38:15.909 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-03 08:38:15.912 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-08-03 08:38:15.961 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-08-03 08:38:16.009 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-08-03 08:38:16.049 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-03 08:38:16.089 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:16.129 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-08-03 08:38:16.171 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-08-03 08:38:16.213 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-08-03 08:38:16.254 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-08-03 08:38:16.295 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-08-03 08:38:16.335 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-03 08:38:16.337 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-03 08:38:16.338 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-08-03 08:38:16.387 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-03 08:38:16.722 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-08-03 08:38:16.732 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-08-03 08:38:17.031 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-08-03 08:38:17.113 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:17.115 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:17.117 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:17.119 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:17.121 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:17.123 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:17.125 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:17.127 | + functions-common:time_stop:2442 : start_time=1722674295850 2024-08-03 08:38:17.129 | + functions-common:time_stop:2444 : [[ -z 1722674295850 ]] 2024-08-03 08:38:17.132 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:17.135 | + functions-common:time_stop:2447 : end_time=1722674297133 2024-08-03 08:38:17.137 | + functions-common:time_stop:2448 : elapsed_time=1283 2024-08-03 08:38:17.139 | + functions-common:time_stop:2449 : total=1430 2024-08-03 08:38:17.141 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:17.143 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2713 2024-08-03 08:38:17.145 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-08-03 08:38:17.147 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-08-03 08:38:17.147 | Waiting for nova-api to start... 2024-08-03 08:38:17.149 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-08-03 08:38:17.151 | + functions:wait_for_service:468 : local timeout=60 2024-08-03 08:38:17.153 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-08-03 08:38:17.154 | + functions:wait_for_service:470 : local rval=0 2024-08-03 08:38:17.157 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-03 08:38:17.159 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-03 08:38:17.160 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:17.162 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:17.164 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:17.168 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674297166 2024-08-03 08:38:17.170 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-03 08:38:17.173 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-08-03 08:38:19.841 | + :: : [[ 200 == 503 ]] 2024-08-03 08:38:19.842 | + :: : [[ 0 -eq 7 ]] 2024-08-03 08:38:19.845 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-03 08:38:19.847 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:19.849 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:19.851 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:19.852 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:19.854 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:19.856 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-03 08:38:19.858 | + functions-common:time_stop:2442 : start_time=1722674297166 2024-08-03 08:38:19.860 | + functions-common:time_stop:2444 : [[ -z 1722674297166 ]] 2024-08-03 08:38:19.862 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:19.866 | + functions-common:time_stop:2447 : end_time=1722674299864 2024-08-03 08:38:19.868 | + functions-common:time_stop:2448 : elapsed_time=2698 2024-08-03 08:38:19.870 | + functions-common:time_stop:2449 : total=2414 2024-08-03 08:38:19.872 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:19.874 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5112 2024-08-03 08:38:19.875 | + functions:wait_for_service:478 : return 0 2024-08-03 08:38:19.878 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:19.880 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:19.882 | + stack.sh:main:1302 : is_service_enabled ovn-controller ovn-controller-vtep 2024-08-03 08:38:19.895 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:19.897 | + stack.sh:main:1307 : is_service_enabled neutron-api 2024-08-03 08:38:19.910 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:19.912 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-08-03 08:38:19.925 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:19.927 | + stack.sh:main:1311 : echo_summary 'Starting Neutron' 2024-08-03 08:38:19.929 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:19.930 | + stack.sh:echo_summary:472 : echo -e Starting Neutron 2024-08-03 08:38:19.932 | + stack.sh:main:1312 : configure_neutron_after_post_config 2024-08-03 08:38:19.934 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-08-03 08:38:19.936 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-08-03 08:38:19.961 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-08-03 08:38:19.963 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-08-03 08:38:19.965 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-08-03 08:38:19.967 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-08-03 08:38:19.992 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-08-03 08:38:20.017 | + stack.sh:main:1313 : start_neutron_service_and_check 2024-08-03 08:38:20.019 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-08-03 08:38:20.021 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-08-03 08:38:20.023 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-08-03 08:38:20.025 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-08-03 08:38:20.028 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-08-03 08:38:20.030 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-03 08:38:20.032 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-03 08:38:20.034 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-08-03 08:38:20.036 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-08-03 08:38:20.038 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-08-03 08:38:20.040 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-08-03 08:38:20.042 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.044 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.046 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.048 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-08-03 08:38:20.050 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.052 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.054 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-08-03 08:38:20.067 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:20.069 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-08-03 08:38:20.071 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.073 | + functions-common:run_process:1689 : local service=q-svc 2024-08-03 08:38:20.075 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.077 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:20.079 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:20.081 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:20.083 | + functions-common:run_process:1695 : local name=q-svc 2024-08-03 08:38:20.085 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:20.087 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:20.089 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:20.091 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:20.094 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:20.097 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674300095 2024-08-03 08:38:20.099 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-08-03 08:38:20.111 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:20.113 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-08-03 08:38:20.115 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-08-03 08:38:20.117 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.119 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.121 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.123 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.125 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-08-03 08:38:20.127 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-08-03 08:38:20.129 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-08-03 08:38:20.131 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:20.133 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:20.135 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:20.137 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:20.139 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-08-03 08:38:20.141 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-08-03 08:38:20.142 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-08-03 08:38:20.144 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.146 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:38:20.148 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:38:20.150 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:38:20.151 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:38:20.153 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:38:20.155 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-08-03 08:38:20.157 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:38:20.160 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-08-03 08:38:20.209 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-08-03 08:38:20.258 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:20.298 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-08-03 08:38:20.340 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-08-03 08:38:20.380 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:20.421 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:38:20.423 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:38:20.425 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-08-03 08:38:20.473 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:38:20.801 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-08-03 08:38:20.811 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-08-03 08:38:21.112 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-08-03 08:38:21.155 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:21.157 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:21.160 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:21.162 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:21.164 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:21.166 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:21.168 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:21.170 | + functions-common:time_stop:2442 : start_time=1722674300095 2024-08-03 08:38:21.172 | + functions-common:time_stop:2444 : [[ -z 1722674300095 ]] 2024-08-03 08:38:21.174 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:21.178 | + functions-common:time_stop:2447 : end_time=1722674301176 2024-08-03 08:38:21.180 | + functions-common:time_stop:2448 : elapsed_time=1081 2024-08-03 08:38:21.182 | + functions-common:time_stop:2449 : total=2713 2024-08-03 08:38:21.184 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:21.185 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3794 2024-08-03 08:38:21.188 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-08-03 08:38:21.190 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-08-03 08:38:21.204 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:21.206 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-08-03 08:38:21.208 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-08-03 08:38:21.209 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-08-03 08:38:21.209 | Waiting for Neutron to start... 2024-08-03 08:38:21.211 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-03 08:38:21.213 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-08-03 08:38:21.215 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-03 08:38:21.217 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-08-03 08:38:21.219 | + functions-common:test_with_retry:2375 : local until=60 2024-08-03 08:38:21.221 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-03 08:38:21.223 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-03 08:38:21.225 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-03 08:38:21.227 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:21.229 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:21.231 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:21.234 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674301232 2024-08-03 08:38:21.236 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-08-03 08:38:24.274 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-03 08:38:24.277 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:24.279 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:24.281 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:24.283 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:24.286 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:24.288 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-03 08:38:24.290 | + functions-common:time_stop:2442 : start_time=1722674301232 2024-08-03 08:38:24.292 | + functions-common:time_stop:2444 : [[ -z 1722674301232 ]] 2024-08-03 08:38:24.295 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:24.299 | + functions-common:time_stop:2447 : end_time=1722674304297 2024-08-03 08:38:24.301 | + functions-common:time_stop:2448 : elapsed_time=3065 2024-08-03 08:38:24.303 | + functions-common:time_stop:2449 : total=0 2024-08-03 08:38:24.306 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:24.308 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3065 2024-08-03 08:38:24.310 | + stack.sh:main:1318 : is_service_enabled placement 2024-08-03 08:38:24.325 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:24.327 | + stack.sh:main:1319 : echo_summary 'Starting Placement' 2024-08-03 08:38:24.329 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:24.331 | + stack.sh:echo_summary:472 : echo -e Starting Placement 2024-08-03 08:38:24.333 | + stack.sh:main:1320 : start_placement 2024-08-03 08:38:24.335 | + lib/placement:start_placement:173 : start_placement_api 2024-08-03 08:38:24.337 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-03 08:38:24.340 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-08-03 08:38:24.344 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.346 | + functions-common:run_process:1689 : local service=placement-api 2024-08-03 08:38:24.348 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.350 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:24.352 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:24.354 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:24.356 | + functions-common:run_process:1695 : local name=placement-api 2024-08-03 08:38:24.358 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:24.360 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:24.362 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:24.364 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:24.367 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:24.371 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674304368 2024-08-03 08:38:24.373 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-08-03 08:38:24.391 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:24.393 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-08-03 08:38:24.395 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-08-03 08:38:24.398 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.400 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.402 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.404 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.406 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-08-03 08:38:24.408 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-08-03 08:38:24.410 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-08-03 08:38:24.413 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:24.415 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:24.417 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:24.419 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:24.421 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-08-03 08:38:24.423 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-08-03 08:38:24.425 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-08-03 08:38:24.427 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.429 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-03 08:38:24.431 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-03 08:38:24.432 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-03 08:38:24.434 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-08-03 08:38:24.436 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-03 08:38:24.440 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-08-03 08:38:24.492 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-08-03 08:38:24.549 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-08-03 08:38:24.597 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-03 08:38:24.646 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:24.692 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-08-03 08:38:24.739 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-08-03 08:38:24.787 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-08-03 08:38:24.834 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-08-03 08:38:24.880 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-08-03 08:38:24.932 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-03 08:38:24.934 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-03 08:38:24.936 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-08-03 08:38:24.993 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-03 08:38:25.325 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-08-03 08:38:25.336 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-08-03 08:38:25.633 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-08-03 08:38:25.713 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:25.716 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:25.718 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:25.720 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:25.723 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:25.725 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:25.727 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:25.729 | + functions-common:time_stop:2442 : start_time=1722674304368 2024-08-03 08:38:25.731 | + functions-common:time_stop:2444 : [[ -z 1722674304368 ]] 2024-08-03 08:38:25.733 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:25.737 | + functions-common:time_stop:2447 : end_time=1722674305734 2024-08-03 08:38:25.739 | + functions-common:time_stop:2448 : elapsed_time=1366 2024-08-03 08:38:25.741 | + functions-common:time_stop:2449 : total=3794 2024-08-03 08:38:25.743 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:25.745 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5160 2024-08-03 08:38:25.747 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-08-03 08:38:25.747 | Waiting for placement-api to start... 2024-08-03 08:38:25.749 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-08-03 08:38:25.751 | + functions:wait_for_service:468 : local timeout=60 2024-08-03 08:38:25.752 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-08-03 08:38:25.754 | + functions:wait_for_service:470 : local rval=0 2024-08-03 08:38:25.756 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-03 08:38:25.758 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-03 08:38:25.760 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:25.762 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:25.764 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:25.767 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674305765 2024-08-03 08:38:25.769 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-03 08:38:25.773 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-08-03 08:38:26.982 | + :: : [[ 200 == 503 ]] 2024-08-03 08:38:26.983 | + :: : [[ 0 -eq 7 ]] 2024-08-03 08:38:26.986 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-03 08:38:26.988 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:26.990 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:26.992 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:26.993 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:26.995 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:26.997 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-03 08:38:26.999 | + functions-common:time_stop:2442 : start_time=1722674305765 2024-08-03 08:38:27.001 | + functions-common:time_stop:2444 : [[ -z 1722674305765 ]] 2024-08-03 08:38:27.004 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:27.007 | + functions-common:time_stop:2447 : end_time=1722674307005 2024-08-03 08:38:27.009 | + functions-common:time_stop:2448 : elapsed_time=1240 2024-08-03 08:38:27.011 | + functions-common:time_stop:2449 : total=5112 2024-08-03 08:38:27.013 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:27.015 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6352 2024-08-03 08:38:27.017 | + functions:wait_for_service:478 : return 0 2024-08-03 08:38:27.019 | + stack.sh:main:1323 : is_service_enabled neutron 2024-08-03 08:38:27.032 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:27.034 | + stack.sh:main:1324 : start_neutron 2024-08-03 08:38:27.036 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-08-03 08:38:27.038 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.040 | + functions-common:run_process:1689 : local service=q-agt 2024-08-03 08:38:27.042 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.044 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:27.046 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:27.048 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:27.050 | + functions-common:run_process:1695 : local name=q-agt 2024-08-03 08:38:27.052 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:27.054 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:27.056 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:27.058 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:27.060 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:27.064 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674307061 2024-08-03 08:38:27.066 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-08-03 08:38:27.078 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:27.080 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-08-03 08:38:27.082 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-08-03 08:38:27.084 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.086 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.088 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.090 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.092 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-08-03 08:38:27.094 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-08-03 08:38:27.095 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-08-03 08:38:27.097 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:27.099 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:27.101 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:27.103 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:27.105 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-08-03 08:38:27.107 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-08-03 08:38:27.109 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-08-03 08:38:27.111 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.112 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:38:27.114 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:38:27.116 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:38:27.118 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:38:27.119 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:38:27.121 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-08-03 08:38:27.123 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:38:27.126 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-08-03 08:38:27.174 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-08-03 08:38:27.222 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-03 08:38:27.263 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-08-03 08:38:27.303 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-08-03 08:38:27.345 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:27.385 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:38:27.387 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:38:27.389 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-08-03 08:38:27.438 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:38:27.731 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-08-03 08:38:27.742 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-08-03 08:38:28.049 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-08-03 08:38:28.099 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:28.102 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:28.104 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:28.106 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:28.108 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:28.110 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:28.112 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:28.114 | + functions-common:time_stop:2442 : start_time=1722674307061 2024-08-03 08:38:28.116 | + functions-common:time_stop:2444 : [[ -z 1722674307061 ]] 2024-08-03 08:38:28.118 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:28.122 | + functions-common:time_stop:2447 : end_time=1722674308119 2024-08-03 08:38:28.124 | + functions-common:time_stop:2448 : elapsed_time=1058 2024-08-03 08:38:28.125 | + functions-common:time_stop:2449 : total=5160 2024-08-03 08:38:28.127 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:28.129 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6218 2024-08-03 08:38:28.131 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-08-03 08:38:28.133 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-03 08:38:28.135 | + functions-common:is_provider_network:2287 : return 1 2024-08-03 08:38:28.137 | + lib/neutron:start_neutron:620 : start_other_agents 2024-08-03 08:38:28.139 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.141 | + functions-common:run_process:1689 : local service=q-dhcp 2024-08-03 08:38:28.142 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.144 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:28.146 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:28.148 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:28.150 | + functions-common:run_process:1695 : local name=q-dhcp 2024-08-03 08:38:28.152 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:28.154 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:28.156 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:28.158 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:28.160 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:28.163 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674308161 2024-08-03 08:38:28.165 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-08-03 08:38:28.179 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:28.181 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-08-03 08:38:28.183 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-08-03 08:38:28.185 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.187 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.189 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.191 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.193 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-08-03 08:38:28.195 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-08-03 08:38:28.197 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-08-03 08:38:28.199 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:28.201 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:28.202 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:28.204 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:28.206 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-08-03 08:38:28.208 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-08-03 08:38:28.210 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-08-03 08:38:28.212 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.214 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:38:28.216 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:38:28.218 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:38:28.219 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:38:28.221 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:38:28.223 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-08-03 08:38:28.225 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:38:28.228 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-08-03 08:38:28.279 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-08-03 08:38:28.328 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-08-03 08:38:28.370 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-08-03 08:38:28.412 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-08-03 08:38:28.455 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:28.498 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:38:28.500 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:38:28.502 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-08-03 08:38:28.555 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:38:28.875 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-08-03 08:38:28.885 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-08-03 08:38:29.186 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-08-03 08:38:29.228 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:29.230 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:29.232 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:29.234 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:29.236 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:29.238 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:29.240 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:29.242 | + functions-common:time_stop:2442 : start_time=1722674308161 2024-08-03 08:38:29.244 | + functions-common:time_stop:2444 : [[ -z 1722674308161 ]] 2024-08-03 08:38:29.246 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:29.250 | + functions-common:time_stop:2447 : end_time=1722674309247 2024-08-03 08:38:29.251 | + functions-common:time_stop:2448 : elapsed_time=1086 2024-08-03 08:38:29.253 | + functions-common:time_stop:2449 : total=6218 2024-08-03 08:38:29.255 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:29.257 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7304 2024-08-03 08:38:29.259 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-08-03 08:38:29.261 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-03 08:38:29.263 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-03 08:38:29.266 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-08-03 08:38:29.268 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.270 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.272 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.274 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-08-03 08:38:29.276 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.279 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.281 | + functions-common:run_process:1689 : local service=q-l3 2024-08-03 08:38:29.282 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.284 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:29.286 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:29.288 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:29.290 | + functions-common:run_process:1695 : local name=q-l3 2024-08-03 08:38:29.291 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:29.293 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:29.295 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:29.297 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:29.300 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:29.303 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674309300 2024-08-03 08:38:29.305 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-08-03 08:38:29.318 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:29.320 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-08-03 08:38:29.321 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-08-03 08:38:29.323 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.325 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.327 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.329 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.331 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-08-03 08:38:29.333 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-08-03 08:38:29.334 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-08-03 08:38:29.336 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:29.338 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:29.340 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:29.342 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:29.344 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-08-03 08:38:29.346 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-08-03 08:38:29.348 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-08-03 08:38:29.349 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.351 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:38:29.353 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:38:29.355 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:38:29.357 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:38:29.359 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:38:29.360 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-08-03 08:38:29.362 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:38:29.365 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-08-03 08:38:29.415 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-08-03 08:38:29.465 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-03 08:38:29.507 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-08-03 08:38:29.551 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-08-03 08:38:29.594 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:29.638 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:38:29.640 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:38:29.642 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-08-03 08:38:29.697 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:38:30.025 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-08-03 08:38:30.035 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-08-03 08:38:30.331 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-08-03 08:38:30.388 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:30.390 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:30.392 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:30.394 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:30.396 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:30.398 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:30.400 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:30.402 | + functions-common:time_stop:2442 : start_time=1722674309300 2024-08-03 08:38:30.404 | + functions-common:time_stop:2444 : [[ -z 1722674309300 ]] 2024-08-03 08:38:30.406 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:30.409 | + functions-common:time_stop:2447 : end_time=1722674310407 2024-08-03 08:38:30.411 | + functions-common:time_stop:2448 : elapsed_time=1107 2024-08-03 08:38:30.413 | + functions-common:time_stop:2449 : total=7304 2024-08-03 08:38:30.415 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:30.417 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8411 2024-08-03 08:38:30.419 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.421 | + functions-common:run_process:1689 : local service=q-meta 2024-08-03 08:38:30.423 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.425 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:30.427 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:30.429 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:30.431 | + functions-common:run_process:1695 : local name=q-meta 2024-08-03 08:38:30.432 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:30.434 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:30.436 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:30.438 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:30.440 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:30.444 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674310442 2024-08-03 08:38:30.446 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-08-03 08:38:30.459 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:30.461 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-08-03 08:38:30.463 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-08-03 08:38:30.465 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.467 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.469 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.471 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.473 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-08-03 08:38:30.475 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-08-03 08:38:30.477 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-08-03 08:38:30.479 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:30.480 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:30.482 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:30.484 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:30.486 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-08-03 08:38:30.488 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-08-03 08:38:30.490 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-08-03 08:38:30.492 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.494 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:38:30.495 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:38:30.497 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:38:30.499 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:38:30.501 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:38:30.503 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-08-03 08:38:30.504 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:38:30.508 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-08-03 08:38:30.559 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-08-03 08:38:30.611 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-08-03 08:38:30.656 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-08-03 08:38:30.703 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-08-03 08:38:30.748 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:30.793 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:38:30.795 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:38:30.797 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-08-03 08:38:30.849 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:38:31.192 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-08-03 08:38:31.201 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-08-03 08:38:31.568 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-08-03 08:38:31.608 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:31.610 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:31.612 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:31.614 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:31.616 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:31.618 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:31.620 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:31.622 | + functions-common:time_stop:2442 : start_time=1722674310442 2024-08-03 08:38:31.624 | + functions-common:time_stop:2444 : [[ -z 1722674310442 ]] 2024-08-03 08:38:31.627 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:31.630 | + functions-common:time_stop:2447 : end_time=1722674311627 2024-08-03 08:38:31.631 | + functions-common:time_stop:2448 : elapsed_time=1185 2024-08-03 08:38:31.633 | + functions-common:time_stop:2449 : total=8411 2024-08-03 08:38:31.635 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:31.637 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9596 2024-08-03 08:38:31.639 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-03 08:38:31.641 | + functions-common:run_process:1689 : local service=q-metering 2024-08-03 08:38:31.643 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-03 08:38:31.645 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:31.646 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:31.648 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:31.650 | + functions-common:run_process:1695 : local name=q-metering 2024-08-03 08:38:31.652 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:31.654 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:31.656 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:31.657 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:31.660 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:31.663 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674311661 2024-08-03 08:38:31.665 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-08-03 08:38:31.679 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:31.681 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:31.683 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:31.684 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:31.686 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:31.688 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:31.690 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:31.692 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:31.694 | + functions-common:time_stop:2442 : start_time=1722674311661 2024-08-03 08:38:31.696 | + functions-common:time_stop:2444 : [[ -z 1722674311661 ]] 2024-08-03 08:38:31.699 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:31.702 | + functions-common:time_stop:2447 : end_time=1722674311699 2024-08-03 08:38:31.703 | + functions-common:time_stop:2448 : elapsed_time=38 2024-08-03 08:38:31.705 | + functions-common:time_stop:2449 : total=9596 2024-08-03 08:38:31.707 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:31.709 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9634 2024-08-03 08:38:31.711 | + stack.sh:main:1327 : is_service_enabled q-svc 2024-08-03 08:38:31.725 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:31.726 | + stack.sh:main:1327 : [[ True == \T\r\u\e ]] 2024-08-03 08:38:31.728 | + stack.sh:main:1328 : echo_summary 'Creating initial neutron network elements' 2024-08-03 08:38:31.730 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:31.732 | + stack.sh:echo_summary:472 : echo -e Creating initial neutron network elements 2024-08-03 08:38:31.734 | + stack.sh:main:1331 : type -p neutron_plugin_create_initial_networks 2024-08-03 08:38:31.736 | + stack.sh:main:1334 : create_neutron_initial_network 2024-08-03 08:38:31.738 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-08-03 08:38:31.740 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-08-03 08:38:31.742 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-03 08:38:31.744 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-03 08:38:33.269 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:33.271 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-03 08:38:33.271 | address-scope 2024-08-03 08:38:33.272 | router-admin-state-down-before-update 2024-08-03 08:38:33.272 | agent 2024-08-03 08:38:33.272 | agent-resources-synced 2024-08-03 08:38:33.272 | allowed-address-pairs 2024-08-03 08:38:33.272 | auto-allocated-topology 2024-08-03 08:38:33.272 | availability_zone 2024-08-03 08:38:33.272 | availability_zone_filter 2024-08-03 08:38:33.272 | default-subnetpools 2024-08-03 08:38:33.272 | dhcp_agent_scheduler 2024-08-03 08:38:33.272 | dvr 2024-08-03 08:38:33.272 | empty-string-filtering 2024-08-03 08:38:33.272 | external-net 2024-08-03 08:38:33.272 | extra_dhcp_opt 2024-08-03 08:38:33.272 | extraroute 2024-08-03 08:38:33.272 | extraroute-atomic 2024-08-03 08:38:33.272 | filter-validation 2024-08-03 08:38:33.272 | floating-ip-port-forwarding-detail 2024-08-03 08:38:33.272 | fip-port-details 2024-08-03 08:38:33.272 | flavors 2024-08-03 08:38:33.272 | floatingip-pools 2024-08-03 08:38:33.272 | ip-substring-filtering 2024-08-03 08:38:33.272 | router 2024-08-03 08:38:33.272 | ext-gw-mode 2024-08-03 08:38:33.272 | l3-ha 2024-08-03 08:38:33.272 | l3-flavors 2024-08-03 08:38:33.272 | l3-port-ip-change-not-allowed 2024-08-03 08:38:33.272 | l3_agent_scheduler 2024-08-03 08:38:33.272 | multi-provider 2024-08-03 08:38:33.272 | net-mtu 2024-08-03 08:38:33.272 | net-mtu-writable 2024-08-03 08:38:33.272 | network_availability_zone 2024-08-03 08:38:33.272 | network-ip-availability 2024-08-03 08:38:33.272 | pagination 2024-08-03 08:38:33.272 | port-device-profile 2024-08-03 08:38:33.272 | port-mac-override 2024-08-03 08:38:33.272 | port-mac-address-regenerate 2024-08-03 08:38:33.272 | port-numa-affinity-policy 2024-08-03 08:38:33.272 | binding 2024-08-03 08:38:33.272 | binding-extended 2024-08-03 08:38:33.272 | port-security 2024-08-03 08:38:33.272 | project-id 2024-08-03 08:38:33.272 | provider 2024-08-03 08:38:33.272 | quota-check-limit 2024-08-03 08:38:33.272 | quotas 2024-08-03 08:38:33.273 | quota_details 2024-08-03 08:38:33.273 | rbac-policies 2024-08-03 08:38:33.273 | rbac-address-group 2024-08-03 08:38:33.273 | rbac-address-scope 2024-08-03 08:38:33.273 | rbac-security-groups 2024-08-03 08:38:33.273 | rbac-subnetpool 2024-08-03 08:38:33.273 | revision-if-match 2024-08-03 08:38:33.273 | standard-attr-revisions 2024-08-03 08:38:33.273 | router_availability_zone 2024-08-03 08:38:33.273 | security-groups-normalized-cidr 2024-08-03 08:38:33.273 | port-security-groups-filtering 2024-08-03 08:38:33.273 | security-groups-remote-address-group 2024-08-03 08:38:33.273 | security-groups-shared-filtering 2024-08-03 08:38:33.273 | security-group 2024-08-03 08:38:33.273 | service-type 2024-08-03 08:38:33.273 | sorting 2024-08-03 08:38:33.273 | standard-attr-description 2024-08-03 08:38:33.273 | stateful-security-group 2024-08-03 08:38:33.273 | subnet_onboard 2024-08-03 08:38:33.273 | subnet-service-types 2024-08-03 08:38:33.273 | subnet_allocation 2024-08-03 08:38:33.273 | subnetpool-prefix-ops 2024-08-03 08:38:33.273 | standard-attr-tag 2024-08-03 08:38:33.273 | standard-attr-timestamp 2024-08-03 08:38:33.273 | nsxt-ops' 2024-08-03 08:38:33.274 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-03 08:38:33.274 | address-scope 2024-08-03 08:38:33.274 | router-admin-state-down-before-update 2024-08-03 08:38:33.274 | agent 2024-08-03 08:38:33.274 | agent-resources-synced 2024-08-03 08:38:33.274 | allowed-address-pairs 2024-08-03 08:38:33.274 | auto-allocated-topology 2024-08-03 08:38:33.274 | availability_zone 2024-08-03 08:38:33.274 | availability_zone_filter 2024-08-03 08:38:33.274 | default-subnetpools 2024-08-03 08:38:33.274 | dhcp_agent_scheduler 2024-08-03 08:38:33.274 | dvr 2024-08-03 08:38:33.274 | empty-string-filtering 2024-08-03 08:38:33.274 | external-net 2024-08-03 08:38:33.274 | extra_dhcp_opt 2024-08-03 08:38:33.274 | extraroute 2024-08-03 08:38:33.274 | extraroute-atomic 2024-08-03 08:38:33.274 | filter-validation 2024-08-03 08:38:33.274 | floating-ip-port-forwarding-detail 2024-08-03 08:38:33.274 | fip-port-details 2024-08-03 08:38:33.275 | flavors 2024-08-03 08:38:33.275 | floatingip-pools 2024-08-03 08:38:33.275 | ip-substring-filtering 2024-08-03 08:38:33.275 | router 2024-08-03 08:38:33.275 | ext-gw-mode 2024-08-03 08:38:33.275 | l3-ha 2024-08-03 08:38:33.275 | l3-flavors 2024-08-03 08:38:33.275 | l3-port-ip-change-not-allowed 2024-08-03 08:38:33.275 | l3_agent_scheduler 2024-08-03 08:38:33.275 | multi-provider 2024-08-03 08:38:33.275 | net-mtu 2024-08-03 08:38:33.275 | net-mtu-writable 2024-08-03 08:38:33.275 | network_availability_zone 2024-08-03 08:38:33.275 | network-ip-availability 2024-08-03 08:38:33.275 | pagination 2024-08-03 08:38:33.275 | port-device-profile 2024-08-03 08:38:33.275 | port-mac-override 2024-08-03 08:38:33.275 | port-mac-address-regenerate 2024-08-03 08:38:33.275 | port-numa-affinity-policy 2024-08-03 08:38:33.275 | binding 2024-08-03 08:38:33.275 | binding-extended 2024-08-03 08:38:33.275 | port-security 2024-08-03 08:38:33.275 | project-id 2024-08-03 08:38:33.275 | provider 2024-08-03 08:38:33.275 | quota-check-limit 2024-08-03 08:38:33.275 | quotas 2024-08-03 08:38:33.275 | quota_details 2024-08-03 08:38:33.275 | rbac-policies 2024-08-03 08:38:33.275 | rbac-address-group 2024-08-03 08:38:33.275 | rbac-address-scope 2024-08-03 08:38:33.275 | rbac-security-groups 2024-08-03 08:38:33.275 | rbac-subnetpool 2024-08-03 08:38:33.275 | revision-if-match 2024-08-03 08:38:33.275 | standard-attr-revisions 2024-08-03 08:38:33.275 | router_availability_zone 2024-08-03 08:38:33.275 | security-groups-normalized-cidr 2024-08-03 08:38:33.275 | port-security-groups-filtering 2024-08-03 08:38:33.275 | security-groups-remote-address-group 2024-08-03 08:38:33.275 | security-groups-shared-filtering 2024-08-03 08:38:33.275 | security-group 2024-08-03 08:38:33.275 | service-type 2024-08-03 08:38:33.275 | sorting 2024-08-03 08:38:33.275 | standard-attr-description 2024-08-03 08:38:33.275 | stateful-security-group 2024-08-03 08:38:33.275 | subnet_onboard 2024-08-03 08:38:33.276 | subnet-service-types 2024-08-03 08:38:33.276 | subnet_allocation 2024-08-03 08:38:33.276 | subnetpool-prefix-ops 2024-08-03 08:38:33.276 | standard-attr-tag 2024-08-03 08:38:33.276 | standard-attr-timestamp 2024-08-03 08:38:33.276 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-03 08:38:33.276 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-03 08:38:33.278 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-08-03 08:38:33.281 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-08-03 08:38:33.283 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-08-03 08:38:34.818 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:34.820 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=9f3dd020-f6ec-4e72-aa2b-8ce72a6ee177 2024-08-03 08:38:34.822 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-08-03 08:38:34.824 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-08-03 08:38:34.826 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-03 08:38:34.828 | + functions-common:is_provider_network:2287 : return 1 2024-08-03 08:38:34.830 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-08-03 08:38:36.390 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:36.392 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=d972a1c5-060d-4e2b-9ed1-ed47ff6cf081 2024-08-03 08:38:36.394 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-08-03 08:38:36.396 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-03 08:38:36.409 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-08-03 08:38:36.411 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-08-03 08:38:36.414 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 9f3dd020-f6ec-4e72-aa2b-8ce72a6ee177 ']' 2024-08-03 08:38:36.416 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-08-03 08:38:36.418 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-08-03 08:38:36.420 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 9f3dd020-f6ec-4e72-aa2b-8ce72a6ee177 ' 2024-08-03 08:38:36.422 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-08-03 08:38:36.424 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network d972a1c5-060d-4e2b-9ed1-ed47ff6cf081 private-subnet' 2024-08-03 08:38:36.426 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-08-03 08:38:36.429 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 9f3dd020-f6ec-4e72-aa2b-8ce72a6ee177 --network d972a1c5-060d-4e2b-9ed1-ed47ff6cf081 private-subnet -f value -c id 2024-08-03 08:38:37.959 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:37.961 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=f1ac32fd-35fd-4326-a96c-bcaca4afb224 2024-08-03 08:38:37.963 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-08-03 08:38:37.965 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-03 08:38:37.977 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo f1ac32fd-35fd-4326-a96c-bcaca4afb224 2024-08-03 08:38:37.980 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=f1ac32fd-35fd-4326-a96c-bcaca4afb224 2024-08-03 08:38:37.981 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-08-03 08:38:37.983 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-08-03 08:38:37.985 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-08-03 08:38:37.987 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-03 08:38:39.233 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:39.235 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-03 08:38:39.235 | address-scope 2024-08-03 08:38:39.235 | router-admin-state-down-before-update 2024-08-03 08:38:39.235 | agent 2024-08-03 08:38:39.235 | agent-resources-synced 2024-08-03 08:38:39.235 | allowed-address-pairs 2024-08-03 08:38:39.235 | auto-allocated-topology 2024-08-03 08:38:39.235 | availability_zone 2024-08-03 08:38:39.236 | availability_zone_filter 2024-08-03 08:38:39.236 | default-subnetpools 2024-08-03 08:38:39.236 | dhcp_agent_scheduler 2024-08-03 08:38:39.236 | dvr 2024-08-03 08:38:39.236 | empty-string-filtering 2024-08-03 08:38:39.236 | external-net 2024-08-03 08:38:39.236 | extra_dhcp_opt 2024-08-03 08:38:39.236 | extraroute 2024-08-03 08:38:39.236 | extraroute-atomic 2024-08-03 08:38:39.236 | filter-validation 2024-08-03 08:38:39.236 | floating-ip-port-forwarding-detail 2024-08-03 08:38:39.236 | fip-port-details 2024-08-03 08:38:39.236 | flavors 2024-08-03 08:38:39.236 | floatingip-pools 2024-08-03 08:38:39.236 | ip-substring-filtering 2024-08-03 08:38:39.236 | router 2024-08-03 08:38:39.236 | ext-gw-mode 2024-08-03 08:38:39.236 | l3-ha 2024-08-03 08:38:39.236 | l3-flavors 2024-08-03 08:38:39.236 | l3-port-ip-change-not-allowed 2024-08-03 08:38:39.236 | l3_agent_scheduler 2024-08-03 08:38:39.236 | multi-provider 2024-08-03 08:38:39.236 | net-mtu 2024-08-03 08:38:39.236 | net-mtu-writable 2024-08-03 08:38:39.236 | network_availability_zone 2024-08-03 08:38:39.236 | network-ip-availability 2024-08-03 08:38:39.236 | pagination 2024-08-03 08:38:39.236 | port-device-profile 2024-08-03 08:38:39.236 | port-mac-override 2024-08-03 08:38:39.236 | port-mac-address-regenerate 2024-08-03 08:38:39.236 | port-numa-affinity-policy 2024-08-03 08:38:39.236 | binding 2024-08-03 08:38:39.236 | binding-extended 2024-08-03 08:38:39.236 | port-security 2024-08-03 08:38:39.236 | project-id 2024-08-03 08:38:39.236 | provider 2024-08-03 08:38:39.236 | quota-check-limit 2024-08-03 08:38:39.236 | quotas 2024-08-03 08:38:39.236 | quota_details 2024-08-03 08:38:39.236 | rbac-policies 2024-08-03 08:38:39.236 | rbac-address-group 2024-08-03 08:38:39.236 | rbac-address-scope 2024-08-03 08:38:39.236 | rbac-security-groups 2024-08-03 08:38:39.236 | rbac-subnetpool 2024-08-03 08:38:39.236 | revision-if-match 2024-08-03 08:38:39.236 | standard-attr-revisions 2024-08-03 08:38:39.236 | router_availability_zone 2024-08-03 08:38:39.236 | security-groups-normalized-cidr 2024-08-03 08:38:39.236 | port-security-groups-filtering 2024-08-03 08:38:39.236 | security-groups-remote-address-group 2024-08-03 08:38:39.236 | security-groups-shared-filtering 2024-08-03 08:38:39.236 | security-group 2024-08-03 08:38:39.236 | service-type 2024-08-03 08:38:39.236 | sorting 2024-08-03 08:38:39.236 | standard-attr-description 2024-08-03 08:38:39.236 | stateful-security-group 2024-08-03 08:38:39.236 | subnet_onboard 2024-08-03 08:38:39.236 | subnet-service-types 2024-08-03 08:38:39.236 | subnet_allocation 2024-08-03 08:38:39.236 | subnetpool-prefix-ops 2024-08-03 08:38:39.236 | standard-attr-tag 2024-08-03 08:38:39.236 | standard-attr-timestamp 2024-08-03 08:38:39.236 | nsxt-ops' 2024-08-03 08:38:39.237 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-03 08:38:39.238 | address-scope 2024-08-03 08:38:39.238 | router-admin-state-down-before-update 2024-08-03 08:38:39.238 | agent 2024-08-03 08:38:39.238 | agent-resources-synced 2024-08-03 08:38:39.238 | allowed-address-pairs 2024-08-03 08:38:39.238 | auto-allocated-topology 2024-08-03 08:38:39.238 | availability_zone 2024-08-03 08:38:39.238 | availability_zone_filter 2024-08-03 08:38:39.238 | default-subnetpools 2024-08-03 08:38:39.238 | dhcp_agent_scheduler 2024-08-03 08:38:39.238 | dvr 2024-08-03 08:38:39.238 | empty-string-filtering 2024-08-03 08:38:39.238 | external-net 2024-08-03 08:38:39.238 | extra_dhcp_opt 2024-08-03 08:38:39.238 | extraroute 2024-08-03 08:38:39.238 | extraroute-atomic 2024-08-03 08:38:39.238 | filter-validation 2024-08-03 08:38:39.238 | floating-ip-port-forwarding-detail 2024-08-03 08:38:39.238 | fip-port-details 2024-08-03 08:38:39.238 | flavors 2024-08-03 08:38:39.238 | floatingip-pools 2024-08-03 08:38:39.238 | ip-substring-filtering 2024-08-03 08:38:39.238 | router 2024-08-03 08:38:39.238 | ext-gw-mode 2024-08-03 08:38:39.238 | l3-ha 2024-08-03 08:38:39.238 | l3-flavors 2024-08-03 08:38:39.238 | l3-port-ip-change-not-allowed 2024-08-03 08:38:39.238 | l3_agent_scheduler 2024-08-03 08:38:39.239 | multi-provider 2024-08-03 08:38:39.239 | net-mtu 2024-08-03 08:38:39.239 | net-mtu-writable 2024-08-03 08:38:39.239 | network_availability_zone 2024-08-03 08:38:39.239 | network-ip-availability 2024-08-03 08:38:39.239 | pagination 2024-08-03 08:38:39.239 | port-device-profile 2024-08-03 08:38:39.239 | port-mac-override 2024-08-03 08:38:39.239 | port-mac-address-regenerate 2024-08-03 08:38:39.239 | port-numa-affinity-policy 2024-08-03 08:38:39.239 | binding 2024-08-03 08:38:39.239 | binding-extended 2024-08-03 08:38:39.239 | port-security 2024-08-03 08:38:39.239 | project-id 2024-08-03 08:38:39.239 | provider 2024-08-03 08:38:39.239 | quota-check-limit 2024-08-03 08:38:39.239 | quotas 2024-08-03 08:38:39.239 | quota_details 2024-08-03 08:38:39.239 | rbac-policies 2024-08-03 08:38:39.239 | rbac-address-group 2024-08-03 08:38:39.239 | rbac-address-scope 2024-08-03 08:38:39.239 | rbac-security-groups 2024-08-03 08:38:39.239 | rbac-subnetpool 2024-08-03 08:38:39.239 | revision-if-match 2024-08-03 08:38:39.239 | standard-attr-revisions 2024-08-03 08:38:39.239 | router_availability_zone 2024-08-03 08:38:39.239 | security-groups-normalized-cidr 2024-08-03 08:38:39.239 | port-security-groups-filtering 2024-08-03 08:38:39.239 | security-groups-remote-address-group 2024-08-03 08:38:39.239 | security-groups-shared-filtering 2024-08-03 08:38:39.240 | security-group 2024-08-03 08:38:39.240 | service-type 2024-08-03 08:38:39.240 | sorting 2024-08-03 08:38:39.240 | standard-attr-description 2024-08-03 08:38:39.240 | stateful-security-group 2024-08-03 08:38:39.240 | subnet_onboard 2024-08-03 08:38:39.240 | subnet-service-types 2024-08-03 08:38:39.240 | subnet_allocation 2024-08-03 08:38:39.240 | subnetpool-prefix-ops 2024-08-03 08:38:39.240 | standard-attr-tag 2024-08-03 08:38:39.240 | standard-attr-timestamp 2024-08-03 08:38:39.240 | nsxt-ops =~ router ]] 2024-08-03 08:38:39.240 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-03 08:38:39.242 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-08-03 08:38:39.244 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-03 08:38:39.246 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-03 08:38:40.480 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:40.482 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-03 08:38:40.482 | address-scope 2024-08-03 08:38:40.482 | router-admin-state-down-before-update 2024-08-03 08:38:40.482 | agent 2024-08-03 08:38:40.482 | agent-resources-synced 2024-08-03 08:38:40.482 | allowed-address-pairs 2024-08-03 08:38:40.482 | auto-allocated-topology 2024-08-03 08:38:40.482 | availability_zone 2024-08-03 08:38:40.482 | availability_zone_filter 2024-08-03 08:38:40.482 | default-subnetpools 2024-08-03 08:38:40.482 | dhcp_agent_scheduler 2024-08-03 08:38:40.483 | dvr 2024-08-03 08:38:40.483 | empty-string-filtering 2024-08-03 08:38:40.483 | external-net 2024-08-03 08:38:40.483 | extra_dhcp_opt 2024-08-03 08:38:40.483 | extraroute 2024-08-03 08:38:40.483 | extraroute-atomic 2024-08-03 08:38:40.483 | filter-validation 2024-08-03 08:38:40.483 | floating-ip-port-forwarding-detail 2024-08-03 08:38:40.483 | fip-port-details 2024-08-03 08:38:40.483 | flavors 2024-08-03 08:38:40.483 | floatingip-pools 2024-08-03 08:38:40.483 | ip-substring-filtering 2024-08-03 08:38:40.483 | router 2024-08-03 08:38:40.483 | ext-gw-mode 2024-08-03 08:38:40.483 | l3-ha 2024-08-03 08:38:40.483 | l3-flavors 2024-08-03 08:38:40.483 | l3-port-ip-change-not-allowed 2024-08-03 08:38:40.483 | l3_agent_scheduler 2024-08-03 08:38:40.483 | multi-provider 2024-08-03 08:38:40.483 | net-mtu 2024-08-03 08:38:40.483 | net-mtu-writable 2024-08-03 08:38:40.483 | network_availability_zone 2024-08-03 08:38:40.483 | network-ip-availability 2024-08-03 08:38:40.483 | pagination 2024-08-03 08:38:40.483 | port-device-profile 2024-08-03 08:38:40.483 | port-mac-override 2024-08-03 08:38:40.483 | port-mac-address-regenerate 2024-08-03 08:38:40.483 | port-numa-affinity-policy 2024-08-03 08:38:40.483 | binding 2024-08-03 08:38:40.483 | binding-extended 2024-08-03 08:38:40.483 | port-security 2024-08-03 08:38:40.483 | project-id 2024-08-03 08:38:40.484 | provider 2024-08-03 08:38:40.484 | quota-check-limit 2024-08-03 08:38:40.484 | quotas 2024-08-03 08:38:40.484 | quota_details 2024-08-03 08:38:40.484 | rbac-policies 2024-08-03 08:38:40.484 | rbac-address-group 2024-08-03 08:38:40.484 | rbac-address-scope 2024-08-03 08:38:40.484 | rbac-security-groups 2024-08-03 08:38:40.484 | rbac-subnetpool 2024-08-03 08:38:40.484 | revision-if-match 2024-08-03 08:38:40.484 | standard-attr-revisions 2024-08-03 08:38:40.484 | router_availability_zone 2024-08-03 08:38:40.484 | security-groups-normalized-cidr 2024-08-03 08:38:40.484 | port-security-groups-filtering 2024-08-03 08:38:40.484 | security-groups-remote-address-group 2024-08-03 08:38:40.484 | security-groups-shared-filtering 2024-08-03 08:38:40.484 | security-group 2024-08-03 08:38:40.484 | service-type 2024-08-03 08:38:40.484 | sorting 2024-08-03 08:38:40.484 | standard-attr-description 2024-08-03 08:38:40.484 | stateful-security-group 2024-08-03 08:38:40.484 | subnet_onboard 2024-08-03 08:38:40.484 | subnet-service-types 2024-08-03 08:38:40.484 | subnet_allocation 2024-08-03 08:38:40.484 | subnetpool-prefix-ops 2024-08-03 08:38:40.484 | standard-attr-tag 2024-08-03 08:38:40.484 | standard-attr-timestamp 2024-08-03 08:38:40.484 | nsxt-ops' 2024-08-03 08:38:40.484 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-03 08:38:40.484 | address-scope 2024-08-03 08:38:40.484 | router-admin-state-down-before-update 2024-08-03 08:38:40.484 | agent 2024-08-03 08:38:40.484 | agent-resources-synced 2024-08-03 08:38:40.484 | allowed-address-pairs 2024-08-03 08:38:40.484 | auto-allocated-topology 2024-08-03 08:38:40.484 | availability_zone 2024-08-03 08:38:40.484 | availability_zone_filter 2024-08-03 08:38:40.485 | default-subnetpools 2024-08-03 08:38:40.485 | dhcp_agent_scheduler 2024-08-03 08:38:40.485 | dvr 2024-08-03 08:38:40.485 | empty-string-filtering 2024-08-03 08:38:40.485 | external-net 2024-08-03 08:38:40.485 | extra_dhcp_opt 2024-08-03 08:38:40.485 | extraroute 2024-08-03 08:38:40.485 | extraroute-atomic 2024-08-03 08:38:40.485 | filter-validation 2024-08-03 08:38:40.485 | floating-ip-port-forwarding-detail 2024-08-03 08:38:40.485 | fip-port-details 2024-08-03 08:38:40.485 | flavors 2024-08-03 08:38:40.485 | floatingip-pools 2024-08-03 08:38:40.485 | ip-substring-filtering 2024-08-03 08:38:40.485 | router 2024-08-03 08:38:40.485 | ext-gw-mode 2024-08-03 08:38:40.485 | l3-ha 2024-08-03 08:38:40.485 | l3-flavors 2024-08-03 08:38:40.485 | l3-port-ip-change-not-allowed 2024-08-03 08:38:40.485 | l3_agent_scheduler 2024-08-03 08:38:40.485 | multi-provider 2024-08-03 08:38:40.485 | net-mtu 2024-08-03 08:38:40.485 | net-mtu-writable 2024-08-03 08:38:40.485 | network_availability_zone 2024-08-03 08:38:40.485 | network-ip-availability 2024-08-03 08:38:40.485 | pagination 2024-08-03 08:38:40.485 | port-device-profile 2024-08-03 08:38:40.485 | port-mac-override 2024-08-03 08:38:40.485 | port-mac-address-regenerate 2024-08-03 08:38:40.485 | port-numa-affinity-policy 2024-08-03 08:38:40.485 | binding 2024-08-03 08:38:40.485 | binding-extended 2024-08-03 08:38:40.485 | port-security 2024-08-03 08:38:40.485 | project-id 2024-08-03 08:38:40.485 | provider 2024-08-03 08:38:40.485 | quota-check-limit 2024-08-03 08:38:40.485 | quotas 2024-08-03 08:38:40.485 | quota_details 2024-08-03 08:38:40.485 | rbac-policies 2024-08-03 08:38:40.485 | rbac-address-group 2024-08-03 08:38:40.485 | rbac-address-scope 2024-08-03 08:38:40.485 | rbac-security-groups 2024-08-03 08:38:40.485 | rbac-subnetpool 2024-08-03 08:38:40.485 | revision-if-match 2024-08-03 08:38:40.485 | standard-attr-revisions 2024-08-03 08:38:40.485 | router_availability_zone 2024-08-03 08:38:40.485 | security-groups-normalized-cidr 2024-08-03 08:38:40.485 | port-security-groups-filtering 2024-08-03 08:38:40.485 | security-groups-remote-address-group 2024-08-03 08:38:40.485 | security-groups-shared-filtering 2024-08-03 08:38:40.485 | security-group 2024-08-03 08:38:40.485 | service-type 2024-08-03 08:38:40.485 | sorting 2024-08-03 08:38:40.486 | standard-attr-description 2024-08-03 08:38:40.486 | stateful-security-group 2024-08-03 08:38:40.486 | subnet_onboard 2024-08-03 08:38:40.486 | subnet-service-types 2024-08-03 08:38:40.486 | subnet_allocation 2024-08-03 08:38:40.486 | subnetpool-prefix-ops 2024-08-03 08:38:40.486 | standard-attr-tag 2024-08-03 08:38:40.486 | standard-attr-timestamp 2024-08-03 08:38:40.486 | nsxt-ops =~ external-net ]] 2024-08-03 08:38:40.487 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-03 08:38:40.489 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-08-03 08:38:40.491 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-08-03 08:38:41.808 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:41.811 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=2aec5afe-7e60-4828-b7b5-90154017700f 2024-08-03 08:38:41.813 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-08-03 08:38:41.815 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-03 08:38:41.828 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-08-03 08:38:41.830 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-08-03 08:38:41.831 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-03 08:38:41.834 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-03 08:38:43.070 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:43.072 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-03 08:38:43.073 | address-scope 2024-08-03 08:38:43.073 | router-admin-state-down-before-update 2024-08-03 08:38:43.073 | agent 2024-08-03 08:38:43.073 | agent-resources-synced 2024-08-03 08:38:43.073 | allowed-address-pairs 2024-08-03 08:38:43.073 | auto-allocated-topology 2024-08-03 08:38:43.073 | availability_zone 2024-08-03 08:38:43.073 | availability_zone_filter 2024-08-03 08:38:43.073 | default-subnetpools 2024-08-03 08:38:43.073 | dhcp_agent_scheduler 2024-08-03 08:38:43.073 | dvr 2024-08-03 08:38:43.073 | empty-string-filtering 2024-08-03 08:38:43.073 | external-net 2024-08-03 08:38:43.073 | extra_dhcp_opt 2024-08-03 08:38:43.073 | extraroute 2024-08-03 08:38:43.073 | extraroute-atomic 2024-08-03 08:38:43.073 | filter-validation 2024-08-03 08:38:43.073 | floating-ip-port-forwarding-detail 2024-08-03 08:38:43.073 | fip-port-details 2024-08-03 08:38:43.073 | flavors 2024-08-03 08:38:43.073 | floatingip-pools 2024-08-03 08:38:43.073 | ip-substring-filtering 2024-08-03 08:38:43.073 | router 2024-08-03 08:38:43.073 | ext-gw-mode 2024-08-03 08:38:43.073 | l3-ha 2024-08-03 08:38:43.073 | l3-flavors 2024-08-03 08:38:43.073 | l3-port-ip-change-not-allowed 2024-08-03 08:38:43.073 | l3_agent_scheduler 2024-08-03 08:38:43.073 | multi-provider 2024-08-03 08:38:43.073 | net-mtu 2024-08-03 08:38:43.073 | net-mtu-writable 2024-08-03 08:38:43.073 | network_availability_zone 2024-08-03 08:38:43.073 | network-ip-availability 2024-08-03 08:38:43.073 | pagination 2024-08-03 08:38:43.073 | port-device-profile 2024-08-03 08:38:43.073 | port-mac-override 2024-08-03 08:38:43.073 | port-mac-address-regenerate 2024-08-03 08:38:43.073 | port-numa-affinity-policy 2024-08-03 08:38:43.073 | binding 2024-08-03 08:38:43.073 | binding-extended 2024-08-03 08:38:43.073 | port-security 2024-08-03 08:38:43.073 | project-id 2024-08-03 08:38:43.073 | provider 2024-08-03 08:38:43.073 | quota-check-limit 2024-08-03 08:38:43.073 | quotas 2024-08-03 08:38:43.073 | quota_details 2024-08-03 08:38:43.073 | rbac-policies 2024-08-03 08:38:43.073 | rbac-address-group 2024-08-03 08:38:43.073 | rbac-address-scope 2024-08-03 08:38:43.073 | rbac-security-groups 2024-08-03 08:38:43.073 | rbac-subnetpool 2024-08-03 08:38:43.073 | revision-if-match 2024-08-03 08:38:43.073 | standard-attr-revisions 2024-08-03 08:38:43.073 | router_availability_zone 2024-08-03 08:38:43.073 | security-groups-normalized-cidr 2024-08-03 08:38:43.073 | port-security-groups-filtering 2024-08-03 08:38:43.073 | security-groups-remote-address-group 2024-08-03 08:38:43.073 | security-groups-shared-filtering 2024-08-03 08:38:43.073 | security-group 2024-08-03 08:38:43.073 | service-type 2024-08-03 08:38:43.073 | sorting 2024-08-03 08:38:43.073 | standard-attr-description 2024-08-03 08:38:43.073 | stateful-security-group 2024-08-03 08:38:43.073 | subnet_onboard 2024-08-03 08:38:43.073 | subnet-service-types 2024-08-03 08:38:43.073 | subnet_allocation 2024-08-03 08:38:43.073 | subnetpool-prefix-ops 2024-08-03 08:38:43.073 | standard-attr-tag 2024-08-03 08:38:43.073 | standard-attr-timestamp 2024-08-03 08:38:43.073 | nsxt-ops' 2024-08-03 08:38:43.075 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-03 08:38:43.075 | address-scope 2024-08-03 08:38:43.075 | router-admin-state-down-before-update 2024-08-03 08:38:43.075 | agent 2024-08-03 08:38:43.075 | agent-resources-synced 2024-08-03 08:38:43.075 | allowed-address-pairs 2024-08-03 08:38:43.075 | auto-allocated-topology 2024-08-03 08:38:43.075 | availability_zone 2024-08-03 08:38:43.075 | availability_zone_filter 2024-08-03 08:38:43.075 | default-subnetpools 2024-08-03 08:38:43.075 | dhcp_agent_scheduler 2024-08-03 08:38:43.075 | dvr 2024-08-03 08:38:43.075 | empty-string-filtering 2024-08-03 08:38:43.075 | external-net 2024-08-03 08:38:43.075 | extra_dhcp_opt 2024-08-03 08:38:43.075 | extraroute 2024-08-03 08:38:43.075 | extraroute-atomic 2024-08-03 08:38:43.075 | filter-validation 2024-08-03 08:38:43.075 | floating-ip-port-forwarding-detail 2024-08-03 08:38:43.075 | fip-port-details 2024-08-03 08:38:43.075 | flavors 2024-08-03 08:38:43.075 | floatingip-pools 2024-08-03 08:38:43.075 | ip-substring-filtering 2024-08-03 08:38:43.075 | router 2024-08-03 08:38:43.075 | ext-gw-mode 2024-08-03 08:38:43.075 | l3-ha 2024-08-03 08:38:43.075 | l3-flavors 2024-08-03 08:38:43.075 | l3-port-ip-change-not-allowed 2024-08-03 08:38:43.075 | l3_agent_scheduler 2024-08-03 08:38:43.075 | multi-provider 2024-08-03 08:38:43.075 | net-mtu 2024-08-03 08:38:43.075 | net-mtu-writable 2024-08-03 08:38:43.075 | network_availability_zone 2024-08-03 08:38:43.075 | network-ip-availability 2024-08-03 08:38:43.075 | pagination 2024-08-03 08:38:43.075 | port-device-profile 2024-08-03 08:38:43.075 | port-mac-override 2024-08-03 08:38:43.075 | port-mac-address-regenerate 2024-08-03 08:38:43.075 | port-numa-affinity-policy 2024-08-03 08:38:43.076 | binding 2024-08-03 08:38:43.076 | binding-extended 2024-08-03 08:38:43.076 | port-security 2024-08-03 08:38:43.076 | project-id 2024-08-03 08:38:43.076 | provider 2024-08-03 08:38:43.076 | quota-check-limit 2024-08-03 08:38:43.076 | quotas 2024-08-03 08:38:43.076 | quota_details 2024-08-03 08:38:43.076 | rbac-policies 2024-08-03 08:38:43.076 | rbac-address-group 2024-08-03 08:38:43.076 | rbac-address-scope 2024-08-03 08:38:43.076 | rbac-security-groups 2024-08-03 08:38:43.076 | rbac-subnetpool 2024-08-03 08:38:43.076 | revision-if-match 2024-08-03 08:38:43.076 | standard-attr-revisions 2024-08-03 08:38:43.076 | router_availability_zone 2024-08-03 08:38:43.076 | security-groups-normalized-cidr 2024-08-03 08:38:43.076 | port-security-groups-filtering 2024-08-03 08:38:43.076 | security-groups-remote-address-group 2024-08-03 08:38:43.076 | security-groups-shared-filtering 2024-08-03 08:38:43.076 | security-group 2024-08-03 08:38:43.076 | service-type 2024-08-03 08:38:43.076 | sorting 2024-08-03 08:38:43.076 | standard-attr-description 2024-08-03 08:38:43.076 | stateful-security-group 2024-08-03 08:38:43.076 | subnet_onboard 2024-08-03 08:38:43.076 | subnet-service-types 2024-08-03 08:38:43.076 | subnet_allocation 2024-08-03 08:38:43.076 | subnetpool-prefix-ops 2024-08-03 08:38:43.076 | standard-attr-tag 2024-08-03 08:38:43.076 | standard-attr-timestamp 2024-08-03 08:38:43.076 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-03 08:38:43.076 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-03 08:38:43.079 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-08-03 08:38:43.080 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-08-03 08:38:43.083 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-08-03 08:38:44.464 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:44.467 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=f539b37b-2f51-46c8-8e97-e377db13bd90 2024-08-03 08:38:44.469 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-08-03 08:38:44.471 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-03 08:38:44.484 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-08-03 08:38:44.486 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-08-03 08:38:44.488 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 2aec5afe-7e60-4828-b7b5-90154017700f f1ac32fd-35fd-4326-a96c-bcaca4afb224 2024-08-03 08:38:46.733 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-08-03 08:38:46.735 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 f539b37b-2f51-46c8-8e97-e377db13bd90 2024-08-03 08:38:46.737 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-08-03 08:38:46.739 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-08-03 08:38:46.741 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-08-03 08:38:46.743 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-08-03 08:38:46.744 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network f539b37b-2f51-46c8-8e97-e377db13bd90 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-08-03 08:38:46.746 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-08-03 08:38:46.748 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-08-03 08:38:46.751 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network f539b37b-2f51-46c8-8e97-e377db13bd90 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-08-03 08:38:46.751 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-08-03 08:38:48.246 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:48.249 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-08-03 08:38:48.249 | | id | e9ef5fc6-61c3-4703-bd74-44035c93d415 |' 2024-08-03 08:38:48.251 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-08-03 08:38:48.252 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-03 08:38:48.265 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e9ef5fc6-61c3-4703-bd74-44035c93d415 '|' 2024-08-03 08:38:48.267 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | e9ef5fc6-61c3-4703-bd74-44035c93d415 |' 2024-08-03 08:38:48.268 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-08-03 08:38:48.271 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e9ef5fc6-61c3-4703-bd74-44035c93d415 '|' 2024-08-03 08:38:48.271 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-08-03 08:38:48.273 | ++ functions-common:get_field:829 : local data field 2024-08-03 08:38:48.275 | ++ functions-common:get_field:830 : read data 2024-08-03 08:38:48.277 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-08-03 08:38:48.278 | ++ functions-common:get_field:834 : field='$3' 2024-08-03 08:38:48.281 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | e9ef5fc6-61c3-4703-bd74-44035c93d415 |' 2024-08-03 08:38:48.281 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-08-03 08:38:48.285 | ++ functions-common:get_field:830 : read data 2024-08-03 08:38:48.287 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-08-03 08:38:48.290 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e9ef5fc6-61c3-4703-bd74-44035c93d415 '|' 2024-08-03 08:38:48.290 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-08-03 08:38:48.292 | ++ functions-common:get_field:829 : local data field 2024-08-03 08:38:48.294 | ++ functions-common:get_field:830 : read data 2024-08-03 08:38:48.296 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-08-03 08:38:48.297 | ++ functions-common:get_field:834 : field='$6' 2024-08-03 08:38:48.299 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | e9ef5fc6-61c3-4703-bd74-44035c93d415 |' 2024-08-03 08:38:48.299 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-08-03 08:38:48.304 | ++ functions-common:get_field:830 : read data 2024-08-03 08:38:48.306 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=e9ef5fc6-61c3-4703-bd74-44035c93d415 2024-08-03 08:38:48.308 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway f539b37b-2f51-46c8-8e97-e377db13bd90 2aec5afe-7e60-4828-b7b5-90154017700f 2024-08-03 08:38:50.491 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-08-03 08:38:50.493 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-08-03 08:38:50.506 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:50.508 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-08-03 08:38:50.510 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-08-03 08:38:50.511 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-08-03 08:38:50.514 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-08-03 08:38:50.516 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-08-03 08:38:50.518 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-08-03 08:38:50.530 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-08-03 08:38:50.533 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-08-03 08:38:50.534 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-08-03 08:38:50.536 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-08-03 08:38:50.538 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-03 08:38:50.539 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-08-03 08:38:50.541 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-03 08:38:50.543 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-08-03 08:38:50.544 | + functions-common:test_with_retry:2375 : local until=10 2024-08-03 08:38:50.546 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-03 08:38:50.548 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-03 08:38:50.549 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-03 08:38:50.551 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:50.553 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:50.555 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:50.558 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674330556 2024-08-03 08:38:50.560 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-08-03 08:38:50.565 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-03 08:38:50.567 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:50.568 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:50.570 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:50.571 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:50.573 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:50.575 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-03 08:38:50.576 | + functions-common:time_stop:2442 : start_time=1722674330556 2024-08-03 08:38:50.578 | + functions-common:time_stop:2444 : [[ -z 1722674330556 ]] 2024-08-03 08:38:50.580 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:50.583 | + functions-common:time_stop:2447 : end_time=1722674330581 2024-08-03 08:38:50.585 | + functions-common:time_stop:2448 : elapsed_time=25 2024-08-03 08:38:50.586 | + functions-common:time_stop:2449 : total=3065 2024-08-03 08:38:50.588 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:50.590 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3090 2024-08-03 08:38:50.592 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-08-03 08:38:50.594 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-08-03 08:38:50.597 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-08-03 08:38:50.599 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-08-03 08:38:50.600 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-03 08:38:50.602 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-03 08:38:50.605 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-08-03 08:38:50.605 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-08-03 08:38:50.605 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-08-03 08:38:50.606 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-08-03 08:38:51.866 | ++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:38:51.869 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.169 ' 2024-08-03 08:38:51.871 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-08-03 08:38:51.873 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-03 08:38:51.885 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-08-03 08:38:51.887 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-08-03 08:38:51.889 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-08-03 08:38:51.891 | + stack.sh:main:1339 : is_service_enabled nova 2024-08-03 08:38:51.904 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:51.905 | + stack.sh:main:1340 : echo_summary 'Starting Nova' 2024-08-03 08:38:51.907 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:51.909 | + stack.sh:echo_summary:472 : echo -e Starting Nova 2024-08-03 08:38:51.911 | + stack.sh:main:1341 : start_nova 2024-08-03 08:38:51.913 | + lib/nova:start_nova:1176 : start_nova_rest 2024-08-03 08:38:51.915 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:51.918 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:51.920 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:51.922 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-03 08:38:51.924 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:51.927 | + functions-common:run_process:1689 : local service=n-sch 2024-08-03 08:38:51.929 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:51.931 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:51.933 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:51.935 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:51.937 | + functions-common:run_process:1695 : local name=n-sch 2024-08-03 08:38:51.939 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:51.941 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:51.943 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:51.945 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:51.947 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:51.950 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674331948 2024-08-03 08:38:51.952 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-08-03 08:38:51.966 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:51.967 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-08-03 08:38:51.969 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-08-03 08:38:51.971 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:51.973 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:51.975 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:51.977 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:51.979 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-03 08:38:51.981 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-03 08:38:51.983 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-08-03 08:38:51.985 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:51.987 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:51.989 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:51.991 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:51.992 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-03 08:38:51.995 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-08-03 08:38:51.997 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-08-03 08:38:51.998 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:52.000 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:38:52.002 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:38:52.004 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:38:52.006 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:38:52.007 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:38:52.009 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-08-03 08:38:52.011 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:38:52.014 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-08-03 08:38:52.075 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-08-03 08:38:52.125 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-03 08:38:52.168 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-08-03 08:38:52.210 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-08-03 08:38:52.253 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:52.294 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:38:52.296 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:38:52.298 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-08-03 08:38:52.348 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:38:52.692 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-08-03 08:38:52.702 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-08-03 08:38:53.026 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-08-03 08:38:53.068 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:53.070 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:53.072 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:53.074 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:53.076 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:53.078 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:53.080 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:53.082 | + functions-common:time_stop:2442 : start_time=1722674331948 2024-08-03 08:38:53.084 | + functions-common:time_stop:2444 : [[ -z 1722674331948 ]] 2024-08-03 08:38:53.086 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:53.090 | + functions-common:time_stop:2447 : end_time=1722674333087 2024-08-03 08:38:53.092 | + functions-common:time_stop:2448 : elapsed_time=1139 2024-08-03 08:38:53.094 | + functions-common:time_stop:2449 : total=9634 2024-08-03 08:38:53.095 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:53.098 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10773 2024-08-03 08:38:53.100 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-08-03 08:38:53.103 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-08-03 08:38:53.106 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.108 | + functions-common:run_process:1689 : local service=n-api-meta 2024-08-03 08:38:53.110 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.112 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:53.114 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:53.116 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:53.118 | + functions-common:run_process:1695 : local name=n-api-meta 2024-08-03 08:38:53.120 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:53.122 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:53.124 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:53.126 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:53.128 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:53.132 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674333130 2024-08-03 08:38:53.134 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-08-03 08:38:53.148 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:53.150 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-08-03 08:38:53.154 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-08-03 08:38:53.157 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.161 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.163 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.165 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.168 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-08-03 08:38:53.170 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-08-03 08:38:53.171 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-08-03 08:38:53.173 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:53.177 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:53.179 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:53.182 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:53.185 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-08-03 08:38:53.188 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' stack '' 2024-08-03 08:38:53.191 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-08-03 08:38:53.191 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.194 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-03 08:38:53.196 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-03 08:38:53.198 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-03 08:38:53.199 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-08-03 08:38:53.201 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-03 08:38:53.204 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-08-03 08:38:53.257 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-08-03 08:38:53.313 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-08-03 08:38:53.355 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-03 08:38:53.398 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:53.439 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-08-03 08:38:53.481 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-08-03 08:38:53.537 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-08-03 08:38:53.582 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-08-03 08:38:53.624 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-08-03 08:38:53.667 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-03 08:38:53.669 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-03 08:38:53.671 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-08-03 08:38:53.722 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-03 08:38:54.054 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-08-03 08:38:54.064 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-08-03 08:38:54.426 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-08-03 08:38:54.494 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:54.496 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:54.499 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:54.500 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:54.503 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:54.505 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:54.507 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:54.509 | + functions-common:time_stop:2442 : start_time=1722674333130 2024-08-03 08:38:54.511 | + functions-common:time_stop:2444 : [[ -z 1722674333130 ]] 2024-08-03 08:38:54.513 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:54.517 | + functions-common:time_stop:2447 : end_time=1722674334515 2024-08-03 08:38:54.519 | + functions-common:time_stop:2448 : elapsed_time=1385 2024-08-03 08:38:54.521 | + functions-common:time_stop:2449 : total=10773 2024-08-03 08:38:54.523 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:54.525 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12158 2024-08-03 08:38:54.527 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:54.530 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:54.532 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-08-03 08:38:54.534 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:54.536 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:54.538 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:54.540 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-08-03 08:38:54.542 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:38:54.544 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-03 08:38:54.547 | + functions-common:run_process:1689 : local service=n-novnc 2024-08-03 08:38:54.548 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-03 08:38:54.550 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:54.552 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:54.554 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:54.556 | + functions-common:run_process:1695 : local name=n-novnc 2024-08-03 08:38:54.558 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:54.560 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:54.562 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:54.564 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:54.567 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:54.570 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674334568 2024-08-03 08:38:54.572 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-08-03 08:38:54.586 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:54.588 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:54.590 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:54.592 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:54.594 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:54.596 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:54.597 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:54.599 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:54.601 | + functions-common:time_stop:2442 : start_time=1722674334568 2024-08-03 08:38:54.603 | + functions-common:time_stop:2444 : [[ -z 1722674334568 ]] 2024-08-03 08:38:54.606 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:54.609 | + functions-common:time_stop:2447 : end_time=1722674334607 2024-08-03 08:38:54.611 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-03 08:38:54.613 | + functions-common:time_stop:2449 : total=12158 2024-08-03 08:38:54.615 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:54.617 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12197 2024-08-03 08:38:54.620 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-03 08:38:54.621 | + functions-common:run_process:1689 : local service=n-spice 2024-08-03 08:38:54.623 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-03 08:38:54.626 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:54.628 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:54.630 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:54.632 | + functions-common:run_process:1695 : local name=n-spice 2024-08-03 08:38:54.634 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:54.636 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:54.638 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:54.640 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:54.642 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:54.646 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674334643 2024-08-03 08:38:54.648 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-08-03 08:38:54.662 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:54.664 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:54.666 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:54.668 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:54.670 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:54.672 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:54.674 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:54.676 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:54.678 | + functions-common:time_stop:2442 : start_time=1722674334643 2024-08-03 08:38:54.680 | + functions-common:time_stop:2444 : [[ -z 1722674334643 ]] 2024-08-03 08:38:54.682 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:54.685 | + functions-common:time_stop:2447 : end_time=1722674334683 2024-08-03 08:38:54.687 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-03 08:38:54.689 | + functions-common:time_stop:2449 : total=12197 2024-08-03 08:38:54.691 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:54.693 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12237 2024-08-03 08:38:54.695 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.697 | + functions-common:run_process:1689 : local service=n-sproxy 2024-08-03 08:38:54.699 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.701 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:54.703 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:54.705 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:54.707 | + functions-common:run_process:1695 : local name=n-sproxy 2024-08-03 08:38:54.709 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:54.711 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:54.712 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:54.714 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:54.717 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:54.721 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674334719 2024-08-03 08:38:54.723 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-08-03 08:38:54.736 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:54.738 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:54.740 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:54.742 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:54.744 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:54.745 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:54.755 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:54.759 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:54.761 | + functions-common:time_stop:2442 : start_time=1722674334719 2024-08-03 08:38:54.764 | + functions-common:time_stop:2444 : [[ -z 1722674334719 ]] 2024-08-03 08:38:54.766 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:54.775 | + functions-common:time_stop:2447 : end_time=1722674334768 2024-08-03 08:38:54.778 | + functions-common:time_stop:2448 : elapsed_time=49 2024-08-03 08:38:54.783 | + functions-common:time_stop:2449 : total=12237 2024-08-03 08:38:54.785 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:54.787 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12286 2024-08-03 08:38:54.790 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:54.792 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:54.795 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-08-03 08:38:54.797 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:38:54.799 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-08-03 08:38:54.799 | Starting nova-conductor in a cellsv1-compatible way 2024-08-03 08:38:54.801 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.804 | + functions-common:run_process:1689 : local service=n-cond 2024-08-03 08:38:54.806 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.808 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:54.810 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:54.813 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:54.818 | + functions-common:run_process:1695 : local name=n-cond 2024-08-03 08:38:54.820 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:54.822 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:54.824 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:54.828 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:54.830 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:54.834 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674334831 2024-08-03 08:38:54.836 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-08-03 08:38:54.850 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:54.852 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-08-03 08:38:54.854 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-08-03 08:38:54.857 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.859 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.861 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.863 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.864 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-03 08:38:54.866 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-03 08:38:54.868 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-08-03 08:38:54.870 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:54.872 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:54.874 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:54.875 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:54.877 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-03 08:38:54.879 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-08-03 08:38:54.881 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-08-03 08:38:54.883 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:54.884 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:38:54.886 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:38:54.888 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:38:54.890 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:38:54.892 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:38:54.893 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-08-03 08:38:54.895 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:38:54.898 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-08-03 08:38:54.950 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-08-03 08:38:55.001 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-03 08:38:55.044 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-08-03 08:38:55.085 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-08-03 08:38:55.129 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:55.171 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:38:55.173 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:38:55.175 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-08-03 08:38:55.225 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:38:55.539 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-08-03 08:38:55.562 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-08-03 08:38:55.892 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-08-03 08:38:55.931 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:55.933 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:55.936 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:55.938 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:55.940 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:55.941 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:55.943 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:55.946 | + functions-common:time_stop:2442 : start_time=1722674334831 2024-08-03 08:38:55.948 | + functions-common:time_stop:2444 : [[ -z 1722674334831 ]] 2024-08-03 08:38:55.950 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:55.955 | + functions-common:time_stop:2447 : end_time=1722674335952 2024-08-03 08:38:55.959 | + functions-common:time_stop:2448 : elapsed_time=1121 2024-08-03 08:38:55.963 | + functions-common:time_stop:2449 : total=12286 2024-08-03 08:38:55.967 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:55.975 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13407 2024-08-03 08:38:55.977 | + lib/nova:start_nova_conductor:1149 : return 2024-08-03 08:38:55.983 | + lib/nova:start_nova:1179 : start_nova_compute 2024-08-03 08:38:55.985 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:55.987 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:55.990 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:55.992 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-03 08:38:55.994 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-08-03 08:38:55.998 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-03 08:38:56.000 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:56.002 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-03 08:38:56.004 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-08-03 08:38:56.005 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-03 08:38:56.008 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-08-03 08:38:56.010 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-08-03 08:38:56.012 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-08-03 08:38:56.014 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-08-03 08:38:56.016 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-03 08:38:56.018 | + inc/meta-config:merge_config_file:164 : read a 2024-08-03 08:38:56.019 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:38:56.020 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-03 08:38:56.022 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-08-03 08:38:56.024 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:38:56.027 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-03 08:38:56.027 | BEGIN { 2024-08-03 08:38:56.027 | section = "" 2024-08-03 08:38:56.027 | last_section = "" 2024-08-03 08:38:56.027 | section_count = 0 2024-08-03 08:38:56.027 | } 2024-08-03 08:38:56.027 | /^\[.+\]/ { 2024-08-03 08:38:56.027 | gsub("[][]", "", $1); 2024-08-03 08:38:56.027 | section=$1 2024-08-03 08:38:56.027 | next 2024-08-03 08:38:56.027 | } 2024-08-03 08:38:56.027 | /^ *\#/ { 2024-08-03 08:38:56.027 | next 2024-08-03 08:38:56.027 | } 2024-08-03 08:38:56.027 | /^[^ \t]+/ { 2024-08-03 08:38:56.027 | # get offset of first = in $0 2024-08-03 08:38:56.028 | eq_idx = index($0, "=") 2024-08-03 08:38:56.028 | # extract attr & value from $0 2024-08-03 08:38:56.028 | attr = substr($0, 1, eq_idx - 1) 2024-08-03 08:38:56.028 | value = substr($0, eq_idx + 1) 2024-08-03 08:38:56.028 | # only need to strip trailing whitespace from attr 2024-08-03 08:38:56.028 | sub(/[ \t]*$/, "", attr) 2024-08-03 08:38:56.028 | # need to strip leading & trailing whitespace from value 2024-08-03 08:38:56.028 | sub(/^[ \t]*/, "", value) 2024-08-03 08:38:56.028 | sub(/[ \t]*$/, "", value) 2024-08-03 08:38:56.028 | 2024-08-03 08:38:56.028 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-03 08:38:56.028 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-03 08:38:56.028 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-03 08:38:56.028 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-03 08:38:56.028 | if (! (section, attr) in cfg_attr_count) { 2024-08-03 08:38:56.028 | if (section != last_section) { 2024-08-03 08:38:56.028 | cfg_section[section_count++] = section 2024-08-03 08:38:56.028 | last_section = section 2024-08-03 08:38:56.028 | } 2024-08-03 08:38:56.028 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-03 08:38:56.028 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-03 08:38:56.028 | 2024-08-03 08:38:56.028 | cfg_attr[section, attr, 0] = value 2024-08-03 08:38:56.028 | cfg_attr_count[section, attr] = 1 2024-08-03 08:38:56.028 | } else { 2024-08-03 08:38:56.029 | lno = cfg_attr_count[section, attr]++ 2024-08-03 08:38:56.029 | cfg_attr[section, attr, lno] = value 2024-08-03 08:38:56.029 | } 2024-08-03 08:38:56.029 | } 2024-08-03 08:38:56.029 | END { 2024-08-03 08:38:56.029 | # Process each section in order 2024-08-03 08:38:56.029 | for (sno = 0; sno < section_count; sno++) { 2024-08-03 08:38:56.029 | section = cfg_section[sno] 2024-08-03 08:38:56.029 | # The ini routines simply append a config item immediately 2024-08-03 08:38:56.029 | # after the section header. To keep the same order as defined 2024-08-03 08:38:56.029 | # in local.conf, invoke the ini routines in the reverse order 2024-08-03 08:38:56.029 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-03 08:38:56.029 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-03 08:38:56.029 | if (cfg_attr_count[section, attr] == 1) 2024-08-03 08:38:56.029 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-03 08:38:56.029 | else { 2024-08-03 08:38:56.029 | # For multiline, invoke the ini routines in the reverse order 2024-08-03 08:38:56.029 | count = cfg_attr_count[section, attr] 2024-08-03 08:38:56.029 | print "inidelete " configfile " " section " " attr 2024-08-03 08:38:56.029 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-03 08:38:56.029 | for (l = count -2; l >= 0; l--) 2024-08-03 08:38:56.029 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-03 08:38:56.029 | } 2024-08-03 08:38:56.029 | } 2024-08-03 08:38:56.029 | } 2024-08-03 08:38:56.029 | } 2024-08-03 08:38:56.030 | ' 2024-08-03 08:38:56.030 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-08-03 08:38:56.030 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-03 08:38:56.030 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-03 08:38:56.030 | BEGIN { group = "" } 2024-08-03 08:38:56.030 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:38:56.030 | gsub("[][]", "", $1); 2024-08-03 08:38:56.030 | split($1, a, "|"); 2024-08-03 08:38:56.030 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-03 08:38:56.030 | group=a[1] 2024-08-03 08:38:56.030 | } else { 2024-08-03 08:38:56.030 | group="" 2024-08-03 08:38:56.030 | } 2024-08-03 08:38:56.030 | next 2024-08-03 08:38:56.030 | } 2024-08-03 08:38:56.030 | { 2024-08-03 08:38:56.030 | if (group != "") 2024-08-03 08:38:56.030 | print $0 2024-08-03 08:38:56.030 | } 2024-08-03 08:38:56.030 | ' /opt/stack/devstack/local.conf 2024-08-03 08:38:56.034 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-03 08:38:56.036 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-08-03 08:38:56.036 | Skipping multi-cell conductor fleet setup 2024-08-03 08:38:56.038 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-08-03 08:38:56.053 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-08-03 08:38:56.069 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-08-03 08:38:56.071 | + lib/nova:configure_console_compute:664 : local offset 2024-08-03 08:38:56.073 | + lib/nova:configure_console_compute:665 : offset=0 2024-08-03 08:38:56.075 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-08-03 08:38:56.078 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-08-03 08:38:56.093 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-08-03 08:38:56.095 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-08-03 08:38:56.108 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:56.110 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-08-03 08:38:56.123 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:56.125 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-08-03 08:38:56.127 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-08-03 08:38:56.153 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-08-03 08:38:56.168 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:56.172 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-08-03 08:38:56.197 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:56.201 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-08-03 08:38:56.230 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-08-03 08:38:56.233 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-08-03 08:38:56.235 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-08-03 08:38:56.237 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-08-03 08:38:56.239 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-08-03 08:38:56.240 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-08-03 08:38:56.242 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-08-03 08:38:56.244 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-08-03 08:38:56.259 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:56.261 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-03 08:38:56.263 | + functions-common:run_process:1689 : local service=n-cpu 2024-08-03 08:38:56.265 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-03 08:38:56.267 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:56.269 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:56.271 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:56.273 | + functions-common:run_process:1695 : local name=n-cpu 2024-08-03 08:38:56.275 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:56.277 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:56.279 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:56.280 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:56.283 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:56.286 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674336284 2024-08-03 08:38:56.288 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-08-03 08:38:56.302 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:56.304 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:56.309 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:56.309 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:56.311 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:56.313 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:56.315 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:56.318 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:56.320 | + functions-common:time_stop:2442 : start_time=1722674336284 2024-08-03 08:38:56.321 | + functions-common:time_stop:2444 : [[ -z 1722674336284 ]] 2024-08-03 08:38:56.324 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:56.327 | + functions-common:time_stop:2447 : end_time=1722674336325 2024-08-03 08:38:56.329 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-03 08:38:56.331 | + functions-common:time_stop:2449 : total=13407 2024-08-03 08:38:56.333 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:56.335 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13448 2024-08-03 08:38:56.337 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:56.339 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-08-03 08:38:56.341 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-08-03 08:38:56.355 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:56.357 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-08-03 08:38:56.357 | Dumping cells_v2 mapping 2024-08-03 08:38:56.359 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-08-03 08:38:56.755 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-03 08:38:58.081 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-03 08:38:58.081 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-08-03 08:38:58.081 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-03 08:38:58.081 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-08-03 08:38:58.081 | | cell1 | 9dc6a84e-5268-4027-b4c3-d29c97d6d187 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-08-03 08:38:58.081 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-03 08:38:58.431 | + stack.sh:main:1342 : async_runfunc create_flavors 2024-08-03 08:38:58.433 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-08-03 08:38:58.482 | + inc/async:async_inner:63 : create_flavors 2024-08-03 08:38:58.513 | [3508 Async create_flavors:52466]: running: create_flavors 2024-08-03 08:38:58.515 | + stack.sh:main:1344 : is_service_enabled cinder 2024-08-03 08:38:58.529 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:58.531 | + stack.sh:main:1345 : echo_summary 'Starting Cinder' 2024-08-03 08:38:58.533 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:38:58.535 | + stack.sh:echo_summary:472 : echo -e Starting Cinder 2024-08-03 08:38:58.537 | + stack.sh:main:1346 : start_cinder 2024-08-03 08:38:58.539 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-08-03 08:38:58.541 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-08-03 08:38:58.543 | + lib/cinder:start_cinder:587 : local cinder_url 2024-08-03 08:38:58.545 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-08-03 08:38:58.558 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:38:58.560 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-08-03 08:38:58.561 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-08-03 08:38:58.564 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-08-03 08:38:58.566 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-08-03 08:38:58.569 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.571 | + functions-common:run_process:1689 : local service=c-api 2024-08-03 08:38:58.573 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.575 | + functions-common:run_process:1691 : local group= 2024-08-03 08:38:58.577 | + functions-common:run_process:1692 : local user= 2024-08-03 08:38:58.579 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:38:58.581 | + functions-common:run_process:1695 : local name=c-api 2024-08-03 08:38:58.583 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:38:58.585 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:38:58.587 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:58.589 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:58.592 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:58.595 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674338593 2024-08-03 08:38:58.597 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-08-03 08:38:58.609 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:38:58.611 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-08-03 08:38:58.613 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-08-03 08:38:58.615 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.617 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.619 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.621 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.623 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-08-03 08:38:58.624 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-08-03 08:38:58.626 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-08-03 08:38:58.629 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:38:58.630 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:38:58.632 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:38:58.634 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:38:58.636 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-08-03 08:38:58.638 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-08-03 08:38:58.640 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-08-03 08:38:58.642 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.643 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-03 08:38:58.645 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-03 08:38:58.647 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-03 08:38:58.649 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-08-03 08:38:58.650 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-03 08:38:58.653 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-08-03 08:38:58.703 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-08-03 08:38:58.752 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-08-03 08:38:58.794 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-03 08:38:58.836 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:38:58.878 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-08-03 08:38:58.918 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-08-03 08:38:58.958 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-08-03 08:38:58.999 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-08-03 08:38:59.041 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-08-03 08:38:59.082 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-03 08:38:59.084 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-03 08:38:59.085 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-08-03 08:38:59.134 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-03 08:38:59.469 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-08-03 08:38:59.479 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-08-03 08:38:59.807 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-08-03 08:38:59.880 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:38:59.883 | + functions-common:time_stop:2435 : local name 2024-08-03 08:38:59.886 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:38:59.891 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:38:59.895 | + functions-common:time_stop:2438 : local total 2024-08-03 08:38:59.899 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:38:59.901 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:38:59.903 | + functions-common:time_stop:2442 : start_time=1722674338593 2024-08-03 08:38:59.905 | + functions-common:time_stop:2444 : [[ -z 1722674338593 ]] 2024-08-03 08:38:59.908 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:38:59.912 | + functions-common:time_stop:2447 : end_time=1722674339909 2024-08-03 08:38:59.913 | + functions-common:time_stop:2448 : elapsed_time=1316 2024-08-03 08:38:59.915 | + functions-common:time_stop:2449 : total=13448 2024-08-03 08:38:59.917 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:38:59.919 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14764 2024-08-03 08:38:59.921 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-08-03 08:38:59.923 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-08-03 08:38:59.923 | Waiting for Cinder API to start... 2024-08-03 08:38:59.925 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-08-03 08:38:59.928 | + functions:wait_for_service:468 : local timeout=60 2024-08-03 08:38:59.930 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-08-03 08:38:59.932 | + functions:wait_for_service:470 : local rval=0 2024-08-03 08:38:59.934 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-03 08:38:59.935 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-03 08:38:59.938 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:38:59.940 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:38:59.942 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:38:59.945 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674339944 2024-08-03 08:38:59.947 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-03 08:38:59.951 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-08-03 08:39:01.969 | + :: : [[ 401 == 503 ]] 2024-08-03 08:39:01.971 | + :: : [[ 0 -eq 7 ]] 2024-08-03 08:39:01.973 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-03 08:39:01.975 | + functions-common:time_stop:2435 : local name 2024-08-03 08:39:01.977 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:01.979 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:01.981 | + functions-common:time_stop:2438 : local total 2024-08-03 08:39:01.983 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:01.985 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-03 08:39:01.987 | + functions-common:time_stop:2442 : start_time=1722674339944 2024-08-03 08:39:01.989 | + functions-common:time_stop:2444 : [[ -z 1722674339944 ]] 2024-08-03 08:39:01.991 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:01.994 | + functions-common:time_stop:2447 : end_time=1722674341992 2024-08-03 08:39:01.996 | + functions-common:time_stop:2448 : elapsed_time=2048 2024-08-03 08:39:01.998 | + functions-common:time_stop:2449 : total=6352 2024-08-03 08:39:02.001 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:02.002 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8400 2024-08-03 08:39:02.004 | + functions:wait_for_service:478 : return 0 2024-08-03 08:39:02.006 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.008 | + functions-common:run_process:1689 : local service=c-sch 2024-08-03 08:39:02.010 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.012 | + functions-common:run_process:1691 : local group= 2024-08-03 08:39:02.014 | + functions-common:run_process:1692 : local user= 2024-08-03 08:39:02.016 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:39:02.018 | + functions-common:run_process:1695 : local name=c-sch 2024-08-03 08:39:02.019 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:39:02.021 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:39:02.023 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:02.025 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:02.027 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:02.031 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674342029 2024-08-03 08:39:02.033 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-08-03 08:39:02.047 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:02.049 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-08-03 08:39:02.052 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-08-03 08:39:02.054 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.056 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.058 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.063 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.065 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-03 08:39:02.068 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-03 08:39:02.070 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-08-03 08:39:02.072 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:39:02.077 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:39:02.079 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:39:02.081 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:39:02.083 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-03 08:39:02.089 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-08-03 08:39:02.091 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-08-03 08:39:02.093 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.096 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:39:02.098 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:39:02.099 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-03 08:39:02.102 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:39:02.103 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:39:02.106 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-08-03 08:39:02.111 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:39:02.115 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-08-03 08:39:02.167 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-08-03 08:39:02.218 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:02.261 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-08-03 08:39:02.304 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-08-03 08:39:02.345 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:39:02.385 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-03 08:39:02.387 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:39:02.389 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-08-03 08:39:02.440 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:39:02.776 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-08-03 08:39:02.787 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-08-03 08:39:03.093 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-08-03 08:39:03.136 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:39:03.138 | + functions-common:time_stop:2435 : local name 2024-08-03 08:39:03.142 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:03.144 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:03.146 | + functions-common:time_stop:2438 : local total 2024-08-03 08:39:03.148 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:03.150 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:39:03.152 | + functions-common:time_stop:2442 : start_time=1722674342029 2024-08-03 08:39:03.156 | + functions-common:time_stop:2444 : [[ -z 1722674342029 ]] 2024-08-03 08:39:03.159 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:03.163 | + functions-common:time_stop:2447 : end_time=1722674343160 2024-08-03 08:39:03.165 | + functions-common:time_stop:2448 : elapsed_time=1131 2024-08-03 08:39:03.167 | + functions-common:time_stop:2449 : total=14764 2024-08-03 08:39:03.169 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:03.171 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15895 2024-08-03 08:39:03.174 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.176 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.179 | + functions-common:run_process:1689 : local service=c-bak 2024-08-03 08:39:03.181 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.183 | + functions-common:run_process:1691 : local group= 2024-08-03 08:39:03.185 | + functions-common:run_process:1692 : local user= 2024-08-03 08:39:03.187 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.189 | + functions-common:run_process:1695 : local name=c-bak 2024-08-03 08:39:03.191 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:39:03.193 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:39:03.195 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:03.198 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:03.201 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:03.204 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674343202 2024-08-03 08:39:03.207 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-08-03 08:39:03.221 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:03.223 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:39:03.226 | + functions-common:time_stop:2435 : local name 2024-08-03 08:39:03.228 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:03.230 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:03.232 | + functions-common:time_stop:2438 : local total 2024-08-03 08:39:03.234 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:03.236 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:39:03.238 | + functions-common:time_stop:2442 : start_time=1722674343202 2024-08-03 08:39:03.240 | + functions-common:time_stop:2444 : [[ -z 1722674343202 ]] 2024-08-03 08:39:03.243 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:03.246 | + functions-common:time_stop:2447 : end_time=1722674343244 2024-08-03 08:39:03.248 | + functions-common:time_stop:2448 : elapsed_time=42 2024-08-03 08:39:03.250 | + functions-common:time_stop:2449 : total=15895 2024-08-03 08:39:03.252 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:03.254 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15937 2024-08-03 08:39:03.256 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.258 | + functions-common:run_process:1689 : local service=c-vol 2024-08-03 08:39:03.260 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.262 | + functions-common:run_process:1691 : local group= 2024-08-03 08:39:03.264 | + functions-common:run_process:1692 : local user= 2024-08-03 08:39:03.266 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.268 | + functions-common:run_process:1695 : local name=c-vol 2024-08-03 08:39:03.269 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:39:03.271 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:39:03.273 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:03.275 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:03.278 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:03.281 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674343279 2024-08-03 08:39:03.283 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-08-03 08:39:03.297 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:03.299 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.301 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-08-03 08:39:03.303 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.305 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.307 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.309 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.311 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-03 08:39:03.313 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-03 08:39:03.315 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-08-03 08:39:03.317 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:39:03.319 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:39:03.321 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:39:03.323 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.325 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-03 08:39:03.327 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.329 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-08-03 08:39:03.331 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.332 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-03 08:39:03.334 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-03 08:39:03.336 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.338 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-03 08:39:03.340 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-03 08:39:03.342 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-08-03 08:39:03.344 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-03 08:39:03.347 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-08-03 08:39:03.398 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-08-03 08:39:03.449 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-03 08:39:03.490 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-08-03 08:39:03.535 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-08-03 08:39:03.584 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:39:03.629 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-08-03 08:39:03.631 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-03 08:39:03.673 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-03 08:39:03.675 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-08-03 08:39:03.728 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-03 08:39:04.105 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-08-03 08:39:04.116 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-08-03 08:39:04.430 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-08-03 08:39:04.491 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:39:04.503 | + functions-common:time_stop:2435 : local name 2024-08-03 08:39:04.511 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:04.513 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:04.515 | + functions-common:time_stop:2438 : local total 2024-08-03 08:39:04.517 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:04.519 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:39:04.521 | + functions-common:time_stop:2442 : start_time=1722674343279 2024-08-03 08:39:04.523 | + functions-common:time_stop:2444 : [[ -z 1722674343279 ]] 2024-08-03 08:39:04.525 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:04.529 | + functions-common:time_stop:2447 : end_time=1722674344527 2024-08-03 08:39:04.531 | + functions-common:time_stop:2448 : elapsed_time=1248 2024-08-03 08:39:04.533 | + functions-common:time_stop:2449 : total=15937 2024-08-03 08:39:04.535 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:04.537 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17185 2024-08-03 08:39:04.539 | + stack.sh:main:1347 : create_volume_types 2024-08-03 08:39:04.541 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-08-03 08:39:04.554 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:04.556 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-08-03 08:39:04.558 | + lib/cinder:create_volume_types:674 : local be be_name 2024-08-03 08:39:04.560 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-03 08:39:04.562 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-08-03 08:39:04.564 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-08-03 08:39:04.566 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-08-03 08:39:04.568 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-08-03 08:39:04.569 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-08-03 08:39:04.571 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-08-03 08:39:04.585 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:04.587 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-08-03 08:39:06.437 | +-------------+--------------------------------------+ 2024-08-03 08:39:06.437 | | Field | Value | 2024-08-03 08:39:06.437 | +-------------+--------------------------------------+ 2024-08-03 08:39:06.437 | | description | None | 2024-08-03 08:39:06.437 | | id | a4fe8bf3-322f-4288-af42-cb6f99986c15 | 2024-08-03 08:39:06.437 | | is_public | True | 2024-08-03 08:39:06.437 | | name | vsphere | 2024-08-03 08:39:06.437 | | properties | volume_backend_name='vsphere' | 2024-08-03 08:39:06.437 | +-------------+--------------------------------------+ 2024-08-03 08:39:06.575 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:06.577 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:06.579 | + stack.sh:main:1352 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:06.581 | + stack.sh:main:1360 : is_service_enabled glance 2024-08-03 08:39:06.595 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:06.597 | + stack.sh:main:1361 : echo_summary 'Starting Glance' 2024-08-03 08:39:06.599 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:39:06.601 | + stack.sh:echo_summary:472 : echo -e Starting Glance 2024-08-03 08:39:06.603 | + stack.sh:main:1362 : start_glance 2024-08-03 08:39:06.605 | + lib/glance:start_glance:606 : local service_protocol=http 2024-08-03 08:39:06.607 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-08-03 08:39:06.620 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:06.622 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-08-03 08:39:06.625 | ++ lib/glance:start_glance:614 : which uwsgi 2024-08-03 08:39:06.629 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.631 | + functions-common:run_process:1689 : local service=g-api 2024-08-03 08:39:06.633 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.635 | + functions-common:run_process:1691 : local group= 2024-08-03 08:39:06.637 | + functions-common:run_process:1692 : local user= 2024-08-03 08:39:06.639 | + functions-common:run_process:1693 : local env_vars= 2024-08-03 08:39:06.641 | + functions-common:run_process:1695 : local name=g-api 2024-08-03 08:39:06.643 | + functions-common:run_process:1697 : time_start run_process 2024-08-03 08:39:06.645 | + functions-common:time_start:2421 : local name=run_process 2024-08-03 08:39:06.647 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:06.649 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:06.652 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:06.656 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674346653 2024-08-03 08:39:06.658 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-08-03 08:39:06.671 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:06.673 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-08-03 08:39:06.675 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-08-03 08:39:06.677 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.679 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.681 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.683 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.685 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-08-03 08:39:06.687 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-08-03 08:39:06.689 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-08-03 08:39:06.691 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-03 08:39:06.693 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-03 08:39:06.695 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-03 08:39:06.697 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-03 08:39:06.699 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-08-03 08:39:06.701 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-08-03 08:39:06.703 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-08-03 08:39:06.705 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.706 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-03 08:39:06.708 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-03 08:39:06.710 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-03 08:39:06.712 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-08-03 08:39:06.713 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-03 08:39:06.717 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-08-03 08:39:06.768 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-08-03 08:39:06.822 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-08-03 08:39:06.865 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-03 08:39:06.907 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-03 08:39:06.951 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-08-03 08:39:06.994 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-08-03 08:39:07.038 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-08-03 08:39:07.082 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-08-03 08:39:07.127 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-08-03 08:39:07.169 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-03 08:39:07.172 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-03 08:39:07.173 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-08-03 08:39:07.223 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-03 08:39:07.580 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-08-03 08:39:07.592 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-08-03 08:39:07.908 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-08-03 08:39:07.974 | + functions-common:run_process:1701 : time_stop run_process 2024-08-03 08:39:07.976 | + functions-common:time_stop:2435 : local name 2024-08-03 08:39:07.979 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:07.981 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:07.983 | + functions-common:time_stop:2438 : local total 2024-08-03 08:39:07.985 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:07.987 | + functions-common:time_stop:2441 : name=run_process 2024-08-03 08:39:07.989 | + functions-common:time_stop:2442 : start_time=1722674346653 2024-08-03 08:39:07.991 | + functions-common:time_stop:2444 : [[ -z 1722674346653 ]] 2024-08-03 08:39:07.993 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:07.997 | + functions-common:time_stop:2447 : end_time=1722674347994 2024-08-03 08:39:07.999 | + functions-common:time_stop:2448 : elapsed_time=1341 2024-08-03 08:39:08.001 | + functions-common:time_stop:2449 : total=17185 2024-08-03 08:39:08.002 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:08.004 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18526 2024-08-03 08:39:08.006 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-08-03 08:39:08.020 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:08.022 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-08-03 08:39:08.022 | Waiting for g-api (10.180.1.21) to start... 2024-08-03 08:39:08.024 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-08-03 08:39:08.026 | + functions:wait_for_service:468 : local timeout=60 2024-08-03 08:39:08.028 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-08-03 08:39:08.029 | + functions:wait_for_service:470 : local rval=0 2024-08-03 08:39:08.032 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-03 08:39:08.033 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-03 08:39:08.035 | + functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:08.037 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:08.039 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:08.043 | + functions-common:time_start:2426 : _TIME_START[$name]=1722674348041 2024-08-03 08:39:08.045 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-03 08:39:08.048 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-08-03 08:39:10.052 | + :: : [[ 300 == 503 ]] 2024-08-03 08:39:10.053 | + :: : [[ 0 -eq 7 ]] 2024-08-03 08:39:10.056 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-03 08:39:10.058 | + functions-common:time_stop:2435 : local name 2024-08-03 08:39:10.060 | + functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:10.062 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:10.064 | + functions-common:time_stop:2438 : local total 2024-08-03 08:39:10.066 | + functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:10.068 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-03 08:39:10.070 | + functions-common:time_stop:2442 : start_time=1722674348041 2024-08-03 08:39:10.072 | + functions-common:time_stop:2444 : [[ -z 1722674348041 ]] 2024-08-03 08:39:10.074 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:10.078 | + functions-common:time_stop:2447 : end_time=1722674350076 2024-08-03 08:39:10.080 | + functions-common:time_stop:2448 : elapsed_time=2035 2024-08-03 08:39:10.082 | + functions-common:time_stop:2449 : total=8400 2024-08-03 08:39:10.084 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:10.086 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10435 2024-08-03 08:39:10.088 | + functions:wait_for_service:478 : return 0 2024-08-03 08:39:10.090 | + stack.sh:main:1376 : is_service_enabled mysql postgresql 2024-08-03 08:39:10.104 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:10.106 | + stack.sh:main:1376 : is_service_enabled glance 2024-08-03 08:39:10.122 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:10.125 | + stack.sh:main:1377 : echo_summary 'Uploading images' 2024-08-03 08:39:10.127 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:39:10.128 | + stack.sh:echo_summary:472 : echo -e Uploading images 2024-08-03 08:39:10.130 | + stack.sh:main:1379 : for image_url in ${IMAGE_URLS//,/ } 2024-08-03 08:39:10.132 | + stack.sh:main:1380 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.135 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.137 | + functions:upload_image:134 : local image image_fname image_name 2024-08-03 08:39:10.139 | + functions:upload_image:136 : local max_attempts=5 2024-08-03 08:39:10.140 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-08-03 08:39:10.144 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.147 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.148 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-08-03 08:39:10.150 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-08-03 08:39:10.152 | ++ functions:upload_image:144 : seq 5 2024-08-03 08:39:10.155 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-08-03 08:39:10.157 | + functions:upload_image:145 : local rc=0 2024-08-03 08:39:10.159 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.161 | --2024-08-03 08:39:10-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-08-03 08:39:10.166 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-03 08:39:10.167 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-03 08:39:10.191 | HTTP request sent, awaiting response... 200 OK 2024-08-03 08:39:10.191 | Length: 21318656 (20M) [application/octet-stream] 2024-08-03 08:39:10.191 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-08-03 08:39:10.198 | 2024-08-03 08:39:10.290 | 0K ........ ........ .... 100% 205M=0.1s 2024-08-03 08:39:10.290 | 2024-08-03 08:39:10.290 | 2024-08-03 08:39:10 (205 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-08-03 08:39:10.290 | 2024-08-03 08:39:10.293 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-08-03 08:39:10.295 | + functions:upload_image:155 : break 2024-08-03 08:39:10.297 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.299 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-08-03 08:39:10.301 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-08-03 08:39:10.303 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-03 08:39:10.304 | + functions:upload_image:194 : local vmdk_disktype= 2024-08-03 08:39:10.306 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-08-03 08:39:10.308 | + functions:upload_image:196 : local path_len 2024-08-03 08:39:10.310 | + functions:upload_image:199 : local vmdk_adapter_type 2024-08-03 08:39:10.313 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.313 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.316 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-08-03 08:39:10.318 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-08-03 08:39:10.320 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-08-03 08:39:10.322 | + functions:upload_image:205 : local vmdk_create_type 2024-08-03 08:39:10.325 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.325 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.329 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-08-03 08:39:10.331 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-08-03 08:39:10.332 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-08-03 08:39:10.334 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-08-03 08:39:10.336 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-08-03 08:39:10.337 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-08-03 08:39:10.339 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-08-03 08:39:10.341 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-08-03 08:39:10.342 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-08-03 08:39:10.345 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-03 08:39:10.345 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-08-03 08:39:10.349 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-08-03 08:39:10.351 | + functions:upload_image:284 : IFS=':;' 2024-08-03 08:39:10.352 | + functions:upload_image:284 : read -a props 2024-08-03 08:39:10.354 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-08-03 08:39:10.356 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-08-03 08:39:10.358 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-08-03 08:39:10.360 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-03 08:39:10.361 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-03 08:39:10.363 | + functions:_upload_image:105 : shift 2024-08-03 08:39:10.365 | + functions:_upload_image:106 : local container=bare 2024-08-03 08:39:10.366 | + functions:_upload_image:107 : shift 2024-08-03 08:39:10.368 | + functions:_upload_image:108 : local disk=vmdk 2024-08-03 08:39:10.369 | + functions:_upload_image:109 : shift 2024-08-03 08:39:10.371 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-03 08:39:10.373 | + functions:_upload_image:111 : shift 2024-08-03 08:39:10.374 | + functions:_upload_image:112 : local properties 2024-08-03 08:39:10.376 | + functions:_upload_image:113 : local useimport 2024-08-03 08:39:10.378 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-03 08:39:10.380 | ++ functions:_image_properties_to_arg:87 : local result= 2024-08-03 08:39:10.381 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-03 08:39:10.383 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-08-03 08:39:10.385 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-03 08:39:10.386 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-08-03 08:39:10.388 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-03 08:39:10.390 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-08-03 08:39:10.391 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-03 08:39:10.393 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-08-03 08:39:10.395 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:10.397 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-03 08:39:12.776 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-03 08:39:12.776 | | Field | Value | 2024-08-03 08:39:12.776 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-03 08:39:12.776 | | container_format | bare | 2024-08-03 08:39:12.776 | | created_at | 2024-08-03T08:39:11Z | 2024-08-03 08:39:12.776 | | disk_format | vmdk | 2024-08-03 08:39:12.776 | | file | /v2/images/1fa4c55f-a049-42e2-8400-f02b1a69761d/file | 2024-08-03 08:39:12.776 | | id | 1fa4c55f-a049-42e2-8400-f02b1a69761d | 2024-08-03 08:39:12.776 | | min_disk | 0 | 2024-08-03 08:39:12.776 | | min_ram | 0 | 2024-08-03 08:39:12.776 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-08-03 08:39:12.777 | | owner | 8c6ed20a29b240ce9e769903ba4ae19a | 2024-08-03 08:39:12.777 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2024-08-03 08:39:12.777 | | protected | False | 2024-08-03 08:39:12.777 | | schema | /v2/schemas/image | 2024-08-03 08:39:12.777 | | status | queued | 2024-08-03 08:39:12.777 | | tags | | 2024-08-03 08:39:12.777 | | updated_at | 2024-08-03T08:39:11Z | 2024-08-03 08:39:12.777 | | visibility | public | 2024-08-03 08:39:12.777 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-03 08:39:12.909 | + functions:upload_image:291 : return 2024-08-03 08:39:12.911 | + stack.sh:main:1384 : async_wait create_flavors 2024-08-03 08:39:12.949 | [3508 Async create_flavors:52466]: Waiting for completion of create_flavors running on PID 52466 (2 other jobs running) 2024-08-03 08:39:12.968 | [3508 Async create_flavors:52466]: Signaling child to exit 2024-08-03 08:39:14.093 | + inc/async:async_inner:64 : rc=0 2024-08-03 08:39:14.111 | [52466 Async create_flavors:52466]: finished successfully 2024-08-03 08:39:14.128 | WAKEUP 2024-08-03 08:39:14.146 | [3508 Async create_flavors:52466]: Signaled 2024-08-03 08:39:14.146 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-08-03 08:39:14.146 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:14.146 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-08-03 08:39:14.146 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-08-03 08:39:14.146 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | Field | Value | 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.147 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.147 | | description | None | 2024-08-03 08:39:14.147 | | disk | 1 | 2024-08-03 08:39:14.147 | | id | c1 | 2024-08-03 08:39:14.147 | | name | cirros256 | 2024-08-03 08:39:14.147 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.147 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.147 | | ram | 256 | 2024-08-03 08:39:14.147 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.147 | | swap | | 2024-08-03 08:39:14.147 | | vcpus | 1 | 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | Field | Value | 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.147 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.147 | | description | None | 2024-08-03 08:39:14.147 | | disk | 5 | 2024-08-03 08:39:14.147 | | id | d1 | 2024-08-03 08:39:14.147 | | name | ds512M | 2024-08-03 08:39:14.147 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.147 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.147 | | ram | 512 | 2024-08-03 08:39:14.147 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.147 | | swap | | 2024-08-03 08:39:14.147 | | vcpus | 1 | 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | Field | Value | 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.147 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.147 | | description | None | 2024-08-03 08:39:14.147 | | disk | 10 | 2024-08-03 08:39:14.147 | | id | d2 | 2024-08-03 08:39:14.147 | | name | ds1G | 2024-08-03 08:39:14.147 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.147 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.147 | | ram | 1024 | 2024-08-03 08:39:14.147 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.147 | | swap | | 2024-08-03 08:39:14.147 | | vcpus | 1 | 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | Field | Value | 2024-08-03 08:39:14.147 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.147 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.147 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.147 | | description | None | 2024-08-03 08:39:14.147 | | disk | 10 | 2024-08-03 08:39:14.147 | | id | d3 | 2024-08-03 08:39:14.147 | | name | ds2G | 2024-08-03 08:39:14.147 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.147 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.147 | | ram | 2048 | 2024-08-03 08:39:14.147 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.147 | | swap | | 2024-08-03 08:39:14.147 | | vcpus | 2 | 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | | Field | Value | 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.148 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.148 | | description | None | 2024-08-03 08:39:14.148 | | disk | 20 | 2024-08-03 08:39:14.148 | | id | d4 | 2024-08-03 08:39:14.148 | | name | ds4G | 2024-08-03 08:39:14.148 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.148 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.148 | | ram | 4096 | 2024-08-03 08:39:14.148 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.148 | | swap | | 2024-08-03 08:39:14.148 | | vcpus | 4 | 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-08-03 08:39:14.148 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-08-03 08:39:14.148 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | | Field | Value | 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.148 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.148 | | description | None | 2024-08-03 08:39:14.148 | | disk | 1 | 2024-08-03 08:39:14.148 | | id | 1 | 2024-08-03 08:39:14.148 | | name | m1.tiny | 2024-08-03 08:39:14.148 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.148 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.148 | | ram | 512 | 2024-08-03 08:39:14.148 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.148 | | swap | | 2024-08-03 08:39:14.148 | | vcpus | 1 | 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | | Field | Value | 2024-08-03 08:39:14.148 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.148 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.148 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.148 | | description | None | 2024-08-03 08:39:14.148 | | disk | 20 | 2024-08-03 08:39:14.149 | | id | 2 | 2024-08-03 08:39:14.149 | | name | m1.small | 2024-08-03 08:39:14.149 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.149 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.149 | | ram | 2048 | 2024-08-03 08:39:14.149 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.149 | | swap | | 2024-08-03 08:39:14.149 | | vcpus | 1 | 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | | Field | Value | 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.149 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.149 | | description | None | 2024-08-03 08:39:14.149 | | disk | 40 | 2024-08-03 08:39:14.149 | | id | 3 | 2024-08-03 08:39:14.149 | | name | m1.medium | 2024-08-03 08:39:14.149 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.149 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.149 | | ram | 4096 | 2024-08-03 08:39:14.149 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.149 | | swap | | 2024-08-03 08:39:14.149 | | vcpus | 2 | 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | | Field | Value | 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.149 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.149 | | description | None | 2024-08-03 08:39:14.149 | | disk | 80 | 2024-08-03 08:39:14.149 | | id | 4 | 2024-08-03 08:39:14.149 | | name | m1.large | 2024-08-03 08:39:14.149 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.149 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.149 | | ram | 8192 | 2024-08-03 08:39:14.149 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.149 | | swap | | 2024-08-03 08:39:14.149 | | vcpus | 4 | 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | | Field | Value | 2024-08-03 08:39:14.149 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.149 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:14.149 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:14.150 | | description | None | 2024-08-03 08:39:14.150 | | disk | 160 | 2024-08-03 08:39:14.150 | | id | 5 | 2024-08-03 08:39:14.150 | | name | m1.xlarge | 2024-08-03 08:39:14.150 | | os-flavor-access:is_public | True | 2024-08-03 08:39:14.150 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:14.150 | | ram | 16384 | 2024-08-03 08:39:14.150 | | rxtx_factor | 1.0 | 2024-08-03 08:39:14.150 | | swap | | 2024-08-03 08:39:14.150 | | vcpus | 8 | 2024-08-03 08:39:14.150 | +----------------------------+-----------------------+ 2024-08-03 08:39:14.179 | [3508 Async create_flavors:52466]: finished create_flavors with result 0 in 15 seconds 2024-08-03 08:39:14.182 | + inc/async:async_wait:197 : return 0 2024-08-03 08:39:14.184 | + stack.sh:main:1386 : is_service_enabled horizon 2024-08-03 08:39:14.197 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:14.199 | + stack.sh:main:1400 : is_service_enabled nova 2024-08-03 08:39:14.212 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:14.214 | + stack.sh:main:1400 : is_service_enabled keystone 2024-08-03 08:39:14.228 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:14.230 | + stack.sh:main:1401 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-08-03 08:39:14.231 | + stack.sh:main:1403 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-03 08:39:14.233 | + stack.sh:main:1407 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-03 08:39:14.236 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-08-03 08:39:14.237 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-03 08:39:14.240 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-08-03 08:39:14.241 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-08-03 08:39:14.242 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-08-03 08:39:14.243 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-08-03 08:39:14.244 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-08-03 08:39:14.245 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-08-03 08:39:14.246 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-08-03 08:39:14.247 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-08-03 08:39:14.249 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-08-03 08:39:14.250 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-08-03 08:39:14.251 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-08-03 08:39:14.252 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-03 08:39:14.253 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-08-03 08:39:14.254 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-03 08:39:14.254 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-08-03 08:39:14.255 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-03 08:39:14.257 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-08-03 08:39:14.258 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-03 08:39:14.259 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-08-03 08:39:14.260 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-03 08:39:14.261 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-08-03 08:39:14.262 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-08-03 08:39:14.263 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-03 08:39:14.264 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-08-03 08:39:14.265 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-03 08:39:14.266 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-08-03 08:39:14.267 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-08-03 08:39:14.268 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-08-03 08:39:14.269 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-03 08:39:14.270 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-08-03 08:39:14.271 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-03 08:39:14.272 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-08-03 08:39:14.273 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-08-03 08:39:14.274 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-08-03 08:39:14.275 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-08-03 08:39:14.276 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-08-03 08:39:14.277 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-08-03 08:39:14.278 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-08-03 08:39:14.279 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-08-03 08:39:14.280 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-08-03 08:39:14.281 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-08-03 08:39:14.282 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-08-03 08:39:14.283 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-08-03 08:39:14.284 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-03 08:39:14.285 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-03 08:39:14.286 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-08-03 08:39:14.287 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-08-03 08:39:14.288 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-08-03 08:39:14.290 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-08-03 08:39:14.291 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-08-03 08:39:14.292 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-08-03 08:39:14.293 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-08-03 08:39:14.294 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-08-03 08:39:14.295 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-08-03 08:39:14.295 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-08-03 08:39:14.296 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-08-03 08:39:14.296 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-08-03 08:39:14.297 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-08-03 08:39:15.237 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-08-03 08:39:15.238 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2024-08-03 08:39:15.351 | + stack.sh:main:1412 : save_stackenv 2024-08-03 08:39:15.353 | + functions-common:save_stackenv:60 : local tag= 2024-08-03 08:39:15.356 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-03 08:39:15.359 | + functions-common:save_stackenv:62 : time_stamp=2024-08-03-083915 2024-08-03 08:39:15.361 | + functions-common:save_stackenv:63 : echo '# 2024-08-03-083915 ' 2024-08-03 08:39:15.363 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.365 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-03 08:39:15.367 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.369 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-03 08:39:15.371 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.373 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-03 08:39:15.374 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.376 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-08-03 08:39:15.378 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.380 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-03 08:39:15.382 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.385 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-03 08:39:15.386 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.388 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-03-083208 2024-08-03 08:39:15.390 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.392 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-03 08:39:15.394 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.396 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-03 08:39:15.398 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.400 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-03 08:39:15.402 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.403 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-03 08:39:15.405 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.407 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-03 08:39:15.409 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.411 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-03 08:39:15.413 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.415 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-03 08:39:15.417 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-03 08:39:15.418 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-03 08:39:15.420 | + stack.sh:main:1423 : merge_config_group /opt/stack/devstack/local.conf extra 2024-08-03 08:39:15.422 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-03 08:39:15.424 | + inc/meta-config:merge_config_group:171 : shift 2024-08-03 08:39:15.426 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-08-03 08:39:15.428 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:39:15.430 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-03 08:39:15.432 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-03 08:39:15.434 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-08-03 08:39:15.436 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:39:15.438 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-08-03 08:39:15.440 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:39:15.442 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-08-03 08:39:15.442 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:39:15.442 | gsub("[][]", "", $1); 2024-08-03 08:39:15.442 | split($1, a, "|"); 2024-08-03 08:39:15.442 | if (a[1] == matchgroup) 2024-08-03 08:39:15.442 | print a[2] 2024-08-03 08:39:15.442 | } 2024-08-03 08:39:15.442 | ' /opt/stack/devstack/local.conf 2024-08-03 08:39:15.447 | + stack.sh:main:1430 : run_phase stack extra 2024-08-03 08:39:15.449 | + functions-common:run_phase:1863 : local mode=stack 2024-08-03 08:39:15.451 | + functions-common:run_phase:1864 : local phase=extra 2024-08-03 08:39:15.453 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-03 08:39:15.455 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-03 08:39:15.457 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-03 08:39:15.459 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-03 08:39:15.461 | + functions-common:run_phase:1873 : local extra 2024-08-03 08:39:15.463 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-03 08:39:15.466 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-03 08:39:15.468 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-03 08:39:15.470 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-03 08:39:15.472 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-08-03 08:39:15.474 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-03 08:39:15.487 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:15.489 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:39:15.491 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:15.492 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-03 08:39:15.495 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:15.497 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:39:15.499 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:15.500 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-08-03 08:39:15.502 | ++ extras.d/80-tempest.sh:source:15 : : 2024-08-03 08:39:15.504 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-03 08:39:15.506 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-03 08:39:15.508 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:39:15.510 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-03 08:39:15.512 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-08-03 08:39:15.514 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-03 08:39:15.516 | + functions-common:run_plugins:1850 : local phase=extra 2024-08-03 08:39:15.518 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-03 08:39:15.520 | + functions-common:run_plugins:1853 : local plugin 2024-08-03 08:39:15.522 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-03 08:39:15.524 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:39:15.526 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-03 08:39:15.528 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-08-03 08:39:15.531 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:39:15.533 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:15.535 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-03 08:39:15.537 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:15.539 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:39:15.541 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:15.543 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-08-03 08:39:15.545 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-08-03 08:39:15.546 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:39:15.549 | ++ stack.sh:echo_summary:472 : echo -e Initializing Networking-NSX-T 2024-08-03 08:39:15.551 | + stack.sh:main:1438 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-08-03 08:39:15.553 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-03 08:39:15.554 | + inc/meta-config:merge_config_group:171 : shift 2024-08-03 08:39:15.556 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-08-03 08:39:15.558 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:39:15.560 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-03 08:39:15.562 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-03 08:39:15.565 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-08-03 08:39:15.567 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:39:15.569 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-08-03 08:39:15.571 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:39:15.574 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-08-03 08:39:15.574 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:39:15.574 | gsub("[][]", "", $1); 2024-08-03 08:39:15.574 | split($1, a, "|"); 2024-08-03 08:39:15.574 | if (a[1] == matchgroup) 2024-08-03 08:39:15.574 | print a[2] 2024-08-03 08:39:15.574 | } 2024-08-03 08:39:15.574 | ' /opt/stack/devstack/local.conf 2024-08-03 08:39:15.578 | + stack.sh:main:1447 : is_service_enabled n-cpu 2024-08-03 08:39:15.592 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:15.594 | + stack.sh:main:1452 : service_check 2024-08-03 08:39:15.596 | + functions-common:service_check:1728 : local service 2024-08-03 08:39:15.598 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.600 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-08-03 08:39:15.609 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-08-03 08:39:15.612 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.614 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-08-03 08:39:15.624 | enabled 2024-08-03 08:39:15.627 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-08-03 08:39:15.650 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-08-03 08:39:15.650 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.650 | Active: active (running) since Sat 2024-08-03 08:38:17 UTC; 58s ago 2024-08-03 08:39:15.650 | Main PID: 45812 (uwsgi) 2024-08-03 08:39:15.651 | Status: "uWSGI is ready" 2024-08-03 08:39:15.651 | Tasks: 3 (limit: 19114) 2024-08-03 08:39:15.651 | Memory: 238.5M 2024-08-03 08:39:15.651 | CPU: 6.104s 2024-08-03 08:39:15.651 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-08-03 08:39:15.651 | ├─45812 "nova-apiuWSGI master" 2024-08-03 08:39:15.651 | ├─45813 "nova-apiuWSGI worker 1" 2024-08-03 08:39:15.651 | └─45814 "nova-apiuWSGI worker 2" 2024-08-03 08:39:15.651 | 2024-08-03 08:39:15.651 | Aug 03 08:39:12 devstack devstack@n-api.service[45813]: [pid: 45813|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Sat Aug 3 08:39:12 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45814]: DEBUG nova.api.openstack.wsgi [None req-61e9ec9b-23c5-4737-845f-8d5c5223fb05 admin admin] Calling method '>' {{(pid=45814) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45814]: INFO nova.api.openstack.requestlog [None req-61e9ec9b-23c5-4737-845f-8d5c5223fb05 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000970 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45814]: [pid: 45814|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Sat Aug 3 08:39:13 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45813]: DEBUG nova.api.openstack.wsgi [None req-2af4585a-341c-4362-8a42-0d0063b00595 admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "ram": 16384, "vcpus": 8, "swap": 0, "id": "5", "disk": 160, "rxtx_factor": 1.0, "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=45813) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45813]: INFO nova.api.openstack.requestlog [None req-2af4585a-341c-4362-8a42-0d0063b00595 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.034630 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45813]: [pid: 45813|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Sat Aug 3 08:39:13 2024] POST /compute/v2.1/flavors => generated 408 bytes in 35 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45814]: DEBUG nova.api.openstack.wsgi [None req-baf6242d-d935-4585-b075-e74ba5bb76d2 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=45814) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45814]: INFO nova.api.openstack.requestlog [None req-baf6242d-d935-4585-b075-e74ba5bb76d2 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015222 2024-08-03 08:39:15.651 | Aug 03 08:39:13 devstack devstack@n-api.service[45814]: [pid: 45814|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Sat Aug 3 08:39:13 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-03 08:39:15.653 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.656 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-08-03 08:39:15.665 | enabled 2024-08-03 08:39:15.668 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-08-03 08:39:15.680 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-08-03 08:39:15.680 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.680 | Active: active (running) since Sat 2024-08-03 08:38:55 UTC; 19s ago 2024-08-03 08:39:15.680 | Main PID: 51646 (nova-conductor) 2024-08-03 08:39:15.680 | Tasks: 3 (limit: 19114) 2024-08-03 08:39:15.680 | Memory: 147.2M 2024-08-03 08:39:15.680 | CPU: 2.046s 2024-08-03 08:39:15.680 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-08-03 08:39:15.680 | ├─51646 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-03 08:39:15.680 | ├─52412 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-03 08:39:15.680 | └─52413 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-03 08:39:15.680 | 2024-08-03 08:39:15.680 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_limit.split_loggers = False {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.680 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_limit.status_code_retries = None {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.680 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_limit.status_code_retry_delay = None {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.681 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_limit.timeout = None {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.681 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_limit.valid_interfaces = None {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.681 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_limit.version = None {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.681 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_reports.file_event_handler = None {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.681 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.681 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] oslo_reports.log_dir = None {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.681 | Aug 03 08:38:57 devstack nova-conductor[51646]: DEBUG oslo_service.service [None req-2d909609-938a-4a09-bac3-0fd66dc27353 None None] ******************************************************************************** {{(pid=51646) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-03 08:39:15.683 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.685 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-08-03 08:39:15.695 | enabled 2024-08-03 08:39:15.697 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-08-03 08:39:15.709 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-08-03 08:39:15.709 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.709 | Active: active (running) since Sat 2024-08-03 08:38:53 UTC; 22s ago 2024-08-03 08:39:15.709 | Main PID: 50421 (nova-scheduler) 2024-08-03 08:39:15.709 | Tasks: 3 (limit: 19114) 2024-08-03 08:39:15.709 | Memory: 146.7M 2024-08-03 08:39:15.709 | CPU: 2.074s 2024-08-03 08:39:15.709 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-08-03 08:39:15.709 | ├─50421 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-03 08:39:15.709 | ├─51221 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-03 08:39:15.709 | └─51227 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-03 08:39:15.709 | 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_limit.split_loggers = False {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_limit.status_code_retries = None {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_limit.status_code_retry_delay = None {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_limit.timeout = None {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_limit.valid_interfaces = None {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_limit.version = None {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_reports.file_event_handler = None {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] oslo_reports.log_dir = None {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.709 | Aug 03 08:38:54 devstack nova-scheduler[50421]: DEBUG oslo_service.service [None req-1ed2559c-88c4-44cd-ab7e-60d19d27bfe8 None None] ******************************************************************************** {{(pid=50421) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-03 08:39:15.711 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.713 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-08-03 08:39:15.723 | enabled 2024-08-03 08:39:15.726 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-08-03 08:39:15.737 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-08-03 08:39:15.737 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.737 | Active: active (running) since Sat 2024-08-03 08:38:54 UTC; 21s ago 2024-08-03 08:39:15.737 | Main PID: 50965 (uwsgi) 2024-08-03 08:39:15.737 | Status: "uWSGI is ready" 2024-08-03 08:39:15.737 | Tasks: 4 (limit: 19114) 2024-08-03 08:39:15.737 | Memory: 201.7M 2024-08-03 08:39:15.737 | CPU: 4.052s 2024-08-03 08:39:15.737 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-08-03 08:39:15.737 | ├─50965 "nova-api-metauWSGI master" 2024-08-03 08:39:15.737 | ├─50966 "nova-api-metauWSGI worker 1" 2024-08-03 08:39:15.737 | ├─50967 "nova-api-metauWSGI worker 2" 2024-08-03 08:39:15.737 | └─50968 "nova-api-metauWSGI http 1" 2024-08-03 08:39:15.737 | 2024-08-03 08:39:15.737 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50967]: DEBUG oslo_db.sqlalchemy.engines [None req-8d3e4065-fbb0-40c7-891e-c3de5d846804 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=50967) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:39:15.737 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50966]: DEBUG oslo_concurrency.lockutils [None req-c15dd797-f448-4a57-a0e1-0b25028f64cf None None] Lock "9dc6a84e-5268-4027-b4c3-d29c97d6d187" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=50966) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-03 08:39:15.737 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50966]: DEBUG oslo_db.sqlalchemy.engines [None req-c15dd797-f448-4a57-a0e1-0b25028f64cf 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=50966) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:39:15.737 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50966]: DEBUG oslo_db.sqlalchemy.engines [None req-c15dd797-f448-4a57-a0e1-0b25028f64cf 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=50966) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:39:15.737 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50966]: DEBUG oslo_db.sqlalchemy.engines [None req-c15dd797-f448-4a57-a0e1-0b25028f64cf 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=50966) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:39:15.737 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50967]: DEBUG oslo_db.sqlalchemy.engines [None req-8d3e4065-fbb0-40c7-891e-c3de5d846804 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=50967) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:39:15.738 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50966]: WARNING nova.api.metadata.handler [None req-c15dd797-f448-4a57-a0e1-0b25028f64cf None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-03 08:39:15.738 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50967]: WARNING nova.api.metadata.handler [None req-8d3e4065-fbb0-40c7-891e-c3de5d846804 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-03 08:39:15.738 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50966]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x58d482f6ef10 pid: 50966 (default app) 2024-08-03 08:39:15.738 | Aug 03 08:38:56 devstack devstack@n-api-meta.service[50967]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x58d482f6ef10 pid: 50967 (default app) 2024-08-03 08:39:15.740 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.742 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-08-03 08:39:15.752 | enabled 2024-08-03 08:39:15.755 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-08-03 08:39:15.766 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-08-03 08:39:15.766 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.766 | Active: active (running) since Sat 2024-08-03 08:38:25 UTC; 50s ago 2024-08-03 08:39:15.766 | Main PID: 47143 (uwsgi) 2024-08-03 08:39:15.767 | Status: "uWSGI is ready" 2024-08-03 08:39:15.767 | Tasks: 3 (limit: 19114) 2024-08-03 08:39:15.767 | Memory: 146.8M 2024-08-03 08:39:15.767 | CPU: 2.542s 2024-08-03 08:39:15.767 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-08-03 08:39:15.767 | ├─47143 "placementuWSGI master" 2024-08-03 08:39:15.767 | ├─47144 "placementuWSGI worker 1" 2024-08-03 08:39:15.767 | └─47145 "placementuWSGI worker 2" 2024-08-03 08:39:15.767 | 2024-08-03 08:39:15.767 | Aug 03 08:38:26 devstack devstack@placement-api.service[47144]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47144) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-08-03 08:39:15.767 | Aug 03 08:38:26 devstack devstack@placement-api.service[47144]: WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x58ff36558990 pid: 47144 (default app) 2024-08-03 08:39:15.767 | Aug 03 08:38:26 devstack devstack@placement-api.service[47145]: INFO placement.requestlog [None req-1307ee2e-b3f2-4f8b-9216-26c3e43f6888 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-03 08:39:15.767 | Aug 03 08:38:26 devstack devstack@placement-api.service[47145]: [pid: 47145|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Sat Aug 3 08:38:26 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-03 08:39:15.767 | Aug 03 08:38:54 devstack devstack@placement-api.service[47144]: DEBUG placement.requestlog [None req-bb28152c-57d0-495a-b355-d8c1d7715362 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47144) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-03 08:39:15.767 | Aug 03 08:38:54 devstack devstack@placement-api.service[47144]: INFO placement.requestlog [None req-bb28152c-57d0-495a-b355-d8c1d7715362 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-03 08:39:15.767 | Aug 03 08:38:54 devstack devstack@placement-api.service[47144]: [pid: 47144|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Sat Aug 3 08:38:54 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-03 08:39:15.767 | Aug 03 08:38:57 devstack devstack@placement-api.service[47145]: DEBUG placement.requestlog [None req-4eb3c2c9-97c8-4c63-8ae9-7e25ca32a4d7 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47145) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-03 08:39:15.767 | Aug 03 08:38:57 devstack devstack@placement-api.service[47145]: INFO placement.requestlog [None req-4eb3c2c9-97c8-4c63-8ae9-7e25ca32a4d7 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-03 08:39:15.767 | Aug 03 08:38:57 devstack devstack@placement-api.service[47145]: [pid: 47145|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Sat Aug 3 08:38:57 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-03 08:39:15.769 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.771 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-08-03 08:39:15.780 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-08-03 08:39:15.784 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.786 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-08-03 08:39:15.796 | enabled 2024-08-03 08:39:15.799 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-08-03 08:39:15.810 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-08-03 08:39:15.810 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.811 | Active: active (running) since Sat 2024-08-03 08:39:07 UTC; 7s ago 2024-08-03 08:39:15.811 | Main PID: 54718 (uwsgi) 2024-08-03 08:39:15.811 | Status: "uWSGI is ready" 2024-08-03 08:39:15.811 | Tasks: 7 (limit: 19114) 2024-08-03 08:39:15.811 | Memory: 237.3M 2024-08-03 08:39:15.811 | CPU: 4.511s 2024-08-03 08:39:15.811 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-08-03 08:39:15.811 | ├─54718 "glance-apiuWSGI master" 2024-08-03 08:39:15.811 | ├─54719 "glance-apiuWSGI worker 1" 2024-08-03 08:39:15.811 | └─54720 "glance-apiuWSGI worker 2" 2024-08-03 08:39:15.811 | 2024-08-03 08:39:15.811 | Aug 03 08:39:11 devstack devstack@g-api.service[54719]: DEBUG glance.api.middleware.version_negotiation [None req-409b805e-5d1b-45bd-9212-dbe162165075 None None] Using url versioning {{(pid=54719) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-08-03 08:39:15.811 | Aug 03 08:39:11 devstack devstack@g-api.service[54719]: DEBUG glance.api.middleware.version_negotiation [None req-409b805e-5d1b-45bd-9212-dbe162165075 None None] Matched version: v2 {{(pid=54719) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-08-03 08:39:15.811 | Aug 03 08:39:11 devstack devstack@g-api.service[54719]: DEBUG glance.api.middleware.version_negotiation [None req-409b805e-5d1b-45bd-9212-dbe162165075 None None] new path /v2/images/1fa4c55f-a049-42e2-8400-f02b1a69761d/file {{(pid=54719) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-08-03 08:39:15.811 | Aug 03 08:39:12 devstack devstack@g-api.service[54719]: DEBUG oslo_db.sqlalchemy.engines [None req-3039c697-98cc-48bb-9c5d-128b82fe96b1 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=54719) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:39:15.811 | Aug 03 08:39:12 devstack devstack@g-api.service[54719]: INFO glance.api.v2.image_data [None req-3039c697-98cc-48bb-9c5d-128b82fe96b1 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-08-03 08:39:15.811 | Aug 03 08:39:12 devstack devstack@g-api.service[54719]: DEBUG glance.location [None req-3039c697-98cc-48bb-9c5d-128b82fe96b1 admin admin] Enabling in-flight format inspection for vmdk {{(pid=54719) set_data /opt/stack/glance/glance/location.py:592}} 2024-08-03 08:39:15.811 | Aug 03 08:39:12 devstack devstack@g-api.service[54719]: DEBUG glance_store._drivers.filesystem [None req-3039c697-98cc-48bb-9c5d-128b82fe96b1 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/1fa4c55f-a049-42e2-8400-f02b1a69761d with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54719) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-08-03 08:39:15.811 | Aug 03 08:39:12 devstack devstack@g-api.service[54719]: INFO glance.location [None req-3039c697-98cc-48bb-9c5d-128b82fe96b1 admin admin] Image format matched and virtual size computed: 117440512 2024-08-03 08:39:15.811 | Aug 03 08:39:12 devstack devstack@g-api.service[54719]: DEBUG glance_store.backend [None req-3039c697-98cc-48bb-9c5d-128b82fe96b1 admin admin] Skipping store.set_acls... not implemented. {{(pid=54719) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-08-03 08:39:15.811 | Aug 03 08:39:12 devstack devstack@g-api.service[54719]: [pid: 54719|app: 0|req: 2/4] 127.0.0.1 () {40 vars in 860 bytes} [Sat Aug 3 08:39:11 2024] PUT /v2/images/1fa4c55f-a049-42e2-8400-f02b1a69761d/file => generated 0 bytes in 793 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-08-03 08:39:15.814 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.816 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-08-03 08:39:15.828 | enabled 2024-08-03 08:39:15.831 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-08-03 08:39:15.842 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-08-03 08:39:15.842 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.842 | Active: active (running) since Sat 2024-08-03 08:39:03 UTC; 12s ago 2024-08-03 08:39:15.842 | Main PID: 53561 (cinder-schedule) 2024-08-03 08:39:15.842 | Tasks: 1 (limit: 19114) 2024-08-03 08:39:15.842 | Memory: 102.0M 2024-08-03 08:39:15.842 | CPU: 1.747s 2024-08-03 08:39:15.842 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-08-03 08:39:15.842 | └─53561 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-08-03 08:39:15.842 | 2024-08-03 08:39:15.842 | Aug 03 08:39:04 devstack cinder-scheduler[53561]: DEBUG oslo_service.service [None req-7851e9ee-45a0-46c9-95d2-80a483f5357b None None] nova.token_auth_url = None {{(pid=53561) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:15.842 | Aug 03 08:39:04 devstack cinder-scheduler[53561]: DEBUG oslo_service.service [None req-7851e9ee-45a0-46c9-95d2-80a483f5357b None None] ******************************************************************************** {{(pid=53561) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-03 08:39:15.842 | Aug 03 08:39:04 devstack cinder-scheduler[53561]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-08-03 08:39:15.843 | Aug 03 08:39:04 devstack cinder-scheduler[53561]: INFO cinder.manager [None req-360c7aa8-335d-4f8f-8f81-39cb16552ccd None None] Initiating service 1 cleanup 2024-08-03 08:39:15.843 | Aug 03 08:39:04 devstack cinder-scheduler[53561]: INFO cinder.manager [None req-360c7aa8-335d-4f8f-8f81-39cb16552ccd None None] Service 1 cleanup completed. 2024-08-03 08:39:15.843 | Aug 03 08:39:04 devstack cinder-scheduler[53561]: DEBUG cinder.service [None req-360c7aa8-335d-4f8f-8f81-39cb16552ccd None None] Creating RPC server for service cinder-scheduler {{(pid=53561) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-03 08:39:15.843 | Aug 03 08:39:04 devstack cinder-scheduler[53561]: DEBUG cinder.service [None req-360c7aa8-335d-4f8f-8f81-39cb16552ccd None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53561) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-03 08:39:15.843 | Aug 03 08:39:08 devstack cinder-scheduler[53561]: DEBUG cinder.scheduler.host_manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 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=53561) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-08-03 08:39:15.843 | Aug 03 08:39:08 devstack cinder-scheduler[53561]: DEBUG cinder.scheduler.host_manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2024, 8, 3, 8, 39, 8, 614948)} {{(pid=53561) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-08-03 08:39:15.843 | Aug 03 08:39:08 devstack cinder-scheduler[53561]: DEBUG cinder.utils [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53561) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-08-03 08:39:15.845 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.847 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-08-03 08:39:15.857 | enabled 2024-08-03 08:39:15.860 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-08-03 08:39:15.874 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-08-03 08:39:15.874 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.874 | Active: active (running) since Sat 2024-08-03 08:38:59 UTC; 16s ago 2024-08-03 08:39:15.874 | Main PID: 53055 (uwsgi) 2024-08-03 08:39:15.874 | Status: "uWSGI is ready" 2024-08-03 08:39:15.874 | Tasks: 5 (limit: 19114) 2024-08-03 08:39:15.874 | Memory: 229.3M 2024-08-03 08:39:15.874 | CPU: 4.807s 2024-08-03 08:39:15.874 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-08-03 08:39:15.874 | ├─53055 "cinder-apiuWSGI master" 2024-08-03 08:39:15.874 | ├─53056 "cinder-apiuWSGI worker 1" 2024-08-03 08:39:15.874 | └─53057 "cinder-apiuWSGI worker 2" 2024-08-03 08:39:15.874 | 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53057]: INFO cinder.api.openstack.wsgi [None req-108bb2fc-6034-411c-a15d-750beee2bc48 admin admin] http://10.180.1.21/volume/v3/8c6ed20a29b240ce9e769903ba4ae19a/types returned with HTTP 200 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53057]: [pid: 53057|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Sat Aug 3 08:39:05 2024] POST /volume/v3/8c6ed20a29b240ce9e769903ba4ae19a/types => generated 182 bytes in 387 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: DEBUG cinder.api.middleware.request_id [req-108bb2fc-6034-411c-a15d-750beee2bc48 req-7e4956c2-62f3-4f23-93b3-4904c6a93b21 None None] RequestId filter calling following filter/app {{(pid=53056) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: INFO cinder.api.openstack.wsgi [req-108bb2fc-6034-411c-a15d-750beee2bc48 req-7e4956c2-62f3-4f23-93b3-4904c6a93b21 admin admin] POST http://10.180.1.21/volume/v3/8c6ed20a29b240ce9e769903ba4ae19a/types/a4fe8bf3-322f-4288-af42-cb6f99986c15/extra_specs 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: DEBUG cinder.api.openstack.wsgi [req-108bb2fc-6034-411c-a15d-750beee2bc48 req-7e4956c2-62f3-4f23-93b3-4904c6a93b21 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53056) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: warnings.warn('Policy enforcement is depending on the value of ' 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: DEBUG oslo_db.sqlalchemy.engines [req-108bb2fc-6034-411c-a15d-750beee2bc48 req-7e4956c2-62f3-4f23-93b3-4904c6a93b21 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=53056) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: INFO cinder.api.openstack.wsgi [req-108bb2fc-6034-411c-a15d-750beee2bc48 req-7e4956c2-62f3-4f23-93b3-4904c6a93b21 admin admin] http://10.180.1.21/volume/v3/8c6ed20a29b240ce9e769903ba4ae19a/types/a4fe8bf3-322f-4288-af42-cb6f99986c15/extra_specs returned with HTTP 200 2024-08-03 08:39:15.874 | Aug 03 08:39:06 devstack devstack@c-api.service[53056]: [pid: 53056|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Sat Aug 3 08:39:06 2024] POST /volume/v3/8c6ed20a29b240ce9e769903ba4ae19a/types/a4fe8bf3-322f-4288-af42-cb6f99986c15/extra_specs => generated 51 bytes in 340 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-08-03 08:39:15.877 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.879 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-08-03 08:39:15.889 | enabled 2024-08-03 08:39:15.892 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-08-03 08:39:15.905 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-08-03 08:39:15.905 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.905 | Active: active (running) since Sat 2024-08-03 08:39:04 UTC; 11s ago 2024-08-03 08:39:15.905 | Main PID: 54076 (cinder-volume) 2024-08-03 08:39:15.905 | Tasks: 3 (limit: 19114) 2024-08-03 08:39:15.905 | Memory: 251.1M 2024-08-03 08:39:15.905 | CPU: 4.204s 2024-08-03 08:39:15.905 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-08-03 08:39:15.905 | ├─54076 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-03 08:39:15.905 | └─54174 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-03 08:39:15.905 | 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: DEBUG cinder.image.image_utils [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54174) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: INFO cinder.keymgr.migration [None req-437fde2a-8a4e-4bd1-a9bc-cf9c28ea01be None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: DEBUG cinder.manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Notifying Schedulers of capabilities ... {{(pid=54174) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: INFO cinder.volume.manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Driver initialization completed successfully. 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: INFO cinder.manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Initiating service 2 cleanup 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: INFO cinder.manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Service 2 cleanup completed. 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: DEBUG cinder.service [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Creating RPC server for service cinder-volume {{(pid=54174) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: DEBUG cinder.service [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54174) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: INFO cinder.volume.manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-08-03 08:39:15.905 | Aug 03 08:39:08 devstack cinder-volume[54174]: INFO cinder.volume.manager [None req-0cf0963f-4a3f-45ba-ba61-f205b1fba585 None None] Driver post RPC initialization completed successfully. 2024-08-03 08:39:15.908 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.910 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-08-03 08:39:15.918 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-08-03 08:39:15.921 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.923 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-08-03 08:39:15.932 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-08-03 08:39:15.935 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.937 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-08-03 08:39:15.947 | enabled 2024-08-03 08:39:15.950 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-08-03 08:39:15.962 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-08-03 08:39:15.962 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-08-03 08:39:15.962 | Active: active (running) since Sat 2024-08-03 08:38:21 UTC; 54s ago 2024-08-03 08:39:15.962 | Main PID: 46496 (/usr/bin/python) 2024-08-03 08:39:15.962 | Tasks: 5 (limit: 19114) 2024-08-03 08:39:15.962 | Memory: 397.8M 2024-08-03 08:39:15.962 | CPU: 10.062s 2024-08-03 08:39:15.963 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-08-03 08:39:15.963 | ├─46496 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-08-03 08:39:15.963 | ├─46598 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-03 08:39:15.963 | ├─46599 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-03 08:39:15.963 | ├─46600 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-03 08:39:15.963 | └─46601 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-03 08:39:15.963 | 2024-08-03 08:39:15.963 | Aug 03 08:38:52 devstack neutron-server[46600]: DEBUG neutron.api.rpc.handlers.l3_rpc [None req-732991cc-9270-4c61-999f-2fd2b0aadf17 None None] The sync data for ids ['2aec5afe-7e60-4828-b7b5-90154017700f'] in devstack is: [{'id': '2aec5afe-7e60-4828-b7b5-90154017700f', 'name': 'router1', 'tenant_id': '18a8cc33044f4d849e97c990615865ff', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': {'network_id': 'f539b37b-2f51-46c8-8e97-e377db13bd90', 'external_fixed_ips': [{'subnet_id': 'e9ef5fc6-61c3-4703-bd74-44035c93d415', 'ip_address': '10.180.180.169'}], 'enable_snat': True}, 'gw_port_id': 'fcb2e511-23f4-4ca0-bbe5-50705620fc86', 'description': '', 'availability_zones': ['nova'], 'distributed': False, 'ha': False, 'ha_vr_id': 0, 'availability_zone_hints': [], 'routes': [], 'flavor_id': None, 'tags': [], 'created_at': '2024-08-03T08:38:41Z', 'updated_at': '2024-08-03T08:38:50Z', 'revision_number': 3, 'project_id': '18a8cc33044f4d849e97c990615865ff', 'gw_port': {'id': 'fcb2e511-23f4-4ca0-bbe5-50705620fc86', 'name': '', 'network_id': 'f539b37b-2f51-46c8-8e97-e377db13bd90', 'tenant_id': '', 'mac_address': 'fa:16:3e:53:cc:cc', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '2aec5afe-7e60-4828-b7b5-90154017700f', 'device_owner': 'network:router_gateway', 'standard_attr_id': 21, 'fixed_ips': [{'subnet_id': 'e9ef5fc6-61c3-4703-bd74-44035c93d415', 'ip_address': '10.180.180.169', 'prefixlen': 24}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'devstack', 'binding:vif_type': 'ovs', 'binding:vif_details': {'connectivity': 'l2', 'port_filter': True, 'ovs_hybrid_plug': False, 'datapath_type': 'system', 'bridge_name': 'br-int', 'bound_drivers': {'0': 'openvswitch'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2024-08-03T08:38:49Z', 'updated_at': '2024-08-03T08:38:52Z', 'revision_number': 4, 'project_id': '', 'subnets': [{'id': 'e9ef5fc6-61c3-4703-bd74-44035c93d415', 'cidr': '10.180.180.0/24', 'gateway_ip': '10.180.180.1', 'dns_nameservers': [], 'ipv6_ra_mode': None, 'subnetpool_id': None}], 'extra_subnets': [], 'address_scopes': {4: None, 6: None}, 'mtu': 8950}, 'enable_snat': True, 'gw_port_host': 'devstack', '_interfaces': [{'id': '1ec54d26-6a1a-4dcf-af7c-0bab0f310fde', 'name': '', 'network_id': 'd972a1c5-060d-4e2b-9ed1-ed47ff6cf081', 'tenant_id': '18a8cc33044f4d849e97c990615865ff', 'mac_address': 'fa:16:3e:b2:cf:54', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '2aec5afe-7e60-4828-b7b5-90154017700f', 'device_owner': 'network:router_interface', 'standard_attr_id': 19, 'fixed_ips': [{'subnet_id': 'f1ac32fd-35fd-4326-a96c-bcaca4afb224', 'ip_address': '192.168.128.1', 'prefixlen': 26}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'devstack', 'binding:vif_type': 'ovs', 'binding:vif_details': {'connectivity': 'l2', 'port_filter': True, 'ovs_hybrid_plug': False, 'datapath_type': 'system', 'bridge_name': 'br-int', 'bound_drivers': {'0': 'openvswitch'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2024-08-03T08:38:45Z', 'updated_at': '2024-08-03T08:38:47Z', 'revision_number': 4, 'project_id': '18a8cc33044f4d849e97c990615865ff', 'subnets': [{'id': 'f1ac32fd-35fd-4326-a96c-bcaca4afb224', 'cidr': '192.168.128.0/26', 'gateway_ip': '192.168.128.1', 'dns_nameservers': [], 'ipv6_ra_mode': None, 'subnetpool_id': '9f3dd020-f6ec-4e72-aa2b-8ce72a6ee177'}], 'extra_subnets': [], 'address_scopes': {4: None, 6: None}, 'mtu': 8950}]}] {{(pid=46600) sync_routers /opt/stack/neutron/neutron/api/rpc/handlers/l3_rpc.py:137}} 2024-08-03 08:39:15.963 | Aug 03 08:38:53 devstack neutron-server[46600]: DEBUG neutron.plugins.ml2.rpc [None req-c77f0847-91f9-4f91-81d5-b26428818416 None None] Device fcb2e511-23f4-4ca0-bbe5-50705620fc86 up at agent ovs-agent-devstack {{(pid=46600) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-08-03 08:39:15.963 | Aug 03 08:38:53 devstack neutron-server[46600]: DEBUG neutron.db.provisioning_blocks [None req-c77f0847-91f9-4f91-81d5-b26428818416 None None] Provisioning complete for port fcb2e511-23f4-4ca0-bbe5-50705620fc86 triggered by entity L2. {{(pid=46600) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-08-03 08:39:15.963 | Aug 03 08:38:53 devstack neutron-server[46600]: DEBUG neutron_lib.callbacks.manager [None req-c77f0847-91f9-4f91-81d5-b26428818416 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-2084994'] for port (fcb2e511-23f4-4ca0-bbe5-50705620fc86), provisioning_complete {{(pid=46600) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-03 08:39:15.963 | Aug 03 08:38:53 devstack neutron-server[46600]: INFO neutron.plugins.ml2.plugin [None req-c77f0847-91f9-4f91-81d5-b26428818416 None None] Attempt 1 to provision port fcb2e511-23f4-4ca0-bbe5-50705620fc86 2024-08-03 08:39:15.963 | Aug 03 08:38:53 devstack neutron-server[46600]: DEBUG neutron.plugins.ml2.plugin [None req-c77f0847-91f9-4f91-81d5-b26428818416 None None] Current status of the port fcb2e511-23f4-4ca0-bbe5-50705620fc86 is: ACTIVE; New status is: ACTIVE {{(pid=46600) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-03 08:39:15.964 | Aug 03 08:39:01 devstack neutron-server[46600]: DEBUG neutron_lib.callbacks.manager [None req-d1cf9725-ef13-4c30-b171-d58b24c09310 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8038449452855', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2084972'] for agent (8e83a474-d6e7-488f-ac8b-981bfd1b718f), after_update {{(pid=46600) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-03 08:39:15.964 | Aug 03 08:39:02 devstack neutron-server[46600]: DEBUG neutron_lib.callbacks.manager [None req-c77f0847-91f9-4f91-81d5-b26428818416 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8038449452855', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2084972'] for agent (280db202-0aff-4299-a57e-2c812594983f), after_update {{(pid=46600) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-03 08:39:15.964 | Aug 03 08:39:02 devstack neutron-server[46600]: DEBUG neutron_lib.callbacks.manager [None req-0f8a1b70-30c7-4f30-8ba6-7d184038f5bd None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8038449452855', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2084972'] for agent (e6f087d8-eb9b-4f1f-a371-58cf20933b8b), after_update {{(pid=46600) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-03 08:39:15.964 | Aug 03 08:39:03 devstack neutron-server[46600]: DEBUG neutron_lib.callbacks.manager [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8038449452855', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2084972'] for agent (06cc07f0-a830-4d2b-b7bb-8ac665e57f89), after_update {{(pid=46600) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-03 08:39:15.965 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.968 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-08-03 08:39:15.976 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-08-03 08:39:15.979 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.981 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-08-03 08:39:15.990 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-08-03 08:39:15.993 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:15.995 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-08-03 08:39:16.004 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-08-03 08:39:16.008 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:16.010 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-08-03 08:39:16.019 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-08-03 08:39:16.022 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:16.024 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-08-03 08:39:16.035 | enabled 2024-08-03 08:39:16.038 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-08-03 08:39:16.050 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-08-03 08:39:16.050 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-08-03 08:39:16.050 | Active: active (running) since Sat 2024-08-03 08:38:28 UTC; 47s ago 2024-08-03 08:39:16.050 | Main PID: 47645 (neutron-openvsw) 2024-08-03 08:39:16.050 | Tasks: 4 (limit: 19114) 2024-08-03 08:39:16.050 | Memory: 159.2M 2024-08-03 08:39:16.050 | CPU: 3.666s 2024-08-03 08:39:16.050 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-08-03 08:39:16.050 | ├─47645 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-03 08:39:16.050 | ├─49080 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmp63fa2ldy/privsep.sock 2024-08-03 08:39:16.050 | └─49119 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-08-03 08:39:16.050 | 2024-08-03 08:39:16.051 | Aug 03 08:39:11 devstack neutron-openvswitch-agent[47645]: DEBUG neutron.agent.linux.utils [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49119. {{(pid=47645) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-03 08:39:16.051 | Aug 03 08:39:11 devstack neutron-openvswitch-agent[47645]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-03 08:39:16.051 | Aug 03 08:39:13 devstack neutron-openvswitch-agent[47645]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Agent rpc_loop - iteration:20 started 2024-08-03 08:39:16.051 | Aug 03 08:39:13 devstack neutron-openvswitch-agent[47645]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x9c9602e9,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=2078220104297579042,duration_nsec=211000000,duration_sec=42,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=47645) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-03 08:39:16.051 | Aug 03 08:39:13 devstack neutron-openvswitch-agent[47645]: DEBUG neutron.agent.linux.utils [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49119. {{(pid=47645) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-03 08:39:16.051 | Aug 03 08:39:13 devstack neutron-openvswitch-agent[47645]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-03 08:39:16.051 | Aug 03 08:39:15 devstack neutron-openvswitch-agent[47645]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Agent rpc_loop - iteration:21 started 2024-08-03 08:39:16.051 | Aug 03 08:39:15 devstack neutron-openvswitch-agent[47645]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x9c9602eb,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=2078220104297579042,duration_nsec=212000000,duration_sec=44,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=47645) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-03 08:39:16.051 | Aug 03 08:39:15 devstack neutron-openvswitch-agent[47645]: DEBUG neutron.agent.linux.utils [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49119. {{(pid=47645) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-03 08:39:16.051 | Aug 03 08:39:15 devstack neutron-openvswitch-agent[47645]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4b265ea4-9650-4951-ba48-2a43b829ed09 None None] Agent rpc_loop - iteration:21 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-03 08:39:16.053 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:16.055 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-08-03 08:39:16.065 | enabled 2024-08-03 08:39:16.068 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-08-03 08:39:16.080 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-08-03 08:39:16.080 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-08-03 08:39:16.080 | Active: active (running) since Sat 2024-08-03 08:38:29 UTC; 46s ago 2024-08-03 08:39:16.080 | Main PID: 48061 (neutron-dhcp-ag) 2024-08-03 08:39:16.080 | Tasks: 14 (limit: 19114) 2024-08-03 08:39:16.080 | Memory: 423.5M 2024-08-03 08:39:16.080 | CPU: 8.457s 2024-08-03 08:39:16.080 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-08-03 08:39:16.080 | ├─48061 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-08-03 08:39:16.080 | ├─49277 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpeo0ndnk6/privsep.sock 2024-08-03 08:39:16.080 | ├─49318 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpv4404xtl/privsep.sock 2024-08-03 08:39:16.080 | ├─49408 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp7mhb9hkh/privsep.sock 2024-08-03 08:39:16.080 | ├─49497 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-03 08:39:16.080 | ├─49498 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-03 08:39:16.080 | └─49510 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/d972a1c5-060d-4e2b-9ed1-ed47ff6cf081/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/d972a1c5-060d-4e2b-9ed1-ed47ff6cf081/host --addn-hosts=/opt/stack/data/neutron/dhcp/d972a1c5-060d-4e2b-9ed1-ed47ff6cf081/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/d972a1c5-060d-4e2b-9ed1-ed47ff6cf081/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/d972a1c5-060d-4e2b-9ed1-ed47ff6cf081/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-f1ac32fd-35fd-4326-a96c-bcaca4afb224,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2024-08-03 08:39:16.080 | 2024-08-03 08:39:16.080 | Aug 03 08:38:46 devstack neutron-dhcp-agent[48061]: INFO neutron.agent.dhcp.agent [None req-edfedd63-c52c-4c25-9d21-b488b44b13b5 None None] DHCP configuration for ports {'1ec54d26-6a1a-4dcf-af7c-0bab0f310fde'} is completed 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'f539b37b-2f51-46c8-8e97-e377db13bd90'}, 'priority': 0},) {} {{(pid=48061) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG oslo_concurrency.lockutils [None req-47337e00-dfac-4eaa-9c47-f3f55cc778f3 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48061) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG oslo_concurrency.lockutils [None req-47337e00-dfac-4eaa-9c47-f3f55cc778f3 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48061) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG oslo_concurrency.lockutils [None req-47337e00-dfac-4eaa-9c47-f3f55cc778f3 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48061) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG neutron.agent.dhcp.agent [None req-47337e00-dfac-4eaa-9c47-f3f55cc778f3 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'e9ef5fc6-61c3-4703-bd74-44035c93d415', 'name': 'public-subnet', 'tenant_id': '8c6ed20a29b240ce9e769903ba4ae19a', 'network_id': 'f539b37b-2f51-46c8-8e97-e377db13bd90', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-08-03T08:38:47Z', 'updated_at': '2024-08-03T08:38:47Z', 'revision_number': 0, 'project_id': '8c6ed20a29b240ce9e769903ba4ae19a', 'network': {'id': 'f539b37b-2f51-46c8-8e97-e377db13bd90', 'name': 'public', 'tenant_id': '8c6ed20a29b240ce9e769903ba4ae19a', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['e9ef5fc6-61c3-4703-bd74-44035c93d415'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-08-03T08:38:44Z', 'updated_at': '2024-08-03T08:38:47Z', 'revision_number': 2, 'project_id': '8c6ed20a29b240ce9e769903ba4ae19a', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48061) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG oslo_concurrency.lockutils [None req-b4d774fd-d786-41e7-82ab-b75e8ad1e136 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48061) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG oslo_concurrency.lockutils [None req-b4d774fd-d786-41e7-82ab-b75e8ad1e136 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48061) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-03 08:39:16.081 | Aug 03 08:38:48 devstack neutron-dhcp-agent[48061]: DEBUG oslo_concurrency.lockutils [None req-b4d774fd-d786-41e7-82ab-b75e8ad1e136 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48061) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-03 08:39:16.081 | Aug 03 08:38:50 devstack neutron-dhcp-agent[48061]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48061) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-03 08:39:16.084 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:16.086 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-08-03 08:39:16.095 | enabled 2024-08-03 08:39:16.098 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-08-03 08:39:16.110 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-08-03 08:39:16.110 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-08-03 08:39:16.110 | Active: active (running) since Sat 2024-08-03 08:38:30 UTC; 45s ago 2024-08-03 08:39:16.110 | Main PID: 48491 (neutron-l3-agen) 2024-08-03 08:39:16.110 | Tasks: 23 (limit: 19114) 2024-08-03 08:39:16.110 | Memory: 428.3M 2024-08-03 08:39:16.110 | CPU: 8.521s 2024-08-03 08:39:16.110 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-08-03 08:39:16.110 | ├─48491 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-08-03 08:39:16.110 | ├─49100 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpsxmwt5os/privsep.sock 2024-08-03 08:39:16.110 | ├─49719 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmplroijzbr/privsep.sock 2024-08-03 08:39:16.110 | ├─49732 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp5mal_6ej/privsep.sock 2024-08-03 08:39:16.110 | ├─49940 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-03 08:39:16.111 | ├─49941 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-03 08:39:16.111 | └─50026 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/2aec5afe-7e60-4828-b7b5-90154017700f.conf 2024-08-03 08:39:16.111 | 2024-08-03 08:39:16.111 | Aug 03 08:38:55 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[24130bd1-a66a-476a-95b6-57df536b9db1]: (4, ('ARPING 10.180.180.169 from 10.180.180.169 qg-fcb2e511-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:38:56 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[13e82d02-e520-49bb-98ef-eec3100d3418]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-1ec54d26-6a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:38:57 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[9cf92a73-53fc-4208-ad6c-f0d797bb562b]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-1ec54d26-6a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:38:58 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[d0acb153-1d93-4979-930a-9c2dc5fa691b]: (4, ('ARPING 10.180.180.169 from 10.180.180.169 qg-fcb2e511-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:38:59 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[073c8f0c-d8ec-443a-b297-04d26bb5104a]: (4, ('ARPING 10.180.180.169 from 10.180.180.169 qg-fcb2e511-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:39:00 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[20dae348-9023-45f9-a76b-8e33ad3308c3]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-1ec54d26-6a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:39:01 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[8fa8d8fe-b311-4b69-922f-d1f100eb589d]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-1ec54d26-6a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:39:02 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[ec814673-8e17-4df3-b1a8-ef4b4f0e4234]: (4, ('ARPING 10.180.180.169 from 10.180.180.169 qg-fcb2e511-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:39:03 devstack neutron-l3-agent[48491]: DEBUG oslo.privsep.daemon [-] privsep: reply[9f426075-6feb-4c7a-9989-8102acd54d81]: (4, ('ARPING 10.180.180.169 from 10.180.180.169 qg-fcb2e511-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49719) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-03 08:39:16.111 | Aug 03 08:39:12 devstack neutron-l3-agent[48491]: DEBUG oslo_service.periodic_task [None req-947452ab-4b68-442d-98ae-50c73cd24e9e None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=48491) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-08-03 08:39:16.113 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-03 08:39:16.115 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-08-03 08:39:16.124 | enabled 2024-08-03 08:39:16.127 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-08-03 08:39:16.138 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-08-03 08:39:16.139 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-08-03 08:39:16.139 | Active: active (running) since Sat 2024-08-03 08:38:31 UTC; 44s ago 2024-08-03 08:39:16.139 | Main PID: 48902 (neutron-metadat) 2024-08-03 08:39:16.139 | Tasks: 3 (limit: 19114) 2024-08-03 08:39:16.139 | Memory: 123.9M 2024-08-03 08:39:16.139 | CPU: 1.976s 2024-08-03 08:39:16.139 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-08-03 08:39:16.139 | ├─48902 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-03 08:39:16.139 | ├─49120 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-03 08:39:16.139 | └─49121 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-08-03 08:39:16.139 | 2024-08-03 08:39:16.139 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.139 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.139 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.139 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.139 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_rabbit.ssl_version = {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.139 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_notifications.driver = [] {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.140 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_notifications.retry = -1 {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.140 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.140 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] oslo_messaging_notifications.transport_url = **** {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-03 08:39:16.140 | Aug 03 08:38:33 devstack neutron-metadata-agent[48902]: DEBUG oslo_service.service [None req-6a8d4e14-b196-4ad5-a737-4b9fd4e0dc1d None None] ******************************************************************************** {{(pid=48902) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-03 08:39:16.141 | + stack.sh:main:1458 : is_service_enabled n-api 2024-08-03 08:39:16.155 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:16.157 | + stack.sh:main:1459 : is_service_enabled n-cpu 2024-08-03 08:39:16.171 | + functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:16.173 | + stack.sh:main:1466 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-08-03 08:39:16.175 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:39:16.177 | + stack.sh:echo_summary:472 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-08-03 08:39:16.179 | + stack.sh:main:1473 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-08-03 08:39:16.559 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-08-03 08:39:17.974 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.974 | | Upgrade Check Results | 2024-08-03 08:39:17.974 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.974 | | Check: Cells v2 | 2024-08-03 08:39:17.974 | | Result: Success | 2024-08-03 08:39:17.974 | | Details: No host mappings or compute nodes were found. Remember to | 2024-08-03 08:39:17.974 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-08-03 08:39:17.974 | | compute hosts are deployed. | 2024-08-03 08:39:17.974 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.974 | | Check: Placement API | 2024-08-03 08:39:17.974 | | Result: Success | 2024-08-03 08:39:17.974 | | Details: None | 2024-08-03 08:39:17.974 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.974 | | Check: Cinder API | 2024-08-03 08:39:17.974 | | Result: Success | 2024-08-03 08:39:17.974 | | Details: None | 2024-08-03 08:39:17.974 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.974 | | Check: Policy File JSON to YAML Migration | 2024-08-03 08:39:17.974 | | Result: Success | 2024-08-03 08:39:17.974 | | Details: None | 2024-08-03 08:39:17.974 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.974 | | Check: Older than N-1 computes | 2024-08-03 08:39:17.974 | | Result: Success | 2024-08-03 08:39:17.974 | | Details: None | 2024-08-03 08:39:17.974 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.974 | | Check: hw_machine_type unset | 2024-08-03 08:39:17.975 | | Result: Success | 2024-08-03 08:39:17.975 | | Details: None | 2024-08-03 08:39:17.975 | +--------------------------------------------------------------------+ 2024-08-03 08:39:17.975 | | Check: Service User Token Configuration | 2024-08-03 08:39:17.975 | | Result: Success | 2024-08-03 08:39:17.975 | | Details: None | 2024-08-03 08:39:17.975 | +--------------------------------------------------------------------+ 2024-08-03 08:39:18.299 | + stack.sh:main:1480 : [[ -x /opt/stack/devstack/local.sh ]] 2024-08-03 08:39:18.301 | + stack.sh:main:1491 : command openstack complete 2024-08-03 08:39:18.302 | + stack.sh:main:1492 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-08-03 08:39:19.509 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-08-03 08:39:19.714 | + stack.sh:main:1495 : is_service_enabled cinder 2024-08-03 08:39:19.729 | + functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:19.731 | + stack.sh:main:1496 : is_ubuntu 2024-08-03 08:39:19.733 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-03 08:39:19.735 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-03 08:39:19.737 | + stack.sh:main:1497 : echo_summary 'Configuring lvm.conf global device filter' 2024-08-03 08:39:19.738 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:39:19.740 | + stack.sh:echo_summary:472 : echo -e Configuring lvm.conf global device filter 2024-08-03 08:39:19.742 | + stack.sh:main:1498 : set_lvm_filter 2024-08-03 08:39:19.744 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-08-03 08:39:19.746 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-08-03 08:39:19.748 | + lib/lvm:set_lvm_filter:189 : local pv 2024-08-03 08:39:19.751 | + lib/lvm:set_lvm_filter:190 : local vg 2024-08-03 08:39:19.753 | + lib/lvm:set_lvm_filter:191 : local line 2024-08-03 08:39:19.755 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-08-03 08:39:19.832 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-08-03 08:39:19.834 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-08-03 08:39:19.836 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-08-03 08:39:19.848 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-08-03 08:39:19.860 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-08-03 08:39:19.862 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:39:19.864 | + stack.sh:echo_summary:472 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-08-03 08:39:19.866 | + stack.sh:main:1508 : run_phase stack test-config 2024-08-03 08:39:19.868 | + functions-common:run_phase:1863 : local mode=stack 2024-08-03 08:39:19.870 | + functions-common:run_phase:1864 : local phase=test-config 2024-08-03 08:39:19.872 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-03 08:39:19.874 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-03 08:39:19.876 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-03 08:39:19.878 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-03 08:39:19.880 | + functions-common:run_phase:1873 : local extra 2024-08-03 08:39:19.883 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-03 08:39:19.886 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-03 08:39:19.888 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-03 08:39:19.890 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-03 08:39:19.892 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-08-03 08:39:19.894 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-03 08:39:19.907 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:19.909 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:39:19.910 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:19.912 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-03 08:39:19.914 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:19.916 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:39:19.918 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:19.920 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-08-03 08:39:19.922 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:19.924 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-03 08:39:19.927 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:39:19.929 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:39:19.931 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-08-03 08:39:19.965 | [3508 Async install_tempest:26991]: Waiting for completion of install_tempest running on PID 26991 (1 other jobs running) 2024-08-03 08:39:19.982 | [3508 Async install_tempest:26991]: Signaling child to exit 2024-08-03 08:39:19.982 | WAKEUP 2024-08-03 08:39:19.997 | [3508 Async install_tempest:26991]: Signaled 2024-08-03 08:39:19.998 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-08-03 08:39:19.998 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-08-03 08:39:19.998 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-08-03 08:39:19.998 | ++ functions-common:git_clone:614 : local git_ref=master 2024-08-03 08:39:19.998 | ++ functions-common:git_clone:615 : local orig_dir 2024-08-03 08:39:19.998 | +++ functions-common:git_clone:616 : pwd 2024-08-03 08:39:19.998 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-03 08:39:19.998 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-08-03 08:39:19.999 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:619 : RECLONE=False 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:633 : echo master 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:720 : local count=0 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:724 : timeout=0 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:39:19.999 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:39:19.999 | ++ functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:19.999 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:19.999 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:19.999 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722674154110 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-03 08:39:19.999 | Cloning into '/opt/stack//tempest'... 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2442 : start_time=1722674154110 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2444 : [[ -z 1722674154110 ]] 2024-08-03 08:39:19.999 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2447 : end_time=1722674156070 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2448 : elapsed_time=1960 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2449 : total=91666 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:19.999 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93626 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-08-03 08:39:19.999 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:720 : local count=0 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:39:19.999 | ++ functions-common:git_timed:724 : timeout=0 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:20.000 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722674156099 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-08-03 08:39:20.000 | From https://opendev.org/openstack/tempest 2024-08-03 08:39:20.000 | * branch master -> FETCH_HEAD 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2442 : start_time=1722674156099 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2444 : [[ -z 1722674156099 ]] 2024-08-03 08:39:20.000 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2447 : end_time=1722674156971 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2448 : elapsed_time=872 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2449 : total=93626 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:20.000 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94498 2024-08-03 08:39:20.000 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:720 : local count=0 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:724 : timeout=0 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2422 : local start_time= 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-03 08:39:20.000 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-03 08:39:20.000 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722674156999 2024-08-03 08:39:20.000 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-03 08:39:20.000 | Note: switching to 'FETCH_HEAD'. 2024-08-03 08:39:20.000 | 2024-08-03 08:39:20.000 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-03 08:39:20.000 | changes and commit them, and you can discard any commits you make in this 2024-08-03 08:39:20.000 | state without impacting any branches by switching back to a branch. 2024-08-03 08:39:20.000 | 2024-08-03 08:39:20.001 | If you want to create a new branch to retain commits you create, you may 2024-08-03 08:39:20.001 | do so (now or later) by using -c with the switch command. Example: 2024-08-03 08:39:20.001 | 2024-08-03 08:39:20.001 | git switch -c 2024-08-03 08:39:20.001 | 2024-08-03 08:39:20.001 | Or undo this operation with: 2024-08-03 08:39:20.001 | 2024-08-03 08:39:20.001 | git switch - 2024-08-03 08:39:20.001 | 2024-08-03 08:39:20.001 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-03 08:39:20.001 | 2024-08-03 08:39:20.001 | HEAD is now at 0795166 Fix cleanup of keypairs for --prefix option 2024-08-03 08:39:20.001 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2442 : start_time=1722674156999 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2444 : [[ -z 1722674156999 ]] 2024-08-03 08:39:20.001 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2447 : end_time=1722674157097 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2448 : elapsed_time=98 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2449 : total=94498 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:20.001 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94596 2024-08-03 08:39:20.001 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-08-03 08:39:20.001 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-08-03 08:39:20.001 | ++ functions-common:git_clone:696 : git show --oneline 2024-08-03 08:39:20.001 | ++ functions-common:git_clone:696 : head -1 2024-08-03 08:39:20.001 | 0795166 Fix cleanup of keypairs for --prefix option 2024-08-03 08:39:20.001 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-03 08:39:20.001 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-08-03 08:39:20.001 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-08-03 08:39:20.001 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-08-03 08:39:20.001 | Collecting tox!=2.8.0,<4.0.0 2024-08-03 08:39:20.001 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-08-03 08:39:20.001 | Collecting tomli>=2.0.1 2024-08-03 08:39:20.001 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-03 08:39:20.001 | Collecting filelock>=3.0.0 2024-08-03 08:39:20.001 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-08-03 08:39:20.001 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2024-08-03 08:39:20.001 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-08-03 08:39:20.002 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-08-03 08:39:20.002 | Collecting pluggy>=0.12.0 2024-08-03 08:39:20.002 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-08-03 08:39:20.002 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-08-03 08:39:20.002 | Collecting py>=1.4.17 2024-08-03 08:39:20.002 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-08-03 08:39:20.002 | Collecting platformdirs<3,>=2.4 2024-08-03 08:39:20.002 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-08-03 08:39:20.002 | Collecting distlib<1,>=0.3.5 2024-08-03 08:39:20.002 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-08-03 08:39:20.002 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-08-03 08:39:20.002 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-08-03 08:39:20.002 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:39:20.002 | ++ inc/python:pip_install:196 : result=0 2024-08-03 08:39:20.002 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2442 : start_time=1722674157141 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2444 : [[ -z 1722674157141 ]] 2024-08-03 08:39:20.002 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2447 : end_time=1722674160427 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2448 : elapsed_time=3286 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2449 : total=86306 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:20.002 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89592 2024-08-03 08:39:20.002 | ++ inc/python:pip_install:199 : return 0 2024-08-03 08:39:20.002 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-08-03 08:39:20.002 | ~/tempest ~/devstack 2024-08-03 08:39:20.002 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-08-03 08:39:20.002 | Switched to branch 'master' 2024-08-03 08:39:20.002 | Your branch is up to date with 'origin/master'. 2024-08-03 08:39:20.002 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-08-03 08:39:20.002 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-03 08:39:20.002 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.XLeJlxmdHX 2024-08-03 08:39:20.002 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.XLeJlxmdHX 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.XLeJlxmdHX 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:20.002 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:20.003 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-08-03 08:39:20.003 | full create: /opt/stack/tempest/.tox/tempest 2024-08-03 08:39:20.003 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-03 08:39:20.003 | full develop-inst: /opt/stack/tempest 2024-08-03 08:39:20.003 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.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.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-03 08:39:20.003 | ___________________________________ summary ____________________________________ 2024-08-03 08:39:20.003 | full: skipped tests 2024-08-03 08:39:20.003 | congratulations :) 2024-08-03 08:39:20.003 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.XLeJlxmdHX -r requirements.txt 2024-08-03 08:39:20.003 | 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-08-03 08:39:20.003 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-08-03 08:39:20.003 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-03 08:39:20.003 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-03 08:39:20.003 | 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-08-03 08:39:20.003 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-03 08:39:20.003 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-03 08:39:20.003 | 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-08-03 08:39:20.003 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.5.0) 2024-08-03 08:39:20.003 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.1) 2024-08-03 08:39:20.003 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-03 08:39:20.003 | 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-08-03 08:39:20.003 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.2.0) 2024-08-03 08:39:20.003 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-03 08:39:20.003 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-08-03 08:39:20.003 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-03 08:39:20.003 | 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-08-03 08:39:20.003 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.2) 2024-08-03 08:39:20.003 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-03 08:39:20.003 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-03 08:39:20.003 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-03 08:39:20.003 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-03 08:39:20.003 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-08-03 08:39:20.003 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-08-03 08:39:20.003 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-03 08:39:20.003 | 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.19.0) 2024-08-03 08:39:20.003 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-03 08:39:20.003 | 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-08-03 08:39:20.003 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-03 08:39:20.003 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-03 08:39:20.003 | 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-08-03 08:39:20.003 | 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-08-03 08:39:20.004 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-08-03 08:39:20.004 | 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-08-03 08:39:20.004 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-08-03 08:39:20.004 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-08-03 08:39:20.004 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-08-03 08:39:20.004 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-03 08:39:20.004 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-08-03 08:39:20.004 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-08-03 08:39:20.004 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-03 08:39:20.004 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-08-03 08:39:20.004 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-03 08:39:20.004 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-03 08:39:20.004 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.7.4) 2024-08-03 08:39:20.004 | 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-08-03 08:39:20.004 | WARNING: There was an error checking the latest version of pip. 2024-08-03 08:39:20.004 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-08-03 08:39:20.004 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.XLeJlxmdHX 2024-08-03 08:39:20.004 | ++ lib/tempest:install_tempest:859 : popd 2024-08-03 08:39:20.004 | ~/devstack 2024-08-03 08:39:20.028 | [3508 Async install_tempest:26991]: finished install_tempest with result 0 in 20 seconds 2024-08-03 08:39:20.031 | ++ inc/async:async_wait:197 : return 0 2024-08-03 08:39:20.033 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-08-03 08:39:20.035 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:39:20.037 | ++ stack.sh:echo_summary:472 : echo -e Initializing Tempest 2024-08-03 08:39:20.039 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-08-03 08:39:20.041 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:20.042 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-08-03 08:39:20.044 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-08-03 08:39:20.046 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-08-03 08:39:20.048 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-08-03 08:39:20.050 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-08-03 08:39:20.052 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-03 08:39:20.054 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-08-03 08:39:20.054 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-03 08:39:20.058 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-08-03 08:39:20.060 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-08-03 08:39:20.061 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-08-03 08:39:20.064 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-08-03 08:39:20.065 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-08-03 08:39:20.080 | Using python 3.10 to install testrepository 2024-08-03 08:39:20.082 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-08-03 08:39:21.211 | Collecting testrepository 2024-08-03 08:39:21.211 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-08-03 08:39:21.223 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-08-03 08:39:21.224 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-08-03 08:39:21.225 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-08-03 08:39:21.231 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-08-03 08:39:21.236 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-08-03 08:39:22.276 | Installing collected packages: testrepository 2024-08-03 08:39:22.388 | Successfully installed testrepository-0.0.20 2024-08-03 08:39:22.389 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-03 08:39:22.492 | ++ inc/python:pip_install:196 : result=0 2024-08-03 08:39:22.494 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-03 08:39:22.496 | ++ functions-common:time_stop:2435 : local name 2024-08-03 08:39:22.498 | ++ functions-common:time_stop:2436 : local end_time 2024-08-03 08:39:22.499 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-03 08:39:22.501 | ++ functions-common:time_stop:2438 : local total 2024-08-03 08:39:22.503 | ++ functions-common:time_stop:2439 : local start_time 2024-08-03 08:39:22.504 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-03 08:39:22.506 | ++ functions-common:time_stop:2442 : start_time=1722674360076 2024-08-03 08:39:22.508 | ++ functions-common:time_stop:2444 : [[ -z 1722674360076 ]] 2024-08-03 08:39:22.510 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-03 08:39:22.513 | ++ functions-common:time_stop:2447 : end_time=1722674362511 2024-08-03 08:39:22.515 | ++ functions-common:time_stop:2448 : elapsed_time=2435 2024-08-03 08:39:22.516 | ++ functions-common:time_stop:2449 : total=94560 2024-08-03 08:39:22.518 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-03 08:39:22.520 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96995 2024-08-03 08:39:22.522 | ++ inc/python:pip_install:199 : return 0 2024-08-03 08:39:22.524 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-08-03 08:39:22.525 | ++ lib/tempest:configure_tempest:200 : local images 2024-08-03 08:39:22.527 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-08-03 08:39:22.529 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-08-03 08:39:22.531 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-08-03 08:39:22.532 | ++ lib/tempest:configure_tempest:204 : local password 2024-08-03 08:39:22.534 | ++ lib/tempest:configure_tempest:205 : local line 2024-08-03 08:39:22.536 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-08-03 08:39:22.538 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-08-03 08:39:22.539 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-08-03 08:39:22.541 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-08-03 08:39:22.543 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-08-03 08:39:22.545 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-08-03 08:39:22.547 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-08-03 08:39:22.548 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-08-03 08:39:22.550 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-08-03 08:39:22.552 | ++ lib/tempest:configure_tempest:215 : local disk 2024-08-03 08:39:22.554 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-08-03 08:39:22.554 | ' 2024-08-03 08:39:22.556 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-08-03 08:39:22.558 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-08-03 08:39:22.570 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:22.572 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-08-03 08:39:22.573 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-08-03 08:39:22.575 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-08-03 08:39:22.577 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-08-03 08:39:22.579 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-08-03 08:39:22.581 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-03 08:39:22.581 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-08-03 08:39:22.582 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-08-03 08:39:23.956 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:39:23.959 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-08-03 08:39:23.960 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-08-03 08:39:23.962 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-03 08:39:23.964 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-08-03 08:39:23.966 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-08-03 08:39:23.968 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-08-03 08:39:23.970 | ++ lib/tempest:configure_tempest:254 : image_uuid=1fa4c55f-a049-42e2-8400-f02b1a69761d 2024-08-03 08:39:23.972 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=1fa4c55f-a049-42e2-8400-f02b1a69761d 2024-08-03 08:39:23.974 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-08-03 08:39:23.985 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-08-03 08:39:23.988 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-08-03 08:39:23.990 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-08-03 08:39:23.992 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-08-03 08:39:23.993 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-08-03 08:39:23.995 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-08-03 08:39:23.997 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-08-03 08:39:23.999 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-08-03 08:39:24.002 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-08-03 08:39:24.002 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-08-03 08:39:25.250 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:39:25.253 | ++ lib/tempest:configure_tempest:281 : admin_project_id=8c6ed20a29b240ce9e769903ba4ae19a 2024-08-03 08:39:25.255 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-08-03 08:39:25.268 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:25.270 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-08-03 08:39:26.513 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:39:26.515 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-08-03 08:39:26.516 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-03 08:39:26.516 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-03 08:39:26.516 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-03 08:39:26.516 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-03 08:39:26.516 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-03 08:39:26.516 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-03 08:39:26.516 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-03 08:39:26.516 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-03 08:39:26.516 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-03 08:39:26.516 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-03 08:39:26.516 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-03 08:39:26.516 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-03 08:39:26.516 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-08-03 08:39:26.517 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-08-03 08:39:26.519 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-03 08:39:26.519 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-03 08:39:26.519 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-03 08:39:26.519 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-03 08:39:26.519 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-03 08:39:26.519 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-03 08:39:26.519 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-03 08:39:26.519 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-03 08:39:26.519 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-03 08:39:26.519 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-03 08:39:26.519 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-03 08:39:26.519 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-03 08:39:26.519 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-03 08:39:26.519 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-08-03 08:39:26.521 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 1fa4c55f-a049-42e2-8400-f02b1a69761d 2024-08-03 08:39:26.523 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-03 08:39:26.525 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1fa4c55f-a049-42e2-8400-f02b1a69761d -c size -f value 2024-08-03 08:39:27.758 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:39:27.760 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-03 08:39:27.762 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-03 08:39:27.763 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-03 08:39:27.788 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-08-03 08:39:27.789 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-08-03 08:39:28.905 | +----------------------------+-----------------------+ 2024-08-03 08:39:28.905 | | Field | Value | 2024-08-03 08:39:28.905 | +----------------------------+-----------------------+ 2024-08-03 08:39:28.905 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:28.905 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:28.905 | | description | None | 2024-08-03 08:39:28.905 | | disk | 1 | 2024-08-03 08:39:28.905 | | id | 42 | 2024-08-03 08:39:28.905 | | name | m1.nano | 2024-08-03 08:39:28.905 | | os-flavor-access:is_public | True | 2024-08-03 08:39:28.905 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:28.905 | | ram | 128 | 2024-08-03 08:39:28.905 | | rxtx_factor | 1.0 | 2024-08-03 08:39:28.905 | | swap | | 2024-08-03 08:39:28.905 | | vcpus | 1 | 2024-08-03 08:39:28.905 | +----------------------------+-----------------------+ 2024-08-03 08:39:29.022 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-08-03 08:39:29.024 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-03 08:39:29.024 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-03 08:39:29.024 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-03 08:39:29.024 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-03 08:39:29.024 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-03 08:39:29.024 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-03 08:39:29.024 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-03 08:39:29.024 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-03 08:39:29.024 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-03 08:39:29.024 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-03 08:39:29.024 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-03 08:39:29.024 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-03 08:39:29.024 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-03 08:39:29.024 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-08-03 08:39:29.026 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 1fa4c55f-a049-42e2-8400-f02b1a69761d 2024-08-03 08:39:29.028 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-03 08:39:29.030 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1fa4c55f-a049-42e2-8400-f02b1a69761d -c size -f value 2024-08-03 08:39:30.244 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:39:30.246 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-03 08:39:30.248 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-03 08:39:30.248 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-03 08:39:30.272 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-08-03 08:39:30.274 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-08-03 08:39:31.393 | +----------------------------+-----------------------+ 2024-08-03 08:39:31.393 | | Field | Value | 2024-08-03 08:39:31.393 | +----------------------------+-----------------------+ 2024-08-03 08:39:31.393 | | OS-FLV-DISABLED:disabled | False | 2024-08-03 08:39:31.393 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-03 08:39:31.393 | | description | None | 2024-08-03 08:39:31.393 | | disk | 1 | 2024-08-03 08:39:31.393 | | id | 84 | 2024-08-03 08:39:31.393 | | name | m1.micro | 2024-08-03 08:39:31.393 | | os-flavor-access:is_public | True | 2024-08-03 08:39:31.393 | | properties | hw_rng:allowed='True' | 2024-08-03 08:39:31.393 | | ram | 192 | 2024-08-03 08:39:31.393 | | rxtx_factor | 1.0 | 2024-08-03 08:39:31.393 | | swap | | 2024-08-03 08:39:31.393 | | vcpus | 1 | 2024-08-03 08:39:31.393 | +----------------------------+-----------------------+ 2024-08-03 08:39:31.516 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-08-03 08:39:31.518 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-08-03 08:39:31.542 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-08-03 08:39:31.544 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-08-03 08:39:31.545 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-08-03 08:39:31.547 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-03 08:39:31.549 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-03 08:39:32.778 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:39:32.780 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-03 08:39:32.780 | address-scope 2024-08-03 08:39:32.780 | router-admin-state-down-before-update 2024-08-03 08:39:32.780 | agent 2024-08-03 08:39:32.780 | agent-resources-synced 2024-08-03 08:39:32.780 | allowed-address-pairs 2024-08-03 08:39:32.780 | auto-allocated-topology 2024-08-03 08:39:32.780 | availability_zone 2024-08-03 08:39:32.781 | availability_zone_filter 2024-08-03 08:39:32.781 | default-subnetpools 2024-08-03 08:39:32.781 | dhcp_agent_scheduler 2024-08-03 08:39:32.781 | dvr 2024-08-03 08:39:32.781 | empty-string-filtering 2024-08-03 08:39:32.781 | external-net 2024-08-03 08:39:32.781 | extra_dhcp_opt 2024-08-03 08:39:32.781 | extraroute 2024-08-03 08:39:32.781 | extraroute-atomic 2024-08-03 08:39:32.781 | filter-validation 2024-08-03 08:39:32.781 | floating-ip-port-forwarding-detail 2024-08-03 08:39:32.781 | fip-port-details 2024-08-03 08:39:32.781 | flavors 2024-08-03 08:39:32.781 | floatingip-pools 2024-08-03 08:39:32.781 | ip-substring-filtering 2024-08-03 08:39:32.781 | router 2024-08-03 08:39:32.781 | ext-gw-mode 2024-08-03 08:39:32.781 | l3-ha 2024-08-03 08:39:32.781 | l3-flavors 2024-08-03 08:39:32.781 | l3-port-ip-change-not-allowed 2024-08-03 08:39:32.781 | l3_agent_scheduler 2024-08-03 08:39:32.781 | multi-provider 2024-08-03 08:39:32.781 | net-mtu 2024-08-03 08:39:32.782 | net-mtu-writable 2024-08-03 08:39:32.782 | network_availability_zone 2024-08-03 08:39:32.782 | network-ip-availability 2024-08-03 08:39:32.782 | pagination 2024-08-03 08:39:32.782 | port-device-profile 2024-08-03 08:39:32.782 | port-mac-override 2024-08-03 08:39:32.782 | port-mac-address-regenerate 2024-08-03 08:39:32.782 | port-numa-affinity-policy 2024-08-03 08:39:32.782 | binding 2024-08-03 08:39:32.782 | binding-extended 2024-08-03 08:39:32.782 | port-security 2024-08-03 08:39:32.782 | project-id 2024-08-03 08:39:32.782 | provider 2024-08-03 08:39:32.782 | quota-check-limit 2024-08-03 08:39:32.782 | quotas 2024-08-03 08:39:32.782 | quota_details 2024-08-03 08:39:32.782 | rbac-policies 2024-08-03 08:39:32.782 | rbac-address-group 2024-08-03 08:39:32.782 | rbac-address-scope 2024-08-03 08:39:32.782 | rbac-security-groups 2024-08-03 08:39:32.782 | rbac-subnetpool 2024-08-03 08:39:32.782 | revision-if-match 2024-08-03 08:39:32.782 | standard-attr-revisions 2024-08-03 08:39:32.782 | router_availability_zone 2024-08-03 08:39:32.782 | security-groups-normalized-cidr 2024-08-03 08:39:32.782 | port-security-groups-filtering 2024-08-03 08:39:32.782 | security-groups-remote-address-group 2024-08-03 08:39:32.782 | security-groups-shared-filtering 2024-08-03 08:39:32.782 | security-group 2024-08-03 08:39:32.783 | service-type 2024-08-03 08:39:32.783 | sorting 2024-08-03 08:39:32.783 | standard-attr-description 2024-08-03 08:39:32.783 | stateful-security-group 2024-08-03 08:39:32.783 | subnet_onboard 2024-08-03 08:39:32.783 | subnet-service-types 2024-08-03 08:39:32.783 | subnet_allocation 2024-08-03 08:39:32.783 | subnetpool-prefix-ops 2024-08-03 08:39:32.783 | standard-attr-tag 2024-08-03 08:39:32.783 | standard-attr-timestamp 2024-08-03 08:39:32.783 | nsxt-ops' 2024-08-03 08:39:32.783 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-03 08:39:32.783 | address-scope 2024-08-03 08:39:32.783 | router-admin-state-down-before-update 2024-08-03 08:39:32.783 | agent 2024-08-03 08:39:32.783 | agent-resources-synced 2024-08-03 08:39:32.783 | allowed-address-pairs 2024-08-03 08:39:32.783 | auto-allocated-topology 2024-08-03 08:39:32.783 | availability_zone 2024-08-03 08:39:32.783 | availability_zone_filter 2024-08-03 08:39:32.783 | default-subnetpools 2024-08-03 08:39:32.783 | dhcp_agent_scheduler 2024-08-03 08:39:32.783 | dvr 2024-08-03 08:39:32.783 | empty-string-filtering 2024-08-03 08:39:32.783 | external-net 2024-08-03 08:39:32.783 | extra_dhcp_opt 2024-08-03 08:39:32.783 | extraroute 2024-08-03 08:39:32.783 | extraroute-atomic 2024-08-03 08:39:32.783 | filter-validation 2024-08-03 08:39:32.783 | floating-ip-port-forwarding-detail 2024-08-03 08:39:32.783 | fip-port-details 2024-08-03 08:39:32.783 | flavors 2024-08-03 08:39:32.783 | floatingip-pools 2024-08-03 08:39:32.783 | ip-substring-filtering 2024-08-03 08:39:32.783 | router 2024-08-03 08:39:32.783 | ext-gw-mode 2024-08-03 08:39:32.783 | l3-ha 2024-08-03 08:39:32.783 | l3-flavors 2024-08-03 08:39:32.783 | l3-port-ip-change-not-allowed 2024-08-03 08:39:32.783 | l3_agent_scheduler 2024-08-03 08:39:32.783 | multi-provider 2024-08-03 08:39:32.783 | net-mtu 2024-08-03 08:39:32.783 | net-mtu-writable 2024-08-03 08:39:32.783 | network_availability_zone 2024-08-03 08:39:32.783 | network-ip-availability 2024-08-03 08:39:32.783 | pagination 2024-08-03 08:39:32.784 | port-device-profile 2024-08-03 08:39:32.784 | port-mac-override 2024-08-03 08:39:32.784 | port-mac-address-regenerate 2024-08-03 08:39:32.784 | port-numa-affinity-policy 2024-08-03 08:39:32.784 | binding 2024-08-03 08:39:32.784 | binding-extended 2024-08-03 08:39:32.784 | port-security 2024-08-03 08:39:32.784 | project-id 2024-08-03 08:39:32.784 | provider 2024-08-03 08:39:32.784 | quota-check-limit 2024-08-03 08:39:32.784 | quotas 2024-08-03 08:39:32.784 | quota_details 2024-08-03 08:39:32.784 | rbac-policies 2024-08-03 08:39:32.784 | rbac-address-group 2024-08-03 08:39:32.784 | rbac-address-scope 2024-08-03 08:39:32.784 | rbac-security-groups 2024-08-03 08:39:32.784 | rbac-subnetpool 2024-08-03 08:39:32.784 | revision-if-match 2024-08-03 08:39:32.784 | standard-attr-revisions 2024-08-03 08:39:32.784 | router_availability_zone 2024-08-03 08:39:32.784 | security-groups-normalized-cidr 2024-08-03 08:39:32.784 | port-security-groups-filtering 2024-08-03 08:39:32.784 | security-groups-remote-address-group 2024-08-03 08:39:32.784 | security-groups-shared-filtering 2024-08-03 08:39:32.784 | security-group 2024-08-03 08:39:32.784 | service-type 2024-08-03 08:39:32.784 | sorting 2024-08-03 08:39:32.784 | standard-attr-description 2024-08-03 08:39:32.784 | stateful-security-group 2024-08-03 08:39:32.784 | subnet_onboard 2024-08-03 08:39:32.784 | subnet-service-types 2024-08-03 08:39:32.784 | subnet_allocation 2024-08-03 08:39:32.784 | subnetpool-prefix-ops 2024-08-03 08:39:32.784 | standard-attr-tag 2024-08-03 08:39:32.784 | standard-attr-timestamp 2024-08-03 08:39:32.784 | nsxt-ops =~ external-net ]] 2024-08-03 08:39:32.784 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-03 08:39:32.786 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-08-03 08:39:34.083 | +++ functions-common:oscwrap:2475 : return 0 2024-08-03 08:39:34.085 | ++ lib/tempest:configure_tempest:357 : public_network_id=f539b37b-2f51-46c8-8e97-e377db13bd90 2024-08-03 08:39:34.087 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-08-03 08:39:35.286 | +---------------------------+--------------------------------------+ 2024-08-03 08:39:35.286 | | Field | Value | 2024-08-03 08:39:35.286 | +---------------------------+--------------------------------------+ 2024-08-03 08:39:35.286 | | admin_state_up | UP | 2024-08-03 08:39:35.286 | | availability_zone_hints | | 2024-08-03 08:39:35.286 | | availability_zones | | 2024-08-03 08:39:35.286 | | created_at | 2024-08-03T08:39:35Z | 2024-08-03 08:39:35.286 | | description | | 2024-08-03 08:39:35.286 | | dns_domain | None | 2024-08-03 08:39:35.286 | | id | ff1af8dd-3287-4c8e-9ddd-0b73a2b47818 | 2024-08-03 08:39:35.286 | | ipv4_address_scope | None | 2024-08-03 08:39:35.286 | | ipv6_address_scope | None | 2024-08-03 08:39:35.286 | | is_default | False | 2024-08-03 08:39:35.286 | | is_vlan_transparent | None | 2024-08-03 08:39:35.286 | | mtu | 8950 | 2024-08-03 08:39:35.286 | | name | shared | 2024-08-03 08:39:35.286 | | port_security_enabled | True | 2024-08-03 08:39:35.286 | | project_id | 8c6ed20a29b240ce9e769903ba4ae19a | 2024-08-03 08:39:35.286 | | provider:network_type | vlan | 2024-08-03 08:39:35.287 | | provider:physical_network | default | 2024-08-03 08:39:35.287 | | provider:segmentation_id | 615 | 2024-08-03 08:39:35.287 | | qos_policy_id | None | 2024-08-03 08:39:35.287 | | revision_number | 1 | 2024-08-03 08:39:35.287 | | router:external | Internal | 2024-08-03 08:39:35.287 | | segments | None | 2024-08-03 08:39:35.287 | | shared | True | 2024-08-03 08:39:35.287 | | status | ACTIVE | 2024-08-03 08:39:35.287 | | subnets | | 2024-08-03 08:39:35.287 | | tags | | 2024-08-03 08:39:35.287 | | tenant_id | 8c6ed20a29b240ce9e769903ba4ae19a | 2024-08-03 08:39:35.287 | | updated_at | 2024-08-03T08:39:35Z | 2024-08-03 08:39:35.287 | +---------------------------+--------------------------------------+ 2024-08-03 08:39:35.408 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-08-03 08:39:36.721 | +----------------------+--------------------------------------+ 2024-08-03 08:39:36.721 | | Field | Value | 2024-08-03 08:39:36.721 | +----------------------+--------------------------------------+ 2024-08-03 08:39:36.721 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-08-03 08:39:36.721 | | cidr | 192.168.233.0/24 | 2024-08-03 08:39:36.721 | | created_at | 2024-08-03T08:39:36Z | 2024-08-03 08:39:36.721 | | description | shared-subnet | 2024-08-03 08:39:36.721 | | dns_nameservers | | 2024-08-03 08:39:36.721 | | dns_publish_fixed_ip | None | 2024-08-03 08:39:36.721 | | enable_dhcp | True | 2024-08-03 08:39:36.721 | | gateway_ip | 192.168.233.1 | 2024-08-03 08:39:36.721 | | host_routes | | 2024-08-03 08:39:36.721 | | id | 5b4567c6-1efe-49fe-977c-b69f3a28d8fc | 2024-08-03 08:39:36.721 | | ip_version | 4 | 2024-08-03 08:39:36.721 | | ipv6_address_mode | None | 2024-08-03 08:39:36.721 | | ipv6_ra_mode | None | 2024-08-03 08:39:36.721 | | name | shared-subnet | 2024-08-03 08:39:36.721 | | network_id | ff1af8dd-3287-4c8e-9ddd-0b73a2b47818 | 2024-08-03 08:39:36.721 | | project_id | 8c6ed20a29b240ce9e769903ba4ae19a | 2024-08-03 08:39:36.721 | | revision_number | 0 | 2024-08-03 08:39:36.721 | | segment_id | None | 2024-08-03 08:39:36.721 | | service_types | | 2024-08-03 08:39:36.721 | | subnetpool_id | None | 2024-08-03 08:39:36.721 | | tags | | 2024-08-03 08:39:36.721 | | updated_at | 2024-08-03T08:39:36Z | 2024-08-03 08:39:36.721 | +----------------------+--------------------------------------+ 2024-08-03 08:39:36.853 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-08-03 08:39:36.878 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-08-03 08:39:36.903 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-08-03 08:39:36.906 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-08-03 08:39:36.931 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-08-03 08:39:36.955 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-08-03 08:39:36.977 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-08-03 08:39:37.002 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-08-03 08:39:37.026 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-08-03 08:39:37.050 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-08-03 08:39:37.072 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-08-03 08:39:37.094 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-08-03 08:39:37.117 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-08-03 08:39:37.140 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-08-03 08:39:37.142 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-08-03 08:39:37.166 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-08-03 08:39:37.188 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-08-03 08:39:37.211 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-08-03 08:39:37.235 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-08-03 08:39:37.239 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-08-03 08:39:37.263 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-08-03 08:39:37.287 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-08-03 08:39:37.289 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-08-03 08:39:37.314 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-08-03 08:39:37.326 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:37.328 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-08-03 08:39:37.330 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-08-03 08:39:37.352 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-08-03 08:39:37.366 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:37.368 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-08-03 08:39:37.391 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-08-03 08:39:37.415 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-08-03 08:39:37.437 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-08-03 08:39:37.439 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-08-03 08:39:37.463 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-08-03 08:39:37.485 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-08-03 08:39:37.498 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:37.499 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 1fa4c55f-a049-42e2-8400-f02b1a69761d 2024-08-03 08:39:37.522 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 1fa4c55f-a049-42e2-8400-f02b1a69761d 2024-08-03 08:39:37.547 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-08-03 08:39:37.571 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-08-03 08:39:37.593 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-08-03 08:39:37.618 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-08-03 08:39:37.634 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:37.636 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-08-03 08:39:37.638 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-08-03 08:39:37.639 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-08-03 08:39:37.641 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-08-03 08:39:37.644 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-08-03 08:39:37.645 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-08-03 08:39:37.659 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-08-03 08:39:37.661 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-08-03 08:39:37.685 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-08-03 08:39:37.710 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-08-03 08:39:37.735 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-08-03 08:39:37.759 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-08-03 08:39:37.782 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-08-03 08:39:37.806 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-08-03 08:39:37.830 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-08-03 08:39:37.855 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-08-03 08:39:37.882 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-08-03 08:39:37.884 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-03 08:39:37.909 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:37.911 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-08-03 08:39:37.923 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:37.925 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-08-03 08:39:37.947 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id f539b37b-2f51-46c8-8e97-e377db13bd90 2024-08-03 08:39:37.970 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-08-03 08:39:37.993 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-08-03 08:39:38.017 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-08-03 08:39:38.042 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-08-03 08:39:38.065 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-08-03 08:39:38.087 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-08-03 08:39:38.111 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-08-03 08:39:38.113 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-08-03 08:39:38.115 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-08-03 08:39:38.139 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-08-03 08:39:38.140 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-08-03 08:39:38.142 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-03 08:39:38.144 | ++ functions-common:is_provider_network:2287 : return 1 2024-08-03 08:39:38.145 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-08-03 08:39:38.168 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-08-03 08:39:38.189 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-08-03 08:39:38.211 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-08-03 08:39:38.234 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-08-03 08:39:38.256 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-08-03 08:39:38.277 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-03 08:39:38.280 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-08-03 08:39:38.292 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-08-03 08:39:38.317 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-03 08:39:38.319 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-08-03 08:39:38.332 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-08-03 08:39:38.354 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-03 08:39:38.356 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-08-03 08:39:38.368 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-08-03 08:39:38.390 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-03 08:39:38.392 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-08-03 08:39:38.405 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-08-03 08:39:38.427 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-08-03 08:39:38.429 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-08-03 08:39:38.431 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-08-03 08:39:38.432 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-08-03 08:39:38.445 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-08-03 08:39:38.447 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-08-03 08:39:38.469 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-08-03 08:39:38.481 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:38.483 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-08-03 08:39:38.506 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-08-03 08:39:38.508 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-08-03 08:39:38.510 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-08-03 08:39:38.512 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-08-03 08:39:38.513 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:38.515 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-08-03 08:39:38.517 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-08-03 08:39:38.519 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-08-03 08:39:38.521 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-08-03 08:39:38.534 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-08-03 08:39:38.536 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-08-03 08:39:38.560 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-08-03 08:39:38.562 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-08-03 08:39:38.563 | ++ lib/tempest:configure_tempest:668 : local service 2024-08-03 08:39:38.565 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-08-03 08:39:38.567 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-03 08:39:38.569 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-08-03 08:39:38.581 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:38.583 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-08-03 08:39:38.607 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-03 08:39:38.608 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-08-03 08:39:38.620 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:38.622 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-08-03 08:39:38.645 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-03 08:39:38.646 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-08-03 08:39:38.658 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:38.660 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-08-03 08:39:38.683 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-03 08:39:38.684 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-08-03 08:39:38.696 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:38.698 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-08-03 08:39:38.720 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-03 08:39:38.722 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-08-03 08:39:38.734 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:39:38.736 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-08-03 08:39:38.759 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-03 08:39:38.761 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-08-03 08:39:38.773 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:38.774 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-08-03 08:39:38.797 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-03 08:39:38.799 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-08-03 08:39:38.811 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:39:38.813 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-08-03 08:39:38.835 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-03 08:39:38.837 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-03 08:39:38.839 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-03 08:39:38.840 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-03 08:39:38.842 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-03 08:39:38.844 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-03 08:39:38.846 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-03 08:39:38.848 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-03 08:39:38.849 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-03 08:39:38.851 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-03 08:39:38.853 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-08-03 08:39:38.855 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-08-03 08:39:38.857 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-08-03 08:39:38.860 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.ky3MA94ZYR 2024-08-03 08:39:38.862 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-08-03 08:39:38.864 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-08-03 08:39:38.866 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-03 08:39:38.869 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.PvuzQ5l9yi 2024-08-03 08:39:38.871 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.PvuzQ5l9yi 2024-08-03 08:39:38.872 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-03 08:39:38.874 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.PvuzQ5l9yi 2024-08-03 08:39:38.876 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-03 08:39:38.878 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-03 08:39:38.880 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-03 08:39:38.884 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:38.886 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:38.888 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:38.890 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-03 08:39:38.892 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-08-03 08:39:38.894 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-08-03 08:39:39.117 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-08-03 08:39:39.495 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-03 08:39:48.317 | venv-tempest develop-inst: /opt/stack/tempest 2024-08-03 08:39:51.313 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.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.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-03 08:39:51.313 | ___________________________________ summary ____________________________________ 2024-08-03 08:39:51.313 | venv-tempest: skipped tests 2024-08-03 08:39:51.313 | congratulations :) 2024-08-03 08:39:51.334 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.PvuzQ5l9yi -r requirements.txt 2024-08-03 08:39:51.868 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2024-08-03 08:39:51.868 | warnings.warn( 2024-08-03 08:39:51.868 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-08-03 08:39:51.868 | warnings.warn( 2024-08-03 08:39:51.963 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-08-03 08:39:52.338 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.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.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-03 08:39:52.338 | venv-tempest run-test-pre: PYTHONHASHSEED='4174375746' 2024-08-03 08:39:52.339 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.PvuzQ5l9yi -r requirements.txt 2024-08-03 08:39:53.181 | 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-08-03 08:39:53.182 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-08-03 08:39:53.187 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-03 08:39:53.187 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-03 08:39:53.187 | 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-08-03 08:39:53.187 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-03 08:39:53.187 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-03 08:39:53.187 | 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-08-03 08:39:53.188 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.5.0) 2024-08-03 08:39:53.189 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.1) 2024-08-03 08:39:53.189 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-03 08:39:53.190 | 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-08-03 08:39:53.191 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.2.0) 2024-08-03 08:39:53.192 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-03 08:39:53.192 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-08-03 08:39:53.193 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-03 08:39:53.194 | 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-08-03 08:39:53.195 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.2) 2024-08-03 08:39:53.196 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-03 08:39:53.196 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-03 08:39:53.197 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-03 08:39:53.198 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-03 08:39:53.203 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-08-03 08:39:53.204 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-08-03 08:39:53.223 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-03 08:39:53.223 | 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.19.0) 2024-08-03 08:39:53.224 | 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-08-03 08:39:53.225 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-03 08:39:53.241 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-03 08:39:53.242 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-03 08:39:53.259 | 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-08-03 08:39:53.266 | 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-08-03 08:39:53.281 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-08-03 08:39:53.282 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-08-03 08:39:53.295 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-08-03 08:39:53.296 | 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-08-03 08:39:53.309 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.0) 2024-08-03 08:39:53.310 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-08-03 08:39:53.311 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-03 08:39:53.318 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-08-03 08:39:53.319 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-03 08:39:53.329 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-08-03 08:39:53.329 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-08-03 08:39:53.331 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-08-03 08:39:53.332 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-08-03 08:39:53.353 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-03 08:39:53.374 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-08-03 08:39:53.409 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-08-03 08:39:53.432 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-08-03 08:39:53.472 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-03 08:39:53.485 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.7.4) 2024-08-03 08:39:53.486 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-03 08:39:53.487 | 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-08-03 08:39:53.591 | WARNING: There was an error checking the latest version of pip. 2024-08-03 08:39:53.666 | ___________________________________ summary ____________________________________ 2024-08-03 08:39:53.666 | venv-tempest: commands succeeded 2024-08-03 08:39:53.666 | congratulations :) 2024-08-03 08:39:53.686 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.PvuzQ5l9yi 2024-08-03 08:39:53.690 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-08-03 08:39:53.692 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-08-03 08:39:53.693 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-08-03 08:39:53.717 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.ky3MA94ZYR 2024-08-03 08:39:53.941 | venv create: /opt/stack/tempest/.tox/venv 2024-08-03 08:39:54.221 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-08-03 08:40:07.372 | venv develop-inst: /opt/stack/tempest 2024-08-03 08:40:10.838 | venv installed: alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.15.0,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.22.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.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.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.4.6,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@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-03 08:40:10.838 | venv run-test-pre: PYTHONHASHSEED='4140986936' 2024-08-03 08:40:10.838 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.ky3MA94ZYR 2024-08-03 08:40:11.138 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2024-08-03 08:40:11.138 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-08-03 08:40:11.138 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2024-08-03 08:40:11.138 | @jsonschema.FormatChecker.cls_checks('base64') 2024-08-03 08:40:11.381 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2024-08-03 08:40:11.381 | warnings.warn( 2024-08-03 08:40:11.546 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-03 08:40:11.546 | for key, value in info.getheaders().items(): 2024-08-03 08:40:11.567 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-03 08:40:11.567 | for key, value in info.getheaders().items(): 2024-08-03 08:40:11.767 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-03 08:40:11.768 | for key, value in info.getheaders().items(): 2024-08-03 08:40:11.769 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2024-08-03 08:40:11.769 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-08-03 08:40:12.322 | ___________________________________ summary ____________________________________ 2024-08-03 08:40:12.322 | venv: commands succeeded 2024-08-03 08:40:12.322 | congratulations :) 2024-08-03 08:40:12.339 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-08-03 08:40:12.352 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-03 08:40:12.354 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-08-03 08:40:12.356 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-08-03 08:40:12.368 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-03 08:40:12.370 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-08-03 08:40:12.372 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-08-03 08:40:12.374 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-08-03 08:40:12.375 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-08-03 08:40:12.377 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-08-03 08:40:12.379 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-08-03 08:40:12.381 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-08-03 08:40:12.382 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-08-03 08:40:12.384 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-08-03 08:40:12.386 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-08-03 08:40:12.388 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-08-03 08:40:12.389 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-08-03 08:40:12.391 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-08-03 08:40:12.393 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-08-03 08:40:12.395 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-08-03 08:40:12.397 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-08-03 08:40:12.399 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-08-03 08:40:12.401 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-08-03 08:40:12.403 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-08-03 08:40:12.405 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-08-03 08:40:12.407 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-08-03 08:40:12.408 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-08-03 08:40:12.410 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-08-03 08:40:12.412 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-08-03 08:40:12.415 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.ky3MA94ZYR network-feature-enabled api_extensions 2024-08-03 08:40:12.415 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-08-03 08:40:12.430 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-03 08:40:12.432 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-08-03 08:40:12.434 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-03 08:40:12.436 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-08-03 08:40:12.438 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-08-03 08:40:12.440 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-08-03 08:40:12.455 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-03 08:40:12.469 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-03 08:40:12.471 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-08-03 08:40:12.473 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-08-03 08:40:12.496 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-08-03 08:40:12.498 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-08-03 08:40:12.500 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-08-03 08:40:12.502 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-08-03 08:40:12.504 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-08-03 08:40:12.506 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-08-03 08:40:12.531 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-08-03 08:40:12.533 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-08-03 08:40:12.535 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-08-03 08:40:12.536 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-08-03 08:40:12.538 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-08-03 08:40:12.540 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-08-03 08:40:12.542 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-08-03 08:40:12.544 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-08-03 08:40:12.546 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-08-03 08:40:12.548 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-08-03 08:40:12.550 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-03 08:40:12.551 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-03 08:40:12.553 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-08-03 08:40:12.556 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-03 08:40:12.580 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-08-03 08:40:12.580 | ' 2024-08-03 08:40:12.582 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-08-03 08:40:12.584 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-03 08:40:12.586 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest Plugins 2024-08-03 08:40:12.587 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-08-03 08:40:12.589 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-08-03 08:40:12.589 | ~/tempest ~/tempest 2024-08-03 08:40:12.591 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-08-03 08:40:12.593 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-08-03 08:40:12.593 | ~/tempest 2024-08-03 08:40:12.596 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-03 08:40:12.598 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-03 08:40:12.600 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:40:12.602 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-03 08:40:12.604 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-08-03 08:40:12.607 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-03 08:40:12.609 | + functions-common:run_plugins:1850 : local phase=test-config 2024-08-03 08:40:12.611 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-03 08:40:12.613 | + functions-common:run_plugins:1853 : local plugin 2024-08-03 08:40:12.615 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-03 08:40:12.618 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-03 08:40:12.620 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-03 08:40:12.622 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-08-03 08:40:12.624 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-03 08:40:12.626 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:40:12.629 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-03 08:40:12.631 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:40:12.633 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-03 08:40:12.635 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-03 08:40:12.637 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-08-03 08:40:12.639 | + stack.sh:main:1512 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-08-03 08:40:12.641 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-03 08:40:12.643 | + inc/meta-config:merge_config_group:171 : shift 2024-08-03 08:40:12.645 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-08-03 08:40:12.647 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:40:12.649 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-03 08:40:12.651 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-03 08:40:12.654 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-08-03 08:40:12.656 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-03 08:40:12.658 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-08-03 08:40:12.660 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-03 08:40:12.662 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-08-03 08:40:12.662 | /^\[\[.+\|.*\]\]/ { 2024-08-03 08:40:12.662 | gsub("[][]", "", $1); 2024-08-03 08:40:12.662 | split($1, a, "|"); 2024-08-03 08:40:12.662 | if (a[1] == matchgroup) 2024-08-03 08:40:12.662 | print a[2] 2024-08-03 08:40:12.662 | } 2024-08-03 08:40:12.662 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 45 osc 162 apt-get 9 test_with_retry 3 dbsync 3 pip_install 96 apt-get-update 7 run_process 18 git_timed 91 ------------------------- Unaccounted time 42 ========================= Total runtime 486 ================= Async summary ================= Time spent in the background minus waits: 186 sec Elapsed time: 486 sec Time if we did everything serially: 672 sec Speedup: 1.38272 This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: 123ac1b8e86b9da08c680621c10a2499ecff3a8a [stable only] Unset the default value of MYSQL_GATHER_PERFORMANCE 2024-07-24 05:04:00 +0000 OS Version: Ubuntu 22.04 jammy