2025-05-14 00:45:51.876 | + stack.sh:main:496 : exec 2025-05-14 00:45:51.876 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-05-14-004551' 2025-05-14 00:45:51.876 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-05-14-004551.summary.2025-05-14-004551 2025-05-14 00:45:51.876 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:45:51.876 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-05-14-004551 2025-05-14 00:45:51.876 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2025-05-14-004551 /opt/stack//logs/stack.sh.log 2025-05-14 00:45:51.876 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2025-05-14-004551.summary.2025-05-14-004551 /opt/stack//logs/stack.sh.log.summary 2025-05-14 00:45:51.876 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2025-05-14 00:45:51.876 | + functions:check_path_perm_sanity:607 : local real_path 2025-05-14 00:45:51.876 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-05-14 00:45:51.876 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-05-14 00:45:51.876 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-05-14 00:45:51.876 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-05-14 00:45:51.876 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-05-14 00:45:51.876 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-05-14 00:45:51.876 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-05-14 00:45:51.876 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-05-14 00:45:51.877 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-05-14 00:45:51.879 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-05-14 00:45:51.880 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-05-14 00:45:51.882 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-05-14 00:45:51.885 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-05-14 00:45:51.886 | + stack.sh:main:528 : trap exit_trap EXIT 2025-05-14 00:45:51.888 | + stack.sh:main:569 : trap err_trap ERR 2025-05-14 00:45:51.889 | + stack.sh:main:582 : set -o errexit 2025-05-14 00:45:51.890 | + stack.sh:main:585 : uname -a 2025-05-14 00:45:51.891 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-05-14 00:45:51.893 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-05-14 00:45:51.894 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2025-05-14 00:45:51.897 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2025-05-14 00:45:51.922 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2025-05-14 00:45:51.932 | + stack.sh:main:599 : fetch_plugins 2025-05-14 00:45:51.934 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2025-05-14 00:45:51.935 | + functions-common:fetch_plugins:1782 : local plugin 2025-05-14 00:45:51.937 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2025-05-14 00:45:51.938 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2025-05-14 00:45:51.938 | Fetching DevStack plugins 2025-05-14 00:45:51.939 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2025-05-14 00:45:51.941 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2025-05-14 00:45:51.942 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2025-05-14 00:45:51.944 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2025-05-14 00:45:51.945 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:45:51.946 | + functions-common:git_clone_by_name:707 : local branch=devstack 2025-05-14 00:45:51.948 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-05-14 00:45:51.949 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-05-14 00:45:51.950 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2025-05-14 00:45:51.952 | + functions-common:git_clone:614 : local git_ref=devstack 2025-05-14 00:45:51.953 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:45:51.955 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:45:51.957 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:45:51.958 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:45:51.959 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:45:51.969 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:45:51.970 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:45:51.972 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:45:51.973 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:45:51.975 | + functions-common:git_clone:633 : echo devstack 2025-05-14 00:45:51.976 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:45:51.979 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-05-14 00:45:51.980 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:45:51.981 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-05-14 00:45:51.983 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:45:51.984 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:45:51.986 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:45:51.987 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:45:51.988 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:45:51.990 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:45:51.991 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:45:51.993 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:45:51.995 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:45:51.997 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183551995 2025-05-14 00:45:51.998 | + 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 2025-05-14 00:45:52.001 | Cloning into '/opt/stack/networking-nsx-t'... 2025-05-14 00:45:52.553 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:45:52.554 | + functions-common:time_stop:2435 : local name 2025-05-14 00:45:52.556 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:45:52.557 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:45:52.558 | + functions-common:time_stop:2438 : local total 2025-05-14 00:45:52.560 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:45:52.561 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:45:52.563 | + functions-common:time_stop:2442 : start_time=1747183551995 2025-05-14 00:45:52.564 | + functions-common:time_stop:2444 : [[ -z 1747183551995 ]] 2025-05-14 00:45:52.566 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:45:52.568 | + functions-common:time_stop:2447 : end_time=1747183552567 2025-05-14 00:45:52.570 | + functions-common:time_stop:2448 : elapsed_time=572 2025-05-14 00:45:52.571 | + functions-common:time_stop:2449 : total=0 2025-05-14 00:45:52.573 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:45:52.574 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=572 2025-05-14 00:45:52.575 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2025-05-14 00:45:52.577 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2025-05-14 00:45:52.578 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:45:52.580 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:45:52.581 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:45:52.582 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:45:52.584 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:45:52.585 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:45:52.587 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:45:52.588 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:45:52.590 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:45:52.592 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183552591 2025-05-14 00:45:52.594 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-05-14 00:45:53.078 | From https://github.com/sapcc/networking-nsx-t 2025-05-14 00:45:53.078 | * branch devstack -> FETCH_HEAD 2025-05-14 00:45:53.081 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:45:53.083 | + functions-common:time_stop:2435 : local name 2025-05-14 00:45:53.085 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:45:53.086 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:45:53.088 | + functions-common:time_stop:2438 : local total 2025-05-14 00:45:53.089 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:45:53.090 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:45:53.092 | + functions-common:time_stop:2442 : start_time=1747183552591 2025-05-14 00:45:53.093 | + functions-common:time_stop:2444 : [[ -z 1747183552591 ]] 2025-05-14 00:45:53.095 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:45:53.098 | + functions-common:time_stop:2447 : end_time=1747183553096 2025-05-14 00:45:53.099 | + functions-common:time_stop:2448 : elapsed_time=505 2025-05-14 00:45:53.100 | + functions-common:time_stop:2449 : total=572 2025-05-14 00:45:53.102 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:45:53.103 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1077 2025-05-14 00:45:53.104 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:45:53.106 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:45:53.107 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:45:53.109 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:45:53.110 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:45:53.112 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:45:53.113 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:45:53.115 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:45:53.116 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:45:53.118 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:45:53.121 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183553119 2025-05-14 00:45:53.122 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:45:53.131 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:45:53.131 | 2025-05-14 00:45:53.132 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:45:53.132 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:45:53.132 | state without impacting any branches by switching back to a branch. 2025-05-14 00:45:53.132 | 2025-05-14 00:45:53.132 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:45:53.132 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:45:53.132 | 2025-05-14 00:45:53.132 | git switch -c 2025-05-14 00:45:53.132 | 2025-05-14 00:45:53.132 | Or undo this operation with: 2025-05-14 00:45:53.132 | 2025-05-14 00:45:53.132 | git switch - 2025-05-14 00:45:53.132 | 2025-05-14 00:45:53.132 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:45:53.132 | 2025-05-14 00:45:53.132 | HEAD is now at 29bc664 Delay agent initialization 2025-05-14 00:45:53.134 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:45:53.135 | + functions-common:time_stop:2435 : local name 2025-05-14 00:45:53.137 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:45:53.138 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:45:53.139 | + functions-common:time_stop:2438 : local total 2025-05-14 00:45:53.141 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:45:53.142 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:45:53.144 | + functions-common:time_stop:2442 : start_time=1747183553119 2025-05-14 00:45:53.145 | + functions-common:time_stop:2444 : [[ -z 1747183553119 ]] 2025-05-14 00:45:53.147 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:45:53.149 | + functions-common:time_stop:2447 : end_time=1747183553148 2025-05-14 00:45:53.150 | + functions-common:time_stop:2448 : elapsed_time=29 2025-05-14 00:45:53.152 | + functions-common:time_stop:2449 : total=1077 2025-05-14 00:45:53.153 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:45:53.155 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1106 2025-05-14 00:45:53.156 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-05-14 00:45:53.165 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2025-05-14 00:45:53.167 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:45:53.167 | + functions-common:git_clone:696 : head -1 2025-05-14 00:45:53.169 | 29bc664 Delay agent initialization 2025-05-14 00:45:53.171 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:45:53.173 | + stack.sh:main:603 : run_phase override_defaults 2025-05-14 00:45:53.174 | + functions-common:run_phase:1863 : local mode=override_defaults 2025-05-14 00:45:53.176 | + functions-common:run_phase:1864 : local phase= 2025-05-14 00:45:53.177 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-05-14 00:45:53.179 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-05-14 00:45:53.180 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-05-14 00:45:53.182 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-05-14 00:45:53.183 | + functions-common:run_phase:1873 : local extra 2025-05-14 00:45:53.185 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-05-14 00:45:53.187 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-05-14 00:45:53.189 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-05-14 00:45:53.190 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-05-14 00:45:53.192 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-05-14 00:45:53.193 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-05-14 00:45:53.203 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:45:53.204 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-05-14 00:45:53.205 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-05-14 00:45:53.207 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-05-14 00:45:53.208 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-05-14 00:45:53.210 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-05-14 00:45:53.211 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-05-14 00:45:53.213 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-05-14 00:45:53.214 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-05-14 00:45:53.216 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-05-14 00:45:53.217 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-05-14 00:45:53.219 | + functions-common:run_phase:1888 : plugin_override_defaults 2025-05-14 00:45:53.220 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2025-05-14 00:45:53.222 | + functions-common:plugin_override_defaults:1823 : local plugin 2025-05-14 00:45:53.223 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2025-05-14 00:45:53.224 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2025-05-14 00:45:53.225 | Overriding Configuration Defaults 2025-05-14 00:45:53.226 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2025-05-14 00:45:53.227 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:45:53.229 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-05-14 00:45:53.230 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2025-05-14 00:45:53.242 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2025-05-14 00:45:53.244 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-05-14 00:45:53.253 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:45:53.255 | +++ lib/tls:source:43 : hostname -f 2025-05-14 00:45:53.258 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-05-14 00:45:53.259 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-05-14 00:45:53.261 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-05-14 00:45:53.262 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-05-14 00:45:53.264 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-05-14 00:45:53.265 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-05-14 00:45:53.267 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-05-14 00:45:53.268 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-05-14 00:45:53.270 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-05-14 00:45:53.271 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-05-14 00:45:53.274 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2025-05-14 00:45:53.283 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2025-05-14 00:45:53.295 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2025-05-14 00:45:53.303 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2025-05-14 00:45:53.312 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2025-05-14 00:45:53.337 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2025-05-14 00:45:53.377 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2025-05-14 00:45:53.430 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2025-05-14 00:45:53.449 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2025-05-14 00:45:53.486 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2025-05-14 00:45:53.519 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2025-05-14 00:45:53.521 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-05-14 00:45:53.531 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:45:53.533 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-05-14 00:45:53.535 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-05-14 00:45:53.536 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-05-14 00:45:53.538 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-05-14 00:45:53.540 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-05-14 00:45:53.551 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-05-14 00:45:53.552 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2025-05-14 00:45:53.554 | +++ functions-common:is_suse:544 : is_opensuse 2025-05-14 00:45:53.555 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:45:53.557 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:45:53.559 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:45:53.560 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:45:53.562 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:45:53.564 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-05-14 00:45:53.566 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2025-05-14 00:45:53.567 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-05-14 00:45:53.569 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-05-14 00:45:53.571 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-05-14 00:45:53.573 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-05-14 00:45:53.575 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-05-14 00:45:53.587 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-05-14 00:45:53.588 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-05-14 00:45:53.590 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-05-14 00:45:53.602 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-05-14 00:45:53.603 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2025-05-14 00:45:53.605 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2025-05-14 00:45:53.607 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2025-05-14 00:45:53.608 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-05-14 00:45:53.610 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-05-14 00:45:53.612 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-05-14 00:45:53.613 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-05-14 00:45:53.615 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-05-14 00:45:53.617 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-05-14 00:45:53.619 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-05-14 00:45:53.620 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-05-14 00:45:53.622 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-05-14 00:45:53.623 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-05-14 00:45:53.625 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-05-14 00:45:53.627 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-05-14 00:45:53.629 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-05-14 00:45:53.630 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-05-14 00:45:53.633 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-05-14 00:45:53.635 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-05-14 00:45:53.636 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-05-14 00:45:53.638 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-05-14 00:45:53.640 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-05-14 00:45:53.642 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-05-14 00:45:53.653 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-05-14 00:45:53.655 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-05-14 00:45:53.657 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2025-05-14 00:45:53.658 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-05-14 00:45:53.661 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-05-14 00:45:53.662 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-05-14 00:45:53.664 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-05-14 00:45:53.666 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-05-14 00:45:53.667 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-05-14 00:45:53.669 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-05-14 00:45:53.670 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-05-14 00:45:53.672 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-05-14 00:45:53.674 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-05-14 00:45:53.675 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-05-14 00:45:53.677 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-05-14 00:45:53.678 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-05-14 00:45:53.680 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-05-14 00:45:53.681 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-05-14 00:45:53.683 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-05-14 00:45:53.685 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-05-14 00:45:53.687 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-05-14 00:45:53.698 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-05-14 00:45:53.699 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2025-05-14 00:45:53.701 | ++++ functions-common:is_suse:544 : is_opensuse 2025-05-14 00:45:53.702 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:45:53.704 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:45:53.706 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:45:53.707 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:45:53.709 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:45:53.711 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-05-14 00:45:53.712 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2025-05-14 00:45:53.715 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2025-05-14 00:45:53.716 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-05-14 00:45:53.718 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-05-14 00:45:53.719 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-05-14 00:45:53.721 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-05-14 00:45:53.722 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-05-14 00:45:53.724 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-05-14 00:45:53.726 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-05-14 00:45:53.727 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-05-14 00:45:53.729 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-05-14 00:45:53.730 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-05-14 00:45:53.732 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-05-14 00:45:53.733 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-05-14 00:45:53.735 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-05-14 00:45:53.737 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-05-14 00:45:53.738 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-05-14 00:45:53.740 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-05-14 00:45:53.741 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-05-14 00:45:53.766 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-05-14 00:45:53.775 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-05-14 00:45:53.777 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-05-14 00:45:53.779 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-05-14 00:45:53.780 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-05-14 00:45:53.782 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-05-14 00:45:53.783 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-05-14 00:45:53.785 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-05-14 00:45:53.787 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-05-14 00:45:53.789 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-05-14 00:45:53.790 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-05-14 00:45:53.792 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-05-14 00:45:53.794 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-05-14 00:45:53.796 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-05-14 00:45:53.797 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-05-14 00:45:53.799 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-05-14 00:45:53.801 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-05-14 00:45:53.802 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-05-14 00:45:53.804 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2025-05-14 00:45:53.807 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2025-05-14 00:45:53.807 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2025-05-14 00:45:53.807 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2025-05-14 00:45:53.808 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-05-14 00:45:53.812 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=72:9a35:c9f4 2025-05-14 00:45:53.814 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2025-05-14 00:45:53.815 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2025-05-14 00:45:53.818 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-05-14 00:45:53.819 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-05-14 00:45:53.821 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd72:9a35:c9f4::/56 2025-05-14 00:45:53.824 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd72:9a35:c9f4::/56 2025-05-14 00:45:53.824 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-05-14 00:45:53.828 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd72:9a35:c9f4::/64 2025-05-14 00:45:53.830 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-05-14 00:45:53.831 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-05-14 00:45:53.833 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-05-14 00:45:53.835 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-05-14 00:45:53.836 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2025-05-14 00:45:53.838 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-05-14 00:45:53.839 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2025-05-14 00:45:53.841 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2025-05-14 00:45:53.843 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2025-05-14 00:45:53.844 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-05-14 00:45:53.846 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-05-14 00:45:53.848 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-05-14 00:45:53.849 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd72:9a35:c9f4::/56 2025-05-14 00:45:53.851 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2025-05-14 00:45:53.853 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2025-05-14 00:45:53.855 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2025-05-14 00:45:53.856 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2025-05-14 00:45:53.856 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2025-05-14 00:45:53.860 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2025-05-14 00:45:53.863 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2025-05-14 00:45:53.863 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2025-05-14 00:45:53.863 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2025-05-14 00:45:53.867 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2025-05-14 00:45:53.870 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-05-14 00:45:53.872 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-05-14 00:45:53.874 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-05-14 00:45:53.876 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2025-05-14 00:45:53.877 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-05-14 00:45:53.879 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2025-05-14 00:45:53.892 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2025-05-14 00:45:53.902 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2025-05-14 00:45:53.913 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2025-05-14 00:45:53.923 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2025-05-14 00:45:53.972 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2025-05-14 00:45:53.974 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-05-14 00:45:53.976 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-05-14 00:45:53.978 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-05-14 00:45:53.980 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-05-14 00:45:53.982 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-05-14 00:45:53.982 | False' 2025-05-14 00:45:53.984 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-05-14 00:45:53.996 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-05-14 00:45:53.998 | + stack.sh:main:633 : run_phase source 2025-05-14 00:45:53.999 | + functions-common:run_phase:1863 : local mode=source 2025-05-14 00:45:54.001 | + functions-common:run_phase:1864 : local phase= 2025-05-14 00:45:54.003 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-05-14 00:45:54.004 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-05-14 00:45:54.006 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-05-14 00:45:54.008 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-05-14 00:45:54.009 | + functions-common:run_phase:1873 : local extra 2025-05-14 00:45:54.011 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-05-14 00:45:54.014 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-05-14 00:45:54.016 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-05-14 00:45:54.018 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-05-14 00:45:54.020 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-05-14 00:45:54.021 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-05-14 00:45:54.033 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:45:54.035 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-05-14 00:45:54.036 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-05-14 00:45:54.065 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-05-14 00:45:54.067 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-05-14 00:45:54.069 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2025-05-14 00:45:54.071 | + functions-common:run_phase:1885 : load_plugin_settings 2025-05-14 00:45:54.072 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2025-05-14 00:45:54.074 | + functions-common:load_plugin_settings:1800 : local plugin 2025-05-14 00:45:54.076 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2025-05-14 00:45:54.077 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2025-05-14 00:45:54.077 | Loading plugin settings 2025-05-14 00:45:54.079 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2025-05-14 00:45:54.081 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:45:54.083 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-05-14 00:45:54.084 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2025-05-14 00:45:54.086 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-05-14 00:45:54.088 | ++ functions-common:define_plugin:1907 : : 2025-05-14 00:45:54.090 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-05-14 00:45:54.092 | + functions-common:run_phase:1886 : verify_disabled_services 2025-05-14 00:45:54.093 | + functions-common:verify_disabled_services:2146 : local service 2025-05-14 00:45:54.095 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.097 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-05-14 00:45:54.099 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.101 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-05-14 00:45:54.103 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.104 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-05-14 00:45:54.106 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.108 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-05-14 00:45:54.110 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.112 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-05-14 00:45:54.114 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.116 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-05-14 00:45:54.117 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.119 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-05-14 00:45:54.121 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.123 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-05-14 00:45:54.125 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.126 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-05-14 00:45:54.128 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.130 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-05-14 00:45:54.132 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.134 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-05-14 00:45:54.136 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.138 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-05-14 00:45:54.140 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.141 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-05-14 00:45:54.143 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.145 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-05-14 00:45:54.147 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.149 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-05-14 00:45:54.151 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.153 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-05-14 00:45:54.154 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.156 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-05-14 00:45:54.158 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.160 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-05-14 00:45:54.162 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.164 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-05-14 00:45:54.166 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.167 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-05-14 00:45:54.169 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.171 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-05-14 00:45:54.173 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:45:54.175 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-05-14 00:45:54.177 | + stack.sh:main:704 : initialize_database_backends 2025-05-14 00:45:54.179 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-05-14 00:45:54.181 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-05-14 00:45:54.193 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:45:54.195 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-05-14 00:45:54.196 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-05-14 00:45:54.198 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-05-14 00:45:54.210 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:45:54.212 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-05-14 00:45:54.214 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-05-14 00:45:54.216 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-05-14 00:45:54.218 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-05-14 00:45:54.220 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-05-14 00:45:54.222 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-05-14 00:45:54.224 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-05-14 00:45:54.225 | + lib/database:initialize_database_backends:92 : return 0 2025-05-14 00:45:54.227 | + stack.sh:main:705 : echo 'Using mysql database backend' 2025-05-14 00:45:54.227 | Using mysql database backend 2025-05-14 00:45:54.229 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-05-14 00:45:54.242 | + stack.sh:main:710 : define_database_baseurl 2025-05-14 00:45:54.245 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-05-14 00:45:54.247 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-05-14 00:45:54.248 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2025-05-14 00:45:54.251 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-05-14 00:45:54.253 | + stack.sh:main:722 : is_service_enabled rabbit 2025-05-14 00:45:54.267 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:45:54.268 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-05-14 00:45:54.282 | + stack.sh:main:730 : is_service_enabled keystone 2025-05-14 00:45:54.295 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:45:54.297 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-05-14 00:45:54.310 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-05-14 00:45:54.323 | + stack.sh:main:745 : is_service_enabled ldap 2025-05-14 00:45:54.336 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:45:54.338 | + stack.sh:main:754 : is_service_enabled s-proxy 2025-05-14 00:45:54.351 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:45:54.353 | + stack.sh:main:766 : save_stackenv 766 2025-05-14 00:45:54.356 | + functions-common:save_stackenv:60 : local tag=766 2025-05-14 00:45:54.358 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-05-14 00:45:54.362 | + functions-common:save_stackenv:62 : time_stamp=2025-05-14-004554 2025-05-14 00:45:54.364 | + functions-common:save_stackenv:63 : echo '# 2025-05-14-004554 766' 2025-05-14 00:45:54.365 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.367 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-05-14 00:45:54.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.372 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-05-14 00:45:54.373 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.375 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-05-14 00:45:54.377 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.379 | + 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 2025-05-14 00:45:54.381 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.383 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-05-14 00:45:54.385 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.387 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-05-14 00:45:54.389 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.391 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-05-14-004551 2025-05-14 00:45:54.393 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.394 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-05-14 00:45:54.396 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.398 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-05-14 00:45:54.400 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.402 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-05-14 00:45:54.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.406 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-05-14 00:45:54.408 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.410 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-05-14 00:45:54.412 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.414 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-05-14 00:45:54.416 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.418 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-05-14 00:45:54.420 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:45:54.421 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-05-14 00:45:54.424 | + stack.sh:main:779 : GIT_DEPTH=0 2025-05-14 00:45:54.426 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements unmaintained/2023.1 2025-05-14 00:45:54.427 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2025-05-14 00:45:54.429 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2025-05-14 00:45:54.431 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-05-14 00:45:54.432 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:45:54.434 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:45:54.436 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:45:54.438 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:45:54.440 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:45:54.452 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:45:54.454 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2025-05-14 00:45:54.456 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:45:54.459 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-05-14 00:45:54.459 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:45:54.463 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2025-05-14 00:45:54.464 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:45:54.466 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-05-14 00:45:54.468 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:45:54.470 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:45:54.471 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:45:54.473 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:45:54.475 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:45:54.476 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:45:54.478 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:45:54.480 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:45:54.482 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:45:54.485 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183554483 2025-05-14 00:45:54.487 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-05-14 00:45:54.490 | Cloning into '/opt/stack//requirements'... 2025-05-14 00:46:22.961 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:46:22.963 | + functions-common:time_stop:2435 : local name 2025-05-14 00:46:22.965 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:46:22.967 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:46:22.969 | + functions-common:time_stop:2438 : local total 2025-05-14 00:46:22.970 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:46:22.972 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:46:22.974 | + functions-common:time_stop:2442 : start_time=1747183554483 2025-05-14 00:46:22.975 | + functions-common:time_stop:2444 : [[ -z 1747183554483 ]] 2025-05-14 00:46:22.978 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:46:22.981 | + functions-common:time_stop:2447 : end_time=1747183582979 2025-05-14 00:46:22.983 | + functions-common:time_stop:2448 : elapsed_time=28496 2025-05-14 00:46:22.984 | + functions-common:time_stop:2449 : total=1106 2025-05-14 00:46:22.986 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:46:22.988 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=29602 2025-05-14 00:46:22.989 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2025-05-14 00:46:22.991 | + functions-common:git_clone:655 : git_timed fetch origin unmaintained/2023.1 2025-05-14 00:46:22.993 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:46:22.995 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:46:22.997 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:46:22.998 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:46:23.000 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:46:23.002 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:46:23.004 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:46:23.005 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:46:23.008 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:46:23.011 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183583009 2025-05-14 00:46:23.013 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin unmaintained/2023.1 2025-05-14 00:46:23.703 | From https://opendev.org/openstack/requirements 2025-05-14 00:46:23.703 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-05-14 00:46:23.710 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:46:23.712 | + functions-common:time_stop:2435 : local name 2025-05-14 00:46:23.714 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:46:23.716 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:46:23.717 | + functions-common:time_stop:2438 : local total 2025-05-14 00:46:23.719 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:46:23.721 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:46:23.723 | + functions-common:time_stop:2442 : start_time=1747183583009 2025-05-14 00:46:23.725 | + functions-common:time_stop:2444 : [[ -z 1747183583009 ]] 2025-05-14 00:46:23.727 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:46:23.730 | + functions-common:time_stop:2447 : end_time=1747183583728 2025-05-14 00:46:23.732 | + functions-common:time_stop:2448 : elapsed_time=719 2025-05-14 00:46:23.733 | + functions-common:time_stop:2449 : total=29602 2025-05-14 00:46:23.735 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:46:23.737 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30321 2025-05-14 00:46:23.739 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:46:23.740 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:46:23.742 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:46:23.744 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:46:23.746 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:46:23.747 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:46:23.749 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:46:23.751 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:46:23.752 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:46:23.755 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:46:23.758 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183583756 2025-05-14 00:46:23.760 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:46:23.770 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:46:23.770 | 2025-05-14 00:46:23.770 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:46:23.770 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:46:23.770 | state without impacting any branches by switching back to a branch. 2025-05-14 00:46:23.770 | 2025-05-14 00:46:23.770 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:46:23.770 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:46:23.770 | 2025-05-14 00:46:23.770 | git switch -c 2025-05-14 00:46:23.770 | 2025-05-14 00:46:23.770 | Or undo this operation with: 2025-05-14 00:46:23.770 | 2025-05-14 00:46:23.770 | git switch - 2025-05-14 00:46:23.770 | 2025-05-14 00:46:23.770 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:46:23.770 | 2025-05-14 00:46:23.770 | HEAD is now at ef416fe8 Update .gitreview for unmaintained/2023.1 2025-05-14 00:46:23.773 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:46:23.774 | + functions-common:time_stop:2435 : local name 2025-05-14 00:46:23.776 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:46:23.778 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:46:23.780 | + functions-common:time_stop:2438 : local total 2025-05-14 00:46:23.782 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:46:23.784 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:46:23.786 | + functions-common:time_stop:2442 : start_time=1747183583756 2025-05-14 00:46:23.787 | + functions-common:time_stop:2444 : [[ -z 1747183583756 ]] 2025-05-14 00:46:23.790 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:46:23.793 | + functions-common:time_stop:2447 : end_time=1747183583791 2025-05-14 00:46:23.795 | + functions-common:time_stop:2448 : elapsed_time=35 2025-05-14 00:46:23.797 | + functions-common:time_stop:2449 : total=30321 2025-05-14 00:46:23.799 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:46:23.800 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30356 2025-05-14 00:46:23.802 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-05-14 00:46:23.813 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2025-05-14 00:46:23.816 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:46:23.816 | + functions-common:git_clone:696 : head -1 2025-05-14 00:46:23.818 | ef416fe8 Update .gitreview for unmaintained/2023.1 2025-05-14 00:46:23.820 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:46:23.822 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2025-05-14 00:46:23.824 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:46:23.826 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2025-05-14 00:46:23.829 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-05-14 00:46:23.831 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-05-14 00:46:23.833 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-05-14 00:46:23.835 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-05-14 00:46:23.837 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-05-14 00:46:23.839 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-05-14 00:46:23.841 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-05-14 00:46:23.844 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-05-14 00:46:23.847 | ++ tools/install_prereqs.sh:source:47 : NOW=1747183583 2025-05-14 00:46:23.849 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-05-14 00:46:23.853 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-05-14 00:46:23.855 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-05-14 00:46:23.857 | ++ tools/install_prereqs.sh:source:49 : DELTA=1747183583 2025-05-14 00:46:23.859 | ++ tools/install_prereqs.sh:source:50 : [[ 1747183583 -lt 7200 ]] 2025-05-14 00:46:23.861 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-05-14 00:46:23.863 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2025-05-14 00:46:23.865 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-05-14 00:46:23.867 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2025-05-14 00:46:23.869 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-05-14 00:46:23.871 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2025-05-14 00:46:23.873 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-05-14 00:46:23.876 | +++ 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 2025-05-14 00:46:23.904 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-05-14 00:46:23.904 | apache2-dev 2025-05-14 00:46:23.904 | bc 2025-05-14 00:46:23.904 | bsdmainutils 2025-05-14 00:46:23.904 | curl 2025-05-14 00:46:23.904 | g++ 2025-05-14 00:46:23.904 | gawk 2025-05-14 00:46:23.904 | gcc 2025-05-14 00:46:23.904 | gettext 2025-05-14 00:46:23.904 | git 2025-05-14 00:46:23.904 | graphviz 2025-05-14 00:46:23.904 | iputils-ping 2025-05-14 00:46:23.904 | libapache2-mod-proxy-uwsgi 2025-05-14 00:46:23.904 | libffi-dev 2025-05-14 00:46:23.904 | libjpeg-dev 2025-05-14 00:46:23.904 | libpcre3-dev 2025-05-14 00:46:23.905 | libpq-dev 2025-05-14 00:46:23.905 | libssl-dev 2025-05-14 00:46:23.905 | libsystemd-dev 2025-05-14 00:46:23.905 | libxml2-dev 2025-05-14 00:46:23.905 | libxslt1-dev 2025-05-14 00:46:23.905 | libyaml-dev 2025-05-14 00:46:23.905 | lsof 2025-05-14 00:46:23.905 | openssh-server 2025-05-14 00:46:23.905 | openssl 2025-05-14 00:46:23.905 | pkg-config 2025-05-14 00:46:23.905 | psmisc 2025-05-14 00:46:23.905 | python3-dev 2025-05-14 00:46:23.905 | python3-pip 2025-05-14 00:46:23.905 | python3-systemd 2025-05-14 00:46:23.905 | python3-venv 2025-05-14 00:46:23.905 | tar 2025-05-14 00:46:23.905 | tcpdump 2025-05-14 00:46:23.905 | unzip 2025-05-14 00:46:23.905 | uuid-runtime 2025-05-14 00:46:23.905 | wget 2025-05-14 00:46:23.905 | wget 2025-05-14 00:46:23.905 | zlib1g-dev 2025-05-14 00:46:23.905 | libkrb5-dev 2025-05-14 00:46:23.905 | libldap2-dev 2025-05-14 00:46:23.905 | libsasl2-dev 2025-05-14 00:46:23.905 | memcached 2025-05-14 00:46:23.905 | python3-mysqldb 2025-05-14 00:46:23.905 | sqlite3 2025-05-14 00:46:23.905 | conntrack 2025-05-14 00:46:23.905 | curl 2025-05-14 00:46:23.905 | ebtables 2025-05-14 00:46:23.905 | genisoimage 2025-05-14 00:46:23.905 | iptables 2025-05-14 00:46:23.905 | iputils-arping 2025-05-14 00:46:23.905 | kpartx 2025-05-14 00:46:23.905 | libjs-jquery-tablesorter 2025-05-14 00:46:23.905 | parted 2025-05-14 00:46:23.905 | pm-utils 2025-05-14 00:46:23.905 | python3-mysqldb 2025-05-14 00:46:23.905 | socat 2025-05-14 00:46:23.905 | sqlite3 2025-05-14 00:46:23.905 | sudo 2025-05-14 00:46:23.905 | vlan 2025-05-14 00:46:23.905 | lsscsi 2025-05-14 00:46:23.905 | open-iscsi 2025-05-14 00:46:23.905 | lvm2 2025-05-14 00:46:23.905 | qemu-utils 2025-05-14 00:46:23.905 | thin-provisioning-tools 2025-05-14 00:46:23.905 | acl 2025-05-14 00:46:23.905 | dnsmasq-base 2025-05-14 00:46:23.905 | dnsmasq-utils 2025-05-14 00:46:23.905 | ebtables 2025-05-14 00:46:23.905 | haproxy 2025-05-14 00:46:23.905 | iptables 2025-05-14 00:46:23.905 | iputils-arping 2025-05-14 00:46:23.905 | iputils-ping 2025-05-14 00:46:23.905 | postgresql-server-dev-all 2025-05-14 00:46:23.905 | python3-mysqldb 2025-05-14 00:46:23.905 | sqlite3 2025-05-14 00:46:23.905 | sudo 2025-05-14 00:46:23.905 | vlan 2025-05-14 00:46:23.905 | ipset 2025-05-14 00:46:23.905 | conntrack 2025-05-14 00:46:23.905 | conntrackd 2025-05-14 00:46:23.905 | keepalived' 2025-05-14 00:46:23.907 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-05-14 00:46:23.922 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-05-14 00:46:23.923 | apache2-dev 2025-05-14 00:46:23.923 | bc 2025-05-14 00:46:23.923 | bsdmainutils 2025-05-14 00:46:23.923 | curl 2025-05-14 00:46:23.923 | g++ 2025-05-14 00:46:23.923 | gawk 2025-05-14 00:46:23.923 | gcc 2025-05-14 00:46:23.923 | gettext 2025-05-14 00:46:23.923 | git 2025-05-14 00:46:23.923 | graphviz 2025-05-14 00:46:23.923 | iputils-ping 2025-05-14 00:46:23.923 | libapache2-mod-proxy-uwsgi 2025-05-14 00:46:23.923 | libffi-dev 2025-05-14 00:46:23.923 | libjpeg-dev 2025-05-14 00:46:23.923 | libpcre3-dev 2025-05-14 00:46:23.923 | libpq-dev 2025-05-14 00:46:23.923 | libssl-dev 2025-05-14 00:46:23.923 | libsystemd-dev 2025-05-14 00:46:23.923 | libxml2-dev 2025-05-14 00:46:23.923 | libxslt1-dev 2025-05-14 00:46:23.923 | libyaml-dev 2025-05-14 00:46:23.923 | lsof 2025-05-14 00:46:23.923 | openssh-server 2025-05-14 00:46:23.923 | openssl 2025-05-14 00:46:23.923 | pkg-config 2025-05-14 00:46:23.923 | psmisc 2025-05-14 00:46:23.923 | python3-dev 2025-05-14 00:46:23.923 | python3-pip 2025-05-14 00:46:23.923 | python3-systemd 2025-05-14 00:46:23.923 | python3-venv 2025-05-14 00:46:23.923 | tar 2025-05-14 00:46:23.923 | tcpdump 2025-05-14 00:46:23.923 | unzip 2025-05-14 00:46:23.923 | uuid-runtime 2025-05-14 00:46:23.923 | wget 2025-05-14 00:46:23.923 | wget 2025-05-14 00:46:23.923 | zlib1g-dev 2025-05-14 00:46:23.923 | libkrb5-dev 2025-05-14 00:46:23.923 | libldap2-dev 2025-05-14 00:46:23.923 | libsasl2-dev 2025-05-14 00:46:23.923 | memcached 2025-05-14 00:46:23.923 | python3-mysqldb 2025-05-14 00:46:23.923 | sqlite3 2025-05-14 00:46:23.923 | conntrack 2025-05-14 00:46:23.923 | curl 2025-05-14 00:46:23.923 | ebtables 2025-05-14 00:46:23.923 | genisoimage 2025-05-14 00:46:23.923 | iptables 2025-05-14 00:46:23.923 | iputils-arping 2025-05-14 00:46:23.923 | kpartx 2025-05-14 00:46:23.923 | libjs-jquery-tablesorter 2025-05-14 00:46:23.923 | parted 2025-05-14 00:46:23.923 | pm-utils 2025-05-14 00:46:23.923 | python3-mysqldb 2025-05-14 00:46:23.923 | socat 2025-05-14 00:46:23.923 | sqlite3 2025-05-14 00:46:23.923 | sudo 2025-05-14 00:46:23.923 | vlan 2025-05-14 00:46:23.923 | lsscsi 2025-05-14 00:46:23.923 | open-iscsi 2025-05-14 00:46:23.923 | lvm2 2025-05-14 00:46:23.923 | qemu-utils 2025-05-14 00:46:23.923 | thin-provisioning-tools 2025-05-14 00:46:23.923 | acl 2025-05-14 00:46:23.923 | dnsmasq-base 2025-05-14 00:46:23.923 | dnsmasq-utils 2025-05-14 00:46:23.923 | ebtables 2025-05-14 00:46:23.923 | haproxy 2025-05-14 00:46:23.923 | iptables 2025-05-14 00:46:23.923 | iputils-arping 2025-05-14 00:46:23.923 | iputils-ping 2025-05-14 00:46:23.923 | postgresql-server-dev-all 2025-05-14 00:46:23.923 | python3-mysqldb 2025-05-14 00:46:23.923 | sqlite3 2025-05-14 00:46:23.923 | sudo 2025-05-14 00:46:23.923 | vlan 2025-05-14 00:46:23.923 | ipset 2025-05-14 00:46:23.923 | conntrack 2025-05-14 00:46:23.923 | conntrackd 2025-05-14 00:46:23.923 | keepalived ' 2025-05-14 00:46:23.925 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-05-14 00:46:23.927 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:46:23.929 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:46:23.931 | ++ 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 2025-05-14 00:46:23.931 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-05-14 00:46:23.935 | ++ 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 2025-05-14 00:46:23.937 | ++ functions-common:install_package:1459 : update_package_repo 2025-05-14 00:46:23.939 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:46:23.941 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2025-05-14 00:46:23.942 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:46:23.944 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:46:23.946 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:46:23.948 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:46:23.950 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:46:23.952 | ++ functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:46:23.954 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2025-05-14 00:46:23.955 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2025-05-14 00:46:23.957 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2025-05-14 00:46:23.959 | +++ functions-common:apt_get_update:1193 : id -u 2025-05-14 00:46:23.963 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2025-05-14 00:46:23.964 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2025-05-14 00:46:23.966 | ++ functions-common:time_start:2421 : local name=apt-get-update 2025-05-14 00:46:23.968 | ++ functions-common:time_start:2422 : local start_time= 2025-05-14 00:46:23.970 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:46:23.972 | +++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:46:23.975 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1747183583973 2025-05-14 00:46:23.977 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-05-14 00:46:23.979 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-05-14 00:46:23.981 | ++ 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' 2025-05-14 00:46:24.160 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-05-14 00:46:24.166 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-05-14 00:46:24.198 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-05-14 00:46:24.343 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,556 kB] 2025-05-14 00:46:24.391 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [416 kB] 2025-05-14 00:46:24.403 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-05-14 00:46:24.416 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,485 kB] 2025-05-14 00:46:24.450 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [620 kB] 2025-05-14 00:46:24.456 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-05-14 00:46:24.467 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,203 kB] 2025-05-14 00:46:24.491 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [297 kB] 2025-05-14 00:46:24.500 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-05-14 00:46:24.509 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-05-14 00:46:24.527 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-05-14 00:46:24.543 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-05-14 00:46:24.557 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.8 kB] 2025-05-14 00:46:24.573 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.4 kB] 2025-05-14 00:46:24.582 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-05-14 00:46:24.590 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-05-14 00:46:24.606 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2025-05-14 00:46:24.615 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-05-14 00:46:31.700 | Get:22 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-05-14 00:46:32.572 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,312 kB] 2025-05-14 00:46:33.847 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [352 kB] 2025-05-14 00:46:33.954 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-05-14 00:46:33.955 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,366 kB] 2025-05-14 00:46:34.601 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [601 kB] 2025-05-14 00:46:34.775 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-05-14 00:46:34.775 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [974 kB] 2025-05-14 00:46:35.518 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [210 kB] 2025-05-14 00:46:35.521 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-05-14 00:46:35.521 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-05-14 00:46:35.522 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-05-14 00:46:35.522 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-05-14 00:46:41.183 | Fetched 17.1 MB in 12s (1,467 kB/s) 2025-05-14 00:46:42.435 | Reading package lists... 2025-05-14 00:46:42.460 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2025-05-14 00:46:42.462 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2025-05-14 00:46:42.464 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:46:42.466 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:46:42.468 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:46:42.470 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:46:42.472 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:46:42.473 | ++ functions-common:time_stop:2441 : name=apt-get-update 2025-05-14 00:46:42.475 | ++ functions-common:time_stop:2442 : start_time=1747183583973 2025-05-14 00:46:42.477 | ++ functions-common:time_stop:2444 : [[ -z 1747183583973 ]] 2025-05-14 00:46:42.479 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:46:42.482 | ++ functions-common:time_stop:2447 : end_time=1747183602480 2025-05-14 00:46:42.484 | ++ functions-common:time_stop:2448 : elapsed_time=18507 2025-05-14 00:46:42.486 | ++ functions-common:time_stop:2449 : total=0 2025-05-14 00:46:42.487 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:46:42.489 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18507 2025-05-14 00:46:42.491 | ++ 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 2025-05-14 00:46:42.493 | ++ functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:46:42.495 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:46:42.497 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:46:42.499 | ++ 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 2025-05-14 00:46:42.515 | ++ 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 2025-05-14 00:46:42.577 | Reading package lists... 2025-05-14 00:46:42.838 | Building dependency tree... 2025-05-14 00:46:42.839 | Reading state information... 2025-05-14 00:46:43.075 | acl is already the newest version (2.3.1-1). 2025-05-14 00:46:43.075 | bc is already the newest version (1.07.1-3build1). 2025-05-14 00:46:43.075 | bc set to manually installed. 2025-05-14 00:46:43.075 | conntrack is already the newest version (1:1.4.6-2build2). 2025-05-14 00:46:43.075 | ebtables is already the newest version (2.0.11-4build2). 2025-05-14 00:46:43.075 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-05-14 00:46:43.075 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-05-14 00:46:43.075 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-05-14 00:46:43.075 | gettext is already the newest version (0.21-4ubuntu4). 2025-05-14 00:46:43.075 | ipset is already the newest version (7.15-1build1). 2025-05-14 00:46:43.075 | iputils-arping is already the newest version (3:20211215-1). 2025-05-14 00:46:43.075 | iputils-ping is already the newest version (3:20211215-1). 2025-05-14 00:46:43.075 | iputils-ping set to manually installed. 2025-05-14 00:46:43.075 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-05-14 00:46:43.075 | libffi-dev is already the newest version (3.4.2-4). 2025-05-14 00:46:43.075 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-05-14 00:46:43.075 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-05-14 00:46:43.075 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-05-14 00:46:43.075 | lsof set to manually installed. 2025-05-14 00:46:43.075 | lsscsi is already the newest version (0.31-1build2). 2025-05-14 00:46:43.075 | parted is already the newest version (3.4-2build1). 2025-05-14 00:46:43.075 | parted set to manually installed. 2025-05-14 00:46:43.075 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-05-14 00:46:43.075 | psmisc is already the newest version (23.4-2build3). 2025-05-14 00:46:43.075 | psmisc set to manually installed. 2025-05-14 00:46:43.075 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-05-14 00:46:43.075 | python3-systemd is already the newest version (234-3ubuntu2). 2025-05-14 00:46:43.075 | python3-systemd set to manually installed. 2025-05-14 00:46:43.075 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-05-14 00:46:43.075 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-05-14 00:46:43.075 | thin-provisioning-tools set to manually installed. 2025-05-14 00:46:43.075 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-05-14 00:46:43.075 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-05-14 00:46:43.075 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-05-14 00:46:43.075 | pm-utils is already the newest version (1.4.1-19). 2025-05-14 00:46:43.075 | postgresql-server-dev-all is already the newest version (238). 2025-05-14 00:46:43.075 | vlan is already the newest version (2.0.5ubuntu5). 2025-05-14 00:46:43.075 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-05-14 00:46:43.075 | curl set to manually installed. 2025-05-14 00:46:43.075 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-05-14 00:46:43.075 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-05-14 00:46:43.075 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-05-14 00:46:43.075 | gawk set to manually installed. 2025-05-14 00:46:43.075 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-05-14 00:46:43.075 | git set to manually installed. 2025-05-14 00:46:43.075 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-05-14 00:46:43.075 | iptables set to manually installed. 2025-05-14 00:46:43.075 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-05-14 00:46:43.075 | kpartx set to manually installed. 2025-05-14 00:46:43.075 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-05-14 00:46:43.075 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-05-14 00:46:43.075 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-05-14 00:46:43.075 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-05-14 00:46:43.075 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-05-14 00:46:43.075 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-05-14 00:46:43.075 | sudo set to manually installed. 2025-05-14 00:46:43.075 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-05-14 00:46:43.075 | tar set to manually installed. 2025-05-14 00:46:43.075 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-05-14 00:46:43.075 | tcpdump set to manually installed. 2025-05-14 00:46:43.075 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-05-14 00:46:43.075 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-05-14 00:46:43.075 | uuid-runtime set to manually installed. 2025-05-14 00:46:43.075 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-05-14 00:46:43.075 | wget set to manually installed. 2025-05-14 00:46:43.075 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-05-14 00:46:43.075 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-05-14 00:46:43.075 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-05-14 00:46:43.075 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-05-14 00:46:43.075 | The following additional packages will be installed: 2025-05-14 00:46:43.077 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-05-14 00:46:43.077 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-05-14 00:46:43.077 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-05-14 00:46:43.077 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-05-14 00:46:43.077 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-05-14 00:46:43.078 | Suggested packages: 2025-05-14 00:46:43.079 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-05-14 00:46:43.079 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-05-14 00:46:43.079 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-05-14 00:46:43.079 | systemd-container libtss2-rc0 2025-05-14 00:46:43.079 | Recommended packages: 2025-05-14 00:46:43.079 | krb5-locales 2025-05-14 00:46:43.124 | The following packages will be upgraded: 2025-05-14 00:46:43.125 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-05-14 00:46:43.125 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-05-14 00:46:43.125 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-05-14 00:46:43.125 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-05-14 00:46:43.125 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-05-14 00:46:43.125 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-05-14 00:46:43.126 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-05-14 00:46:43.126 | systemd-timesyncd 2025-05-14 00:46:43.613 | Preconfiguring packages ... 2025-05-14 00:46:43.703 | 42 upgraded, 0 newly installed, 0 to remove and 130 not upgraded. 2025-05-14 00:46:43.703 | Need to get 0 B/22.3 MB of archives. 2025-05-14 00:46:43.703 | After this operation, 33.8 kB of additional disk space will be used. 2025-05-14 00:46:44.187 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:46:44.194 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-05-14 00:46:44.209 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-05-14 00:46:44.390 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-05-14 00:46:44.406 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-05-14 00:46:44.473 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-05-14 00:46:44.486 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-05-14 00:46:44.555 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-05-14 00:46:44.566 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-05-14 00:46:44.628 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-05-14 00:46:44.641 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-05-14 00:46:44.699 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-05-14 00:46:44.710 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-05-14 00:46:44.887 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-05-14 00:46:44.900 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-05-14 00:46:45.000 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-05-14 00:46:45.240 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:46:45.247 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-05-14 00:46:45.293 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-05-14 00:46:45.696 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-05-14 00:46:45.846 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-05-14 00:46:45.987 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-05-14 00:46:46.122 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:46:46.129 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-05-14 00:46:46.152 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-05-14 00:46:46.203 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... 2025-05-14 00:46:46.215 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-05-14 00:46:46.304 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... 2025-05-14 00:46:46.315 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-05-14 00:46:46.399 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-05-14 00:46:46.416 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-05-14 00:46:46.503 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-05-14 00:46:46.514 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-05-14 00:46:46.611 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-05-14 00:46:46.621 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-05-14 00:46:46.724 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-05-14 00:46:46.735 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-05-14 00:46:46.801 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-05-14 00:46:46.824 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-05-14 00:46:46.932 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-05-14 00:46:46.947 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-05-14 00:46:47.014 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-05-14 00:46:47.028 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-05-14 00:46:47.096 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-05-14 00:46:47.120 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-05-14 00:46:47.244 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-05-14 00:46:47.478 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-05-14 00:46:47.553 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:47.565 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:47.629 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:47.776 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:46:47.783 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:47.795 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:47.858 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:47.976 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:46:47.982 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:47.993 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:48.062 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:48.180 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:46:48.186 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:48.197 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:48.264 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:48.388 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:46:48.394 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:48.406 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:48.465 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:48.477 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:48.535 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:48.547 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:48.599 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:48.610 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:48.674 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-05-14 00:46:48.684 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-05-14 00:46:48.750 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.13_amd64.deb ... 2025-05-14 00:46:48.760 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.13) over (1:8.9p1-3ubuntu0.10) ... 2025-05-14 00:46:48.825 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.13_amd64.deb ... 2025-05-14 00:46:48.854 | Unpacking openssh-server (1:8.9p1-3ubuntu0.13) over (1:8.9p1-3ubuntu0.10) ... 2025-05-14 00:46:48.940 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... 2025-05-14 00:46:48.962 | Unpacking openssh-client (1:8.9p1-3ubuntu0.13) over (1:8.9p1-3ubuntu0.10) ... 2025-05-14 00:46:49.046 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-05-14 00:46:49.059 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-05-14 00:46:49.169 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-05-14 00:46:49.181 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-05-14 00:46:49.251 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-05-14 00:46:49.262 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-05-14 00:46:49.328 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-05-14 00:46:49.340 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-05-14 00:46:49.395 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-05-14 00:46:49.406 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-05-14 00:46:49.495 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-05-14 00:46:49.507 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-05-14 00:46:49.569 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-05-14 00:46:49.593 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-05-14 00:46:49.647 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-05-14 00:46:49.659 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-05-14 00:46:49.758 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-05-14 00:46:49.770 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-05-14 00:46:49.833 | Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... 2025-05-14 00:46:49.905 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-05-14 00:46:49.915 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-05-14 00:46:50.751 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-05-14 00:46:51.454 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-05-14 00:46:52.462 | iscsid.service is a disabled or a static unit, not starting it. 2025-05-14 00:46:53.291 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-05-14 00:46:53.302 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:53.313 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-05-14 00:46:53.324 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-05-14 00:46:53.845 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-05-14 00:46:53.859 | update-initramfs: deferring update (trigger activated) 2025-05-14 00:46:53.864 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-05-14 00:46:54.264 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-05-14 00:46:54.329 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:54.340 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-05-14 00:46:54.352 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-05-14 00:46:54.363 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-05-14 00:46:54.379 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... 2025-05-14 00:46:54.390 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-05-14 00:46:55.103 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-05-14 00:46:55.114 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:55.125 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-05-14 00:46:55.136 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-05-14 00:46:55.146 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:55.156 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.13) ... 2025-05-14 00:46:55.168 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-05-14 00:46:55.180 | Setting up openssh-server (1:8.9p1-3ubuntu0.13) ... 2025-05-14 00:46:56.031 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-05-14 00:46:56.567 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-05-14 00:46:56.611 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-05-14 00:46:56.624 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-05-14 00:46:56.640 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-05-14 00:46:56.652 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-05-14 00:46:56.757 | update-initramfs: deferring update (trigger activated) 2025-05-14 00:46:58.252 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-05-14 00:46:58.263 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.7) ... 2025-05-14 00:46:58.273 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-05-14 00:46:58.284 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-05-14 00:46:58.462 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-05-14 00:46:58.473 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-05-14 00:47:00.459 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-05-14 00:47:00.482 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-05-14 00:47:00.499 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-05-14 00:47:00.546 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-05-14 00:47:00.589 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-05-14 00:47:00.663 | Processing triggers for man-db (2.10.2-1) ... 2025-05-14 00:47:00.936 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-05-14 00:47:00.951 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-05-14 00:47:00.988 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-05-14 00:47:07.608 | NEEDRESTART-VER: 3.5 2025-05-14 00:47:08.344 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-05-14 00:47:08.344 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-05-14 00:47:08.344 | NEEDRESTART-KSTA: 1 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: conntrackd.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: dbus.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: epmd.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: irqbalance.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: mariadb.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: memcached.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: ModemManager.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: multipathd.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: open-vm-tools.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: ovsdb-server.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: packagekit.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: pmcd.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: pmie.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: pmie_farm.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: pmlogger.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: pmlogger_farm.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: pmproxy.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: polkit.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: rabbitmq-server.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: systemd-logind.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: systemd-udevd.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: udisks2.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: user@1001.service 2025-05-14 00:47:08.344 | NEEDRESTART-SVC: vgauth.service 2025-05-14 00:47:10.693 | ++ functions-common:apt_get:1230 : result=0 2025-05-14 00:47:10.695 | ++ functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:47:10.697 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:47:10.699 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:10.701 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:10.702 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:47:10.704 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:10.706 | ++ functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:47:10.708 | ++ functions-common:time_stop:2442 : start_time=1747183602513 2025-05-14 00:47:10.710 | ++ functions-common:time_stop:2444 : [[ -z 1747183602513 ]] 2025-05-14 00:47:10.712 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:10.715 | ++ functions-common:time_stop:2447 : end_time=1747183630713 2025-05-14 00:47:10.717 | ++ functions-common:time_stop:2448 : elapsed_time=28200 2025-05-14 00:47:10.719 | ++ functions-common:time_stop:2449 : total=554 2025-05-14 00:47:10.720 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:10.722 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=28754 2025-05-14 00:47:10.724 | ++ functions-common:apt_get:1234 : return 0 2025-05-14 00:47:10.726 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-05-14 00:47:10.728 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-05-14 00:47:10.731 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-05-14 00:47:10.734 | ++ tools/install_prereqs.sh:source:89 : date 2025-05-14 00:47:10.737 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2025-05-14 00:47:10.739 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2025-05-14 00:47:10.742 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2025-05-14 00:47:11.066 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-05-14 00:47:11.067 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-05-14 00:47:11.069 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-05-14 00:47:11.070 | + tools/install_pip.sh:main:43 : GetDistro 2025-05-14 00:47:11.071 | + functions-common:GetDistro:449 : GetOSVersion 2025-05-14 00:47:11.073 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-05-14 00:47:11.074 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-05-14 00:47:11.075 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-05-14 00:47:11.076 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-05-14 00:47:11.078 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-05-14 00:47:11.079 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-05-14 00:47:11.080 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-05-14 00:47:11.081 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-05-14 00:47:11.083 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-05-14 00:47:11.084 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-05-14 00:47:11.085 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-05-14 00:47:11.087 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-05-14 00:47:11.088 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-05-14 00:47:11.089 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-05-14 00:47:11.090 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-05-14 00:47:11.092 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-05-14 00:47:11.093 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-05-14 00:47:11.095 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-05-14 00:47:11.096 | + functions-common:_ensure_lsb_release:394 : return 2025-05-14 00:47:11.098 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-05-14 00:47:11.131 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-05-14 00:47:11.133 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-05-14 00:47:11.167 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-05-14 00:47:11.169 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-05-14 00:47:11.204 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-05-14 00:47:11.205 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-05-14 00:47:11.207 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-05-14 00:47:11.208 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-05-14 00:47:11.210 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-05-14 00:47:11.211 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-05-14 00:47:11.213 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-05-14 00:47:11.214 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-05-14 00:47:11.215 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-05-14 00:47:11.217 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2025-05-14 00:47:11.218 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-05-14 00:47:11.218 | Distro: jammy 2025-05-14 00:47:11.220 | + tools/install_pip.sh:main:124 : get_versions 2025-05-14 00:47:11.221 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-05-14 00:47:11.224 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-05-14 00:47:11.225 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-05-14 00:47:11.227 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-05-14 00:47:11.227 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-05-14 00:47:11.284 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-05-14 00:47:11.286 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-05-14 00:47:11.286 | pip: 0.1.15 2025-05-14 00:47:11.287 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-05-14 00:47:11.289 | + tools/install_pip.sh:main:130 : is_fedora 2025-05-14 00:47:11.290 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-05-14 00:47:11.291 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-05-14 00:47:11.293 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-05-14 00:47:11.294 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-05-14 00:47:11.295 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-05-14 00:47:11.296 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-05-14 00:47:11.298 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-05-14 00:47:11.299 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-05-14 00:47:11.300 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-05-14 00:47:11.301 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-05-14 00:47:11.303 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-05-14 00:47:11.304 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-05-14 00:47:11.305 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-05-14 00:47:11.307 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:11.308 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:11.309 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-05-14 00:47:11.313 | + tools/install_pip.sh:main:153 : set -x 2025-05-14 00:47:11.314 | + tools/install_pip.sh:main:156 : get_versions 2025-05-14 00:47:11.316 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-05-14 00:47:11.319 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-05-14 00:47:11.320 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-05-14 00:47:11.322 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-05-14 00:47:11.322 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-05-14 00:47:11.330 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-05-14 00:47:11.332 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-05-14 00:47:11.332 | pip: 0.1.15 2025-05-14 00:47:11.334 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-05-14 00:47:11.336 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-05-14 00:47:11.339 | + stack.sh:main:805 : fixup_all 2025-05-14 00:47:11.341 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2025-05-14 00:47:11.343 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2025-05-14 00:47:11.344 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:11.346 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:11.348 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-05-14 00:47:11.358 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-05-14 00:47:11.367 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-05-14 00:47:11.376 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2025-05-14 00:47:11.378 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-05-14 00:47:11.379 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-05-14 00:47:11.381 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-05-14 00:47:11.383 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-05-14 00:47:11.384 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-05-14 00:47:11.386 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-05-14 00:47:11.388 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-05-14 00:47:11.390 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-05-14 00:47:11.391 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-05-14 00:47:11.393 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-05-14 00:47:11.395 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-05-14 00:47:11.396 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-05-14 00:47:11.398 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-05-14 00:47:11.400 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-05-14 00:47:11.402 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2025-05-14 00:47:11.404 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2025-05-14 00:47:11.406 | + functions-common:is_suse:544 : is_opensuse 2025-05-14 00:47:11.408 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:47:11.409 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:47:11.412 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:47:11.413 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:47:11.415 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:47:11.417 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2025-05-14 00:47:11.419 | + stack.sh:main:808 : pip_install -U os-testr 2025-05-14 00:47:11.435 | Using python 3.10 to install os-testr 2025-05-14 00:47:11.437 | + 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 2025-05-14 00:47:12.636 | Collecting os-testr 2025-05-14 00:47:12.638 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-05-14 00:47:12.687 | Collecting pbr!=2.1.0,>=2.0.0 2025-05-14 00:47:12.690 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-05-14 00:47:12.712 | Collecting python-subunit>=1.0.0 2025-05-14 00:47:12.714 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-05-14 00:47:12.717 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2025-05-14 00:47:12.724 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2025-05-14 00:47:12.917 | Installing collected packages: python-subunit, pbr, os-testr 2025-05-14 00:47:12.917 | Attempting uninstall: python-subunit 2025-05-14 00:47:12.920 | Found existing installation: python-subunit 1.4.0 2025-05-14 00:47:12.925 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:12.925 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2025-05-14 00:47:13.006 | Attempting uninstall: pbr 2025-05-14 00:47:13.007 | Found existing installation: pbr 5.8.0 2025-05-14 00:47:13.009 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:13.009 | Can't uninstall 'pbr'. No files were found to uninstall. 2025-05-14 00:47:13.070 | Attempting uninstall: os-testr 2025-05-14 00:47:13.071 | Found existing installation: os-testr 2.0.1 2025-05-14 00:47:13.072 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:13.072 | Can't uninstall 'os-testr'. No files were found to uninstall. 2025-05-14 00:47:13.095 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2025-05-14 00:47:13.095 | 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 2025-05-14 00:47:13.182 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:13.184 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:13.186 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:13.188 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:13.190 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:13.192 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:13.193 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:13.195 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:13.197 | + functions-common:time_stop:2442 : start_time=1747183631431 2025-05-14 00:47:13.199 | + functions-common:time_stop:2444 : [[ -z 1747183631431 ]] 2025-05-14 00:47:13.201 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:13.204 | + functions-common:time_stop:2447 : end_time=1747183633203 2025-05-14 00:47:13.206 | + functions-common:time_stop:2448 : elapsed_time=1772 2025-05-14 00:47:13.208 | + functions-common:time_stop:2449 : total=0 2025-05-14 00:47:13.210 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:13.212 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1772 2025-05-14 00:47:13.214 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:13.216 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-05-14 00:47:13.259 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2025-05-14 00:47:13.319 | + stack.sh:main:819 : install_infra 2025-05-14 00:47:13.322 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-05-14 00:47:13.324 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-05-14 00:47:13.326 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-05-14 00:47:16.532 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-05-14 00:47:16.535 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-05-14 00:47:16.553 | + 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 2025-05-14 00:47:17.522 | Collecting pbr 2025-05-14 00:47:17.526 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-05-14 00:47:17.553 | Installing collected packages: pbr 2025-05-14 00:47:17.619 | Successfully installed pbr-5.11.1 2025-05-14 00:47:17.696 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:17.697 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:17.699 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:17.701 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:17.703 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:17.704 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:17.706 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:17.707 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:17.709 | + functions-common:time_stop:2442 : start_time=1747183636548 2025-05-14 00:47:17.711 | + functions-common:time_stop:2444 : [[ -z 1747183636548 ]] 2025-05-14 00:47:17.713 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:17.716 | + functions-common:time_stop:2447 : end_time=1747183637714 2025-05-14 00:47:17.718 | + functions-common:time_stop:2448 : elapsed_time=1166 2025-05-14 00:47:17.720 | + functions-common:time_stop:2449 : total=1772 2025-05-14 00:47:17.721 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:17.723 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2938 2025-05-14 00:47:17.724 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:17.726 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-05-14 00:47:17.728 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-05-14 00:47:17.746 | + 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 2025-05-14 00:47:18.604 | Processing /opt/stack/requirements 2025-05-14 00:47:18.605 | Preparing metadata (setup.py): started 2025-05-14 00:47:19.227 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:47:19.321 | Collecting Parsley>=1.2 2025-05-14 00:47:19.325 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-05-14 00:47:19.436 | Collecting PyYAML>=3.12 2025-05-14 00:47:19.444 | 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) 2025-05-14 00:47:19.556 | Collecting beagle>=0.2.1 2025-05-14 00:47:19.558 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-05-14 00:47:19.585 | Collecting fixtures>=3.0.0 2025-05-14 00:47:19.585 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-05-14 00:47:19.629 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-05-14 00:47:19.632 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-05-14 00:47:19.690 | Collecting requests>=2.14.2 2025-05-14 00:47:19.693 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-05-14 00:47:19.717 | Collecting six>=1.10.0 2025-05-14 00:47:19.719 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-05-14 00:47:19.735 | 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.dev6113) (5.11.1) 2025-05-14 00:47:19.773 | Collecting cliff>=2.11.0 2025-05-14 00:47:19.776 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-05-14 00:47:19.856 | Collecting urllib3<1.27,>=1.21.1 2025-05-14 00:47:19.859 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-05-14 00:47:19.887 | Collecting idna<4,>=2.5 2025-05-14 00:47:19.890 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-05-14 00:47:19.929 | Collecting certifi>=2017.4.17 2025-05-14 00:47:19.933 | Using cached certifi-2025.4.26-py3-none-any.whl (159 kB) 2025-05-14 00:47:20.150 | Collecting charset-normalizer<3,>=2 2025-05-14 00:47:20.153 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-05-14 00:47:20.257 | Collecting cmd2>=1.0.0 2025-05-14 00:47:20.261 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-05-14 00:47:20.302 | Collecting stevedore>=2.0.1 2025-05-14 00:47:20.305 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-05-14 00:47:20.388 | Collecting importlib-metadata>=4.4 2025-05-14 00:47:20.390 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-05-14 00:47:20.424 | Collecting PrettyTable>=0.7.2 2025-05-14 00:47:20.426 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-05-14 00:47:20.448 | Collecting autopage>=0.4.0 2025-05-14 00:47:20.450 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-05-14 00:47:20.516 | Collecting wcwidth>=0.1.7 2025-05-14 00:47:20.519 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2025-05-14 00:47:20.552 | Collecting attrs>=16.3.0 2025-05-14 00:47:20.555 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-05-14 00:47:20.576 | Collecting pyperclip>=1.6 2025-05-14 00:47:20.576 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-05-14 00:47:20.640 | Collecting zipp>=0.5 2025-05-14 00:47:20.642 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-05-14 00:47:20.704 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-05-14 00:47:20.854 | 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 2025-05-14 00:47:21.666 | Running setup.py install for openstack-requirements: started 2025-05-14 00:47:23.000 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-05-14 00:47:23.009 | 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-2025.4.26 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.dev6113 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 2025-05-14 00:47:23.123 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:23.125 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:23.126 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:23.128 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:23.130 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:23.132 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:23.134 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:23.136 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:23.137 | + functions-common:time_stop:2442 : start_time=1747183637740 2025-05-14 00:47:23.139 | + functions-common:time_stop:2444 : [[ -z 1747183637740 ]] 2025-05-14 00:47:23.142 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:23.145 | + functions-common:time_stop:2447 : end_time=1747183643142 2025-05-14 00:47:23.146 | + functions-common:time_stop:2448 : elapsed_time=5402 2025-05-14 00:47:23.148 | + functions-common:time_stop:2449 : total=2938 2025-05-14 00:47:23.150 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:23.151 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8340 2025-05-14 00:47:23.153 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:23.155 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-05-14 00:47:23.157 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-05-14 00:47:23.159 | + inc/python:use_library_from_git:246 : local name=pbr 2025-05-14 00:47:23.161 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:23.163 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:23.165 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2025-05-14 00:47:23.167 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:23.169 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-05-14 00:47:23.186 | Using python 3.10 to install pbr 2025-05-14 00:47:23.188 | + 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 2025-05-14 00:47:24.090 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2025-05-14 00:47:24.365 | 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 2025-05-14 00:47:24.465 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:24.467 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:24.470 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:24.472 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:24.474 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:24.475 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:24.478 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:24.480 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:24.482 | + functions-common:time_stop:2442 : start_time=1747183643182 2025-05-14 00:47:24.484 | + functions-common:time_stop:2444 : [[ -z 1747183643182 ]] 2025-05-14 00:47:24.486 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:24.489 | + functions-common:time_stop:2447 : end_time=1747183644487 2025-05-14 00:47:24.491 | + functions-common:time_stop:2448 : elapsed_time=1305 2025-05-14 00:47:24.493 | + functions-common:time_stop:2449 : total=8340 2025-05-14 00:47:24.495 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:24.496 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9645 2025-05-14 00:47:24.498 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:24.500 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2025-05-14 00:47:27.739 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2025-05-14 00:47:28.254 | Collecting bindep 2025-05-14 00:47:28.256 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-05-14 00:47:28.287 | Collecting Parsley 2025-05-14 00:47:28.289 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-05-14 00:47:28.310 | Collecting distro>=1.7 2025-05-14 00:47:28.312 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-05-14 00:47:28.360 | Collecting pbr>=2 2025-05-14 00:47:28.363 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-05-14 00:47:28.402 | Collecting packaging 2025-05-14 00:47:28.404 | Using cached packaging-25.0-py3-none-any.whl (66 kB) 2025-05-14 00:47:28.408 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-05-14 00:47:28.448 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-05-14 00:47:28.695 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-25.0 pbr-6.1.1 2025-05-14 00:47:28.769 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-05-14 00:47:28.771 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-05-14 00:47:28.774 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2025-05-14 00:47:28.787 | + stack.sh:main:828 : pkgs= 2025-05-14 00:47:28.789 | + stack.sh:main:829 : [[ -n '' ]] 2025-05-14 00:47:28.791 | + stack.sh:main:836 : run_phase stack pre-install 2025-05-14 00:47:28.793 | + functions-common:run_phase:1863 : local mode=stack 2025-05-14 00:47:28.795 | + functions-common:run_phase:1864 : local phase=pre-install 2025-05-14 00:47:28.796 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-05-14 00:47:28.798 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-05-14 00:47:28.800 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-05-14 00:47:28.802 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-05-14 00:47:28.803 | + functions-common:run_phase:1873 : local extra 2025-05-14 00:47:28.806 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-05-14 00:47:28.809 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-05-14 00:47:28.811 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-05-14 00:47:28.813 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-05-14 00:47:28.815 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-05-14 00:47:28.816 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-05-14 00:47:28.828 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:28.830 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:47:28.831 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.833 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-05-14 00:47:28.834 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.836 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:47:28.838 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.839 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-05-14 00:47:28.841 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.843 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-05-14 00:47:28.844 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.846 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:47:28.848 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-05-14 00:47:28.849 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-05-14 00:47:28.851 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:47:28.853 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-05-14 00:47:28.854 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2025-05-14 00:47:28.856 | + functions-common:run_plugins:1849 : local mode=stack 2025-05-14 00:47:28.858 | + functions-common:run_plugins:1850 : local phase=pre-install 2025-05-14 00:47:28.859 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-05-14 00:47:28.861 | + functions-common:run_plugins:1853 : local plugin 2025-05-14 00:47:28.863 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-05-14 00:47:28.865 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:47:28.866 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-05-14 00:47:28.868 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-05-14 00:47:28.870 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:47:28.872 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.874 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-05-14 00:47:28.875 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.877 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:47:28.879 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:47:28.881 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-05-14 00:47:28.883 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2025-05-14 00:47:28.885 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-05-14 00:47:28.887 | + functions:set_systemd_override:832 : local value=2048 2025-05-14 00:47:28.888 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-05-14 00:47:28.890 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-05-14 00:47:28.933 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-05-14 00:47:28.933 | Set systemd system override for DefaultLimitNOFILE=2048 2025-05-14 00:47:28.935 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-05-14 00:47:29.170 | + stack.sh:main:841 : install_rpc_backend 2025-05-14 00:47:29.172 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-05-14 00:47:29.184 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:29.186 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-05-14 00:47:29.188 | + functions-common:install_package:1459 : update_package_repo 2025-05-14 00:47:29.190 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:47:29.192 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-05-14 00:47:29.194 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:47:29.196 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:47:29.198 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:47:29.199 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:29.201 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:29.203 | + functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:47:29.205 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-05-14 00:47:29.206 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-05-14 00:47:29.208 | + functions-common:apt_get_update:1186 : return 2025-05-14 00:47:29.210 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2025-05-14 00:47:29.212 | + functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:47:29.213 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:29.215 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:29.217 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2025-05-14 00:47:29.233 | + 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 2025-05-14 00:47:29.292 | Reading package lists... 2025-05-14 00:47:29.533 | Building dependency tree... 2025-05-14 00:47:29.534 | Reading state information... 2025-05-14 00:47:29.754 | The following packages will be upgraded: 2025-05-14 00:47:29.754 | rabbitmq-server 2025-05-14 00:47:30.094 | 1 upgraded, 0 newly installed, 0 to remove and 129 not upgraded. 2025-05-14 00:47:30.094 | Need to get 0 B/15.2 MB of archives. 2025-05-14 00:47:30.094 | After this operation, 0 B of additional disk space will be used. 2025-05-14 00:47:30.199 | (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 ... 166490 files and directories currently installed.) 2025-05-14 00:47:30.206 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-05-14 00:47:30.222 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-05-14 00:47:30.668 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-05-14 00:47:36.302 | Processing triggers for man-db (2.10.2-1) ... 2025-05-14 00:47:36.757 | NEEDRESTART-VER: 3.5 2025-05-14 00:47:37.286 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-05-14 00:47:37.287 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-05-14 00:47:37.287 | NEEDRESTART-KSTA: 1 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: conntrackd.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: dbus.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: epmd.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: irqbalance.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: mariadb.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: memcached.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: ModemManager.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: multipathd.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: open-vm-tools.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: ovsdb-server.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: packagekit.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: pmcd.service 2025-05-14 00:47:37.287 | NEEDRESTART-SVC: pmie.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: pmie_farm.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: pmlogger.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: pmlogger_farm.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: pmproxy.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: polkit.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: systemd-logind.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: systemd-udevd.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: udisks2.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: user@1001.service 2025-05-14 00:47:37.288 | NEEDRESTART-SVC: vgauth.service 2025-05-14 00:47:39.645 | + functions-common:apt_get:1230 : result=0 2025-05-14 00:47:39.647 | + functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:47:39.649 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:39.650 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:39.652 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:39.654 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:39.655 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:39.657 | + functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:47:39.659 | + functions-common:time_stop:2442 : start_time=1747183649230 2025-05-14 00:47:39.661 | + functions-common:time_stop:2444 : [[ -z 1747183649230 ]] 2025-05-14 00:47:39.663 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:39.666 | + functions-common:time_stop:2447 : end_time=1747183659664 2025-05-14 00:47:39.667 | + functions-common:time_stop:2448 : elapsed_time=10434 2025-05-14 00:47:39.669 | + functions-common:time_stop:2449 : total=28754 2025-05-14 00:47:39.671 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:39.673 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39188 2025-05-14 00:47:39.674 | + functions-common:apt_get:1234 : return 0 2025-05-14 00:47:39.676 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2025-05-14 00:47:39.678 | + functions-common:is_suse:544 : is_opensuse 2025-05-14 00:47:39.680 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:47:39.681 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:47:39.683 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:47:39.685 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:47:39.687 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:47:39.688 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2025-05-14 00:47:39.690 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-05-14 00:47:39.692 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-05-14 00:47:39.694 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-05-14 00:47:39.695 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-05-14 00:47:39.697 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-05-14 00:47:39.699 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-05-14 00:47:39.701 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-05-14 00:47:39.702 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-05-14 00:47:39.704 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-05-14 00:47:39.706 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-05-14 00:47:39.708 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-05-14 00:47:39.710 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-05-14 00:47:39.712 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2025-05-14 00:47:39.713 | + functions-common:is_suse:544 : is_opensuse 2025-05-14 00:47:39.715 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:47:39.717 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:47:39.719 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:47:39.721 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:47:39.723 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:47:39.725 | + stack.sh:main:842 : restart_rpc_backend 2025-05-14 00:47:39.726 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2025-05-14 00:47:39.739 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:39.741 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2025-05-14 00:47:39.742 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:47:39.744 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2025-05-14 00:47:39.746 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2025-05-14 00:47:39.749 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2025-05-14 00:47:39.752 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2025-05-14 00:47:39.754 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2025-05-14 00:47:39.756 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2025-05-14 00:47:39.758 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2025-05-14 00:47:39.760 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2025-05-14 00:47:39.761 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2025-05-14 00:47:39.764 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2025-05-14 00:47:40.230 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2025-05-14 00:47:40.230 | user tags 2025-05-14 00:47:40.230 | guest [administrator]' 2025-05-14 00:47:40.233 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2025-05-14 00:47:40.233 | user tags 2025-05-14 00:47:40.233 | guest [administrator]' 2025-05-14 00:47:40.233 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2025-05-14 00:47:40.238 | + lib/rpc_backend:rabbit_setuser:176 : found= 2025-05-14 00:47:40.240 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2025-05-14 00:47:40.242 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-05-14 00:47:40.681 | Adding user "stackrabbit" ... 2025-05-14 00:47:40.688 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-05-14 00:47:40.700 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-05-14 00:47:41.167 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-05-14 00:47:41.186 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2025-05-14 00:47:41.188 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-05-14 00:47:41.661 | Changing password for user "stackrabbit" ... 2025-05-14 00:47:41.681 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2025-05-14 00:47:41.683 | + lib/rpc_backend:restart_rpc_backend:116 : break 2025-05-14 00:47:41.685 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2025-05-14 00:47:42.147 | Deleting user "guest" ... 2025-05-14 00:47:42.165 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2025-05-14 00:47:42.179 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:42.181 | + stack.sh:main:845 : install_database 2025-05-14 00:47:42.183 | + lib/database:install_database:118 : install_database_mysql 2025-05-14 00:47:42.184 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2025-05-14 00:47:42.186 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:42.188 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:42.190 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2025-05-14 00:47:42.309 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2025-05-14 00:47:42.312 | + lib/databases/mysql:install_database_mysql:207 : cat 2025-05-14 00:47:42.315 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2025-05-14 00:47:42.316 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:42.318 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:42.320 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2025-05-14 00:47:42.322 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2025-05-14 00:47:42.325 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2025-05-14 00:47:42.327 | + stack.sh:main:847 : '[' -n mysql ']' 2025-05-14 00:47:42.329 | + stack.sh:main:848 : install_database_python 2025-05-14 00:47:42.331 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-05-14 00:47:42.333 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2025-05-14 00:47:42.334 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2025-05-14 00:47:42.336 | + inc/python:pip_install_gr:77 : local clean_name 2025-05-14 00:47:42.339 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2025-05-14 00:47:42.341 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2025-05-14 00:47:42.343 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-05-14 00:47:42.346 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-05-14 00:47:42.346 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-05-14 00:47:42.350 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2025-05-14 00:47:42.352 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2025-05-14 00:47:42.354 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2025-05-14 00:47:42.356 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2025-05-14 00:47:42.358 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2025-05-14 00:47:42.375 | Using python 3.10 to install PyMySQL 2025-05-14 00:47:42.377 | + 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 2025-05-14 00:47:43.391 | Collecting PyMySQL 2025-05-14 00:47:43.394 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2025-05-14 00:47:43.571 | Installing collected packages: PyMySQL 2025-05-14 00:47:43.608 | Successfully installed PyMySQL-1.0.2 2025-05-14 00:47:43.608 | 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 2025-05-14 00:47:43.698 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:43.701 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:43.703 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:43.705 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:43.706 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:43.708 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:43.710 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:43.712 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:43.713 | + functions-common:time_stop:2442 : start_time=1747183662371 2025-05-14 00:47:43.715 | + functions-common:time_stop:2444 : [[ -z 1747183662371 ]] 2025-05-14 00:47:43.718 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:43.721 | + functions-common:time_stop:2447 : end_time=1747183663718 2025-05-14 00:47:43.722 | + functions-common:time_stop:2448 : elapsed_time=1347 2025-05-14 00:47:43.724 | + functions-common:time_stop:2449 : total=9645 2025-05-14 00:47:43.726 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:43.728 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10992 2025-05-14 00:47:43.730 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:43.732 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-05-14 00:47:43.733 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-05-14 00:47:43.735 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-05-14 00:47:43.737 | + stack.sh:main:851 : is_service_enabled neutron 2025-05-14 00:47:43.750 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:43.752 | + stack.sh:main:852 : install_neutron_agent_packages 2025-05-14 00:47:43.754 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2025-05-14 00:47:43.767 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:43.769 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2025-05-14 00:47:43.771 | + functions-common:install_package:1459 : update_package_repo 2025-05-14 00:47:43.773 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:47:43.775 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-05-14 00:47:43.776 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:47:43.778 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:47:43.780 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:47:43.782 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:43.784 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:43.786 | + functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:47:43.788 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-05-14 00:47:43.789 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-05-14 00:47:43.791 | + functions-common:apt_get_update:1186 : return 2025-05-14 00:47:43.793 | + functions-common:install_package:1460 : real_install_package radvd 2025-05-14 00:47:43.795 | + functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:47:43.797 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:43.799 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:43.801 | + functions-common:real_install_package:1446 : apt_get install radvd 2025-05-14 00:47:43.818 | + 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 2025-05-14 00:47:43.879 | Reading package lists... 2025-05-14 00:47:44.137 | Building dependency tree... 2025-05-14 00:47:44.139 | Reading state information... 2025-05-14 00:47:44.384 | radvd is already the newest version (1:2.18-3build2). 2025-05-14 00:47:44.384 | 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded. 2025-05-14 00:47:44.388 | + functions-common:apt_get:1230 : result=0 2025-05-14 00:47:44.391 | + functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:47:44.393 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:44.395 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:44.397 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:44.399 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:44.401 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:44.403 | + functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:47:44.405 | + functions-common:time_stop:2442 : start_time=1747183663815 2025-05-14 00:47:44.407 | + functions-common:time_stop:2444 : [[ -z 1747183663815 ]] 2025-05-14 00:47:44.409 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:44.413 | + functions-common:time_stop:2447 : end_time=1747183664411 2025-05-14 00:47:44.414 | + functions-common:time_stop:2448 : elapsed_time=596 2025-05-14 00:47:44.416 | + functions-common:time_stop:2449 : total=39188 2025-05-14 00:47:44.418 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:44.420 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39784 2025-05-14 00:47:44.422 | + functions-common:apt_get:1234 : return 0 2025-05-14 00:47:44.424 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-05-14 00:47:44.438 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:44.440 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2025-05-14 00:47:44.442 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-05-14 00:47:44.444 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-05-14 00:47:44.446 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-05-14 00:47:44.462 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-05-14 00:47:44.464 | + functions-common:install_package:1459 : update_package_repo 2025-05-14 00:47:44.466 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:47:44.468 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-05-14 00:47:44.470 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:47:44.472 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:47:44.473 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:47:44.475 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:44.477 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:44.479 | + functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:47:44.481 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-05-14 00:47:44.483 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-05-14 00:47:44.485 | + functions-common:apt_get_update:1186 : return 2025-05-14 00:47:44.487 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2025-05-14 00:47:44.489 | + functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:47:44.491 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:44.493 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:44.495 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2025-05-14 00:47:44.512 | + 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 2025-05-14 00:47:44.573 | Reading package lists... 2025-05-14 00:47:44.830 | Building dependency tree... 2025-05-14 00:47:44.831 | Reading state information... 2025-05-14 00:47:45.091 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-05-14 00:47:45.091 | fakeroot set to manually installed. 2025-05-14 00:47:45.091 | make is already the newest version (4.3-4.1build1). 2025-05-14 00:47:45.091 | make set to manually installed. 2025-05-14 00:47:45.091 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-05-14 00:47:45.091 | 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded. 2025-05-14 00:47:45.095 | + functions-common:apt_get:1230 : result=0 2025-05-14 00:47:45.097 | + functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:47:45.099 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:45.101 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:45.103 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:45.104 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:45.106 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:45.108 | + functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:47:45.110 | + functions-common:time_stop:2442 : start_time=1747183664510 2025-05-14 00:47:45.112 | + functions-common:time_stop:2444 : [[ -z 1747183664510 ]] 2025-05-14 00:47:45.114 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:45.117 | + functions-common:time_stop:2447 : end_time=1747183665115 2025-05-14 00:47:45.119 | + functions-common:time_stop:2448 : elapsed_time=605 2025-05-14 00:47:45.121 | + functions-common:time_stop:2449 : total=39784 2025-05-14 00:47:45.122 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:45.124 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40389 2025-05-14 00:47:45.126 | + functions-common:apt_get:1234 : return 0 2025-05-14 00:47:45.128 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-05-14 00:47:45.130 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:45.132 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:45.134 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-05-14 00:47:45.136 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-05-14 00:47:45.138 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-05-14 00:47:45.142 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-05-14 00:47:45.143 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-05-14 00:47:45.146 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-05-14 00:47:45.147 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-05-14 00:47:45.151 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-05-14 00:47:45.152 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-05-14 00:47:45.154 | + functions:vercmp:639 : local v1=6.8 2025-05-14 00:47:45.156 | + functions:vercmp:640 : local 'op=<' 2025-05-14 00:47:45.158 | + functions:vercmp:641 : local v2=3.13 2025-05-14 00:47:45.160 | + functions:vercmp:642 : local result 2025-05-14 00:47:45.163 | ++ functions:vercmp:646 : sort -V 2025-05-14 00:47:45.164 | ++ functions:vercmp:646 : head -1 2025-05-14 00:47:45.164 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-05-14 00:47:45.167 | + functions:vercmp:646 : result=3.13 2025-05-14 00:47:45.169 | + functions:vercmp:648 : case $op in 2025-05-14 00:47:45.171 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-05-14 00:47:45.173 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-05-14 00:47:45.175 | + functions:vercmp:659 : return 2025-05-14 00:47:45.177 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-05-14 00:47:45.179 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:47:45.181 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2025-05-14 00:47:45.673 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-05-14 00:47:45.675 | + inc/python:use_library_from_git:246 : local name=os-ken 2025-05-14 00:47:45.677 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:45.678 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:45.680 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2025-05-14 00:47:45.682 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:45.684 | + stack.sh:main:855 : is_service_enabled etcd3 2025-05-14 00:47:45.697 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:45.699 | + stack.sh:main:856 : install_etcd3 2025-05-14 00:47:45.701 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-05-14 00:47:45.701 | Installing etcd 2025-05-14 00:47:45.703 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-05-14 00:47:45.713 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-05-14 00:47:45.723 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-05-14 00:47:45.725 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-05-14 00:47:45.735 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-05-14 00:47:45.737 | ++ 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 2025-05-14 00:47:45.740 | ++ 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 2025-05-14 00:47:45.743 | +++ 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 2025-05-14 00:47:45.746 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2025-05-14 00:47:45.748 | ++ 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* ]] 2025-05-14 00:47:45.749 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2025-05-14 00:47:45.751 | ++ 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 2025-05-14 00:47:45.758 | --2025-05-14 00:47:45-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-05-14 00:47:45.766 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-05-14 00:47:45.766 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-05-14 00:47:45.830 | HTTP request sent, awaiting response... 200 OK 2025-05-14 00:47:45.830 | Length: 11350736 (11M) [application/gzip] 2025-05-14 00:47:45.830 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2025-05-14 00:47:45.949 | 2025-05-14 00:47:46.348 | 0K ........ .. 100% 20.9M=0.5s 2025-05-14 00:47:46.348 | 2025-05-14 00:47:46.348 | 2025-05-14 00:47:46 (20.9 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2025-05-14 00:47:46.348 | 2025-05-14 00:47:46.352 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-05-14 00:47:46.354 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-05-14 00:47:46.356 | ++ functions:get_extra_file:74 : return 2025-05-14 00:47:46.358 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-05-14 00:47:46.361 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2025-05-14 00:47:46.363 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2025-05-14 00:47:46.364 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-05-14 00:47:46.429 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2025-05-14 00:47:46.432 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-05-14 00:47:46.435 | etcd-v3.3.12-linux-amd64/ 2025-05-14 00:47:46.435 | etcd-v3.3.12-linux-amd64/README.md 2025-05-14 00:47:46.435 | etcd-v3.3.12-linux-amd64/Documentation/ 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-05-14 00:47:46.436 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2025-05-14 00:47:46.437 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-05-14 00:47:46.438 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-05-14 00:47:46.439 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2025-05-14 00:47:46.440 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2025-05-14 00:47:46.441 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2025-05-14 00:47:46.442 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-05-14 00:47:46.442 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-05-14 00:47:46.442 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2025-05-14 00:47:46.442 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2025-05-14 00:47:46.443 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2025-05-14 00:47:46.443 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2025-05-14 00:47:46.443 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2025-05-14 00:47:46.443 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2025-05-14 00:47:46.443 | etcd-v3.3.12-linux-amd64/etcdctl 2025-05-14 00:47:46.566 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2025-05-14 00:47:46.566 | etcd-v3.3.12-linux-amd64/etcd 2025-05-14 00:47:46.717 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2025-05-14 00:47:46.742 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-05-14 00:47:46.762 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-05-14 00:47:46.764 | + stack.sh:main:865 : is_service_enabled tls-proxy 2025-05-14 00:47:46.777 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:47:46.779 | + stack.sh:main:875 : install_dstat 2025-05-14 00:47:46.782 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-05-14 00:47:46.795 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:47:46.797 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2025-05-14 00:47:46.799 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:47:46.801 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2025-05-14 00:47:46.803 | + stack.sh:main:884 : install_libs 2025-05-14 00:47:46.805 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-05-14 00:47:46.806 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-05-14 00:47:46.808 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-05-14 00:47:46.810 | + inc/python:use_library_from_git:246 : local name=automaton 2025-05-14 00:47:46.812 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.814 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.816 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2025-05-14 00:47:46.817 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.819 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-05-14 00:47:46.821 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-05-14 00:47:46.823 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-05-14 00:47:46.825 | + inc/python:use_library_from_git:246 : local name=castellan 2025-05-14 00:47:46.827 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.828 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.830 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2025-05-14 00:47:46.832 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.834 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-05-14 00:47:46.836 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-05-14 00:47:46.838 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-05-14 00:47:46.840 | + inc/python:use_library_from_git:246 : local name=cliff 2025-05-14 00:47:46.842 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.843 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.845 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2025-05-14 00:47:46.847 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.849 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-05-14 00:47:46.851 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-05-14 00:47:46.853 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-05-14 00:47:46.855 | + inc/python:use_library_from_git:246 : local name=cursive 2025-05-14 00:47:46.856 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.858 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.860 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2025-05-14 00:47:46.862 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.864 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-05-14 00:47:46.866 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-05-14 00:47:46.868 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-05-14 00:47:46.870 | + inc/python:use_library_from_git:246 : local name=debtcollector 2025-05-14 00:47:46.872 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.873 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.875 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2025-05-14 00:47:46.877 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.879 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-05-14 00:47:46.881 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-05-14 00:47:46.883 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-05-14 00:47:46.885 | + inc/python:use_library_from_git:246 : local name=futurist 2025-05-14 00:47:46.886 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.888 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.890 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2025-05-14 00:47:46.892 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.894 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-05-14 00:47:46.896 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-05-14 00:47:46.898 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-05-14 00:47:46.900 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2025-05-14 00:47:46.902 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.904 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.905 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2025-05-14 00:47:46.907 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.909 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-05-14 00:47:46.911 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-05-14 00:47:46.913 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-05-14 00:47:46.915 | + inc/python:use_library_from_git:246 : local name=osc-lib 2025-05-14 00:47:46.917 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.919 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.921 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2025-05-14 00:47:46.922 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.924 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-05-14 00:47:46.926 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-05-14 00:47:46.928 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-05-14 00:47:46.930 | + inc/python:use_library_from_git:246 : local name=osc-placement 2025-05-14 00:47:46.932 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.934 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.936 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2025-05-14 00:47:46.938 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.940 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-05-14 00:47:46.942 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-05-14 00:47:46.943 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-05-14 00:47:46.945 | + inc/python:use_library_from_git:246 : local name=os-client-config 2025-05-14 00:47:46.947 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.949 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.951 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2025-05-14 00:47:46.953 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.954 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-05-14 00:47:46.956 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-05-14 00:47:46.958 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-05-14 00:47:46.960 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2025-05-14 00:47:46.962 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.964 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.966 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2025-05-14 00:47:46.967 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.969 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-05-14 00:47:46.971 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-05-14 00:47:46.973 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-05-14 00:47:46.975 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2025-05-14 00:47:46.977 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.978 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.980 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2025-05-14 00:47:46.982 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.984 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-05-14 00:47:46.986 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-05-14 00:47:46.988 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-05-14 00:47:46.990 | + inc/python:use_library_from_git:246 : local name=oslo.config 2025-05-14 00:47:46.992 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:46.994 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:46.996 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2025-05-14 00:47:46.997 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:46.999 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-05-14 00:47:47.001 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-05-14 00:47:47.003 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-05-14 00:47:47.005 | + inc/python:use_library_from_git:246 : local name=oslo.context 2025-05-14 00:47:47.007 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.009 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.011 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2025-05-14 00:47:47.012 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.014 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-05-14 00:47:47.016 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-05-14 00:47:47.018 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-05-14 00:47:47.020 | + inc/python:use_library_from_git:246 : local name=oslo.db 2025-05-14 00:47:47.022 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.024 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.026 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2025-05-14 00:47:47.028 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.030 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-05-14 00:47:47.031 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-05-14 00:47:47.033 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-05-14 00:47:47.035 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2025-05-14 00:47:47.037 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.039 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.041 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2025-05-14 00:47:47.043 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.045 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-05-14 00:47:47.047 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-05-14 00:47:47.050 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-05-14 00:47:47.052 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2025-05-14 00:47:47.054 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.056 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.058 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2025-05-14 00:47:47.059 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.062 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-05-14 00:47:47.064 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-05-14 00:47:47.065 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-05-14 00:47:47.067 | + inc/python:use_library_from_git:246 : local name=oslo.log 2025-05-14 00:47:47.069 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.071 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.073 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2025-05-14 00:47:47.075 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.077 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-05-14 00:47:47.079 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-05-14 00:47:47.081 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-05-14 00:47:47.083 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2025-05-14 00:47:47.085 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.087 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.089 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2025-05-14 00:47:47.091 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.092 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-05-14 00:47:47.094 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-05-14 00:47:47.096 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-05-14 00:47:47.098 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2025-05-14 00:47:47.100 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.102 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.104 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2025-05-14 00:47:47.106 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.108 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-05-14 00:47:47.110 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-05-14 00:47:47.112 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-05-14 00:47:47.114 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2025-05-14 00:47:47.115 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.117 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.119 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2025-05-14 00:47:47.121 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.123 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-05-14 00:47:47.125 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-05-14 00:47:47.127 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-05-14 00:47:47.129 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2025-05-14 00:47:47.131 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.132 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.134 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2025-05-14 00:47:47.136 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.138 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-05-14 00:47:47.140 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-05-14 00:47:47.142 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-05-14 00:47:47.144 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2025-05-14 00:47:47.146 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.148 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.150 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2025-05-14 00:47:47.152 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.154 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-05-14 00:47:47.156 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-05-14 00:47:47.158 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-05-14 00:47:47.160 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2025-05-14 00:47:47.161 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.163 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.165 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-05-14 00:47:47.167 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.169 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-05-14 00:47:47.171 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-05-14 00:47:47.173 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-05-14 00:47:47.175 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2025-05-14 00:47:47.177 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.179 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.181 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2025-05-14 00:47:47.183 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.185 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-05-14 00:47:47.186 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-05-14 00:47:47.188 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-05-14 00:47:47.190 | + inc/python:use_library_from_git:246 : local name=oslo.service 2025-05-14 00:47:47.192 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.194 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.196 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2025-05-14 00:47:47.198 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.200 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-05-14 00:47:47.202 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-05-14 00:47:47.204 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-05-14 00:47:47.206 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2025-05-14 00:47:47.208 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.210 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.212 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2025-05-14 00:47:47.214 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.216 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-05-14 00:47:47.218 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-05-14 00:47:47.220 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-05-14 00:47:47.221 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2025-05-14 00:47:47.223 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.225 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.227 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-05-14 00:47:47.229 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.232 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-05-14 00:47:47.233 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-05-14 00:47:47.235 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-05-14 00:47:47.237 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2025-05-14 00:47:47.239 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.241 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.243 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2025-05-14 00:47:47.245 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.248 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-05-14 00:47:47.249 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-05-14 00:47:47.252 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-05-14 00:47:47.254 | + inc/python:use_library_from_git:246 : local name=osprofiler 2025-05-14 00:47:47.256 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.258 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.260 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2025-05-14 00:47:47.261 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.263 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-05-14 00:47:47.265 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-05-14 00:47:47.267 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-05-14 00:47:47.269 | + inc/python:use_library_from_git:246 : local name=pycadf 2025-05-14 00:47:47.271 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.273 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.275 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2025-05-14 00:47:47.277 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.279 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-05-14 00:47:47.281 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-05-14 00:47:47.282 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-05-14 00:47:47.284 | + inc/python:use_library_from_git:246 : local name=stevedore 2025-05-14 00:47:47.286 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.288 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.290 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2025-05-14 00:47:47.292 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.294 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-05-14 00:47:47.296 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-05-14 00:47:47.298 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-05-14 00:47:47.300 | + inc/python:use_library_from_git:246 : local name=taskflow 2025-05-14 00:47:47.302 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.304 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.306 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2025-05-14 00:47:47.307 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.309 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-05-14 00:47:47.311 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-05-14 00:47:47.313 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-05-14 00:47:47.315 | + inc/python:use_library_from_git:246 : local name=tooz 2025-05-14 00:47:47.317 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.319 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.321 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2025-05-14 00:47:47.323 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.325 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-05-14 00:47:47.327 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-05-14 00:47:47.329 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-05-14 00:47:47.331 | + inc/python:use_library_from_git:246 : local name=os-brick 2025-05-14 00:47:47.333 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.334 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.336 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2025-05-14 00:47:47.338 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.340 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-05-14 00:47:47.342 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-05-14 00:47:47.344 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-05-14 00:47:47.346 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2025-05-14 00:47:47.348 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.350 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.352 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2025-05-14 00:47:47.354 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.356 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-05-14 00:47:47.358 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-05-14 00:47:47.360 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-05-14 00:47:47.362 | + inc/python:use_library_from_git:246 : local name=os-traits 2025-05-14 00:47:47.364 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.367 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2025-05-14 00:47:47.369 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.371 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-05-14 00:47:47.373 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-05-14 00:47:47.375 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-05-14 00:47:47.377 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2025-05-14 00:47:47.379 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:47.381 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:47.383 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2025-05-14 00:47:47.385 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:47.387 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-05-14 00:47:47.403 | Using python 3.10 to install etcd3 2025-05-14 00:47:47.405 | + 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 2025-05-14 00:47:48.401 | Collecting etcd3 2025-05-14 00:47:48.401 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-05-14 00:47:48.442 | Collecting tenacity>=6.1.0 2025-05-14 00:47:48.444 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-05-14 00:47:48.872 | Collecting protobuf>=3.6.1 2025-05-14 00:47:48.880 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2025-05-14 00:47:50.271 | Collecting grpcio>=1.27.1 2025-05-14 00:47:50.298 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-05-14 00:47:50.321 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2025-05-14 00:47:50.489 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2025-05-14 00:47:50.902 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2025-05-14 00:47:50.902 | 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 2025-05-14 00:47:51.051 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:51.053 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:51.055 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:51.057 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:51.058 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:51.060 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:51.062 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:51.064 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:51.066 | + functions-common:time_stop:2442 : start_time=1747183667399 2025-05-14 00:47:51.068 | + functions-common:time_stop:2444 : [[ -z 1747183667399 ]] 2025-05-14 00:47:51.070 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:51.073 | + functions-common:time_stop:2447 : end_time=1747183671071 2025-05-14 00:47:51.075 | + functions-common:time_stop:2448 : elapsed_time=3672 2025-05-14 00:47:51.077 | + functions-common:time_stop:2449 : total=10992 2025-05-14 00:47:51.079 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:51.080 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14664 2025-05-14 00:47:51.083 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:51.084 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-05-14 00:47:51.101 | Using python 3.10 to install etcd3gw 2025-05-14 00:47:51.103 | + 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 2025-05-14 00:47:52.192 | Collecting etcd3gw 2025-05-14 00:47:52.194 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-05-14 00:47:52.199 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2025-05-14 00:47:52.248 | Collecting requests>=2.20.0 2025-05-14 00:47:52.251 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-05-14 00:47:52.373 | Collecting futurist>=0.16.0 2025-05-14 00:47:52.375 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-05-14 00:47:52.385 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2025-05-14 00:47:52.593 | Collecting charset-normalizer<3,>=2 2025-05-14 00:47:52.596 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-05-14 00:47:52.656 | Collecting urllib3<1.27,>=1.21.1 2025-05-14 00:47:52.659 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-05-14 00:47:52.687 | Collecting idna<4,>=2.5 2025-05-14 00:47:52.690 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-05-14 00:47:52.918 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2025-05-14 00:47:52.918 | Attempting uninstall: urllib3 2025-05-14 00:47:52.920 | Found existing installation: urllib3 1.26.5 2025-05-14 00:47:52.922 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:52.923 | Can't uninstall 'urllib3'. No files were found to uninstall. 2025-05-14 00:47:52.993 | Attempting uninstall: idna 2025-05-14 00:47:52.994 | Found existing installation: idna 3.3 2025-05-14 00:47:52.996 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:52.997 | Can't uninstall 'idna'. No files were found to uninstall. 2025-05-14 00:47:53.137 | Attempting uninstall: requests 2025-05-14 00:47:53.138 | Found existing installation: requests 2.25.1 2025-05-14 00:47:53.139 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:53.139 | Can't uninstall 'requests'. No files were found to uninstall. 2025-05-14 00:47:53.197 | 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 2025-05-14 00:47:53.198 | 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 2025-05-14 00:47:53.299 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:53.301 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:53.303 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:53.305 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:53.307 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:53.308 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:53.310 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:53.312 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:53.314 | + functions-common:time_stop:2442 : start_time=1747183671097 2025-05-14 00:47:53.315 | + functions-common:time_stop:2444 : [[ -z 1747183671097 ]] 2025-05-14 00:47:53.318 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:53.321 | + functions-common:time_stop:2447 : end_time=1747183673319 2025-05-14 00:47:53.323 | + functions-common:time_stop:2448 : elapsed_time=2222 2025-05-14 00:47:53.325 | + functions-common:time_stop:2449 : total=14664 2025-05-14 00:47:53.326 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:53.328 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16886 2025-05-14 00:47:53.330 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:53.332 | + stack.sh:main:887 : install_apache_uwsgi 2025-05-14 00:47:53.334 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2025-05-14 00:47:53.336 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2025-05-14 00:47:53.338 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-05-14 00:47:53.340 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-05-14 00:47:53.341 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-05-14 00:47:53.343 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-05-14 00:47:53.345 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-05-14 00:47:53.347 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-05-14 00:47:53.349 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-05-14 00:47:53.351 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-05-14 00:47:53.353 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-05-14 00:47:53.355 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-05-14 00:47:53.357 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-05-14 00:47:53.359 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-05-14 00:47:53.361 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2025-05-14 00:47:53.362 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:53.364 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:53.366 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-05-14 00:47:53.368 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-05-14 00:47:53.370 | + functions-common:install_package:1459 : update_package_repo 2025-05-14 00:47:53.372 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:47:53.374 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-05-14 00:47:53.376 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:47:53.377 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:47:53.379 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:47:53.381 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:53.383 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:53.385 | + functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:47:53.387 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-05-14 00:47:53.389 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-05-14 00:47:53.391 | + functions-common:apt_get_update:1186 : return 2025-05-14 00:47:53.393 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-05-14 00:47:53.395 | + functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:47:53.396 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:53.398 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:53.400 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-05-14 00:47:53.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 uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-05-14 00:47:53.478 | Reading package lists... 2025-05-14 00:47:53.721 | Building dependency tree... 2025-05-14 00:47:53.722 | Reading state information... 2025-05-14 00:47:53.960 | uwsgi is already the newest version (2.0.20-4). 2025-05-14 00:47:53.960 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-05-14 00:47:53.960 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-05-14 00:47:53.960 | 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded. 2025-05-14 00:47:53.964 | + functions-common:apt_get:1230 : result=0 2025-05-14 00:47:53.967 | + functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:47:53.969 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:53.971 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:53.972 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:53.974 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:53.976 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:53.978 | + functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:47:53.980 | + functions-common:time_stop:2442 : start_time=1747183673415 2025-05-14 00:47:53.982 | + functions-common:time_stop:2444 : [[ -z 1747183673415 ]] 2025-05-14 00:47:53.984 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:53.987 | + functions-common:time_stop:2447 : end_time=1747183673985 2025-05-14 00:47:53.989 | + functions-common:time_stop:2448 : elapsed_time=570 2025-05-14 00:47:53.991 | + functions-common:time_stop:2449 : total=40389 2025-05-14 00:47:53.993 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:53.994 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40959 2025-05-14 00:47:53.996 | + functions-common:apt_get:1234 : return 0 2025-05-14 00:47:53.998 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2025-05-14 00:47:54.000 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:47:54.002 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:47:54.004 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2025-05-14 00:47:54.039 | Enabling module proxy. 2025-05-14 00:47:54.044 | To activate the new configuration, you need to run: 2025-05-14 00:47:54.044 | systemctl restart apache2 2025-05-14 00:47:54.047 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2025-05-14 00:47:54.080 | Considering dependency proxy for proxy_uwsgi: 2025-05-14 00:47:54.080 | Module proxy already enabled 2025-05-14 00:47:54.080 | Enabling module proxy_uwsgi. 2025-05-14 00:47:54.084 | To activate the new configuration, you need to run: 2025-05-14 00:47:54.084 | systemctl restart apache2 2025-05-14 00:47:54.087 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2025-05-14 00:47:54.089 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-05-14 00:47:54.091 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:47:54.093 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-05-14 00:47:54.187 | + stack.sh:main:890 : install_keystoneauth 2025-05-14 00:47:54.189 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-05-14 00:47:54.191 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2025-05-14 00:47:54.194 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.198 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2025-05-14 00:47:54.200 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.202 | + stack.sh:main:891 : install_keystoneclient 2025-05-14 00:47:54.203 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-05-14 00:47:54.205 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2025-05-14 00:47:54.207 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.210 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.212 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2025-05-14 00:47:54.214 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.216 | + stack.sh:main:892 : install_glanceclient 2025-05-14 00:47:54.218 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2025-05-14 00:47:54.220 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2025-05-14 00:47:54.222 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.224 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.226 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2025-05-14 00:47:54.228 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.230 | + stack.sh:main:893 : install_cinderclient 2025-05-14 00:47:54.232 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2025-05-14 00:47:54.234 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2025-05-14 00:47:54.236 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.238 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.240 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-05-14 00:47:54.241 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.243 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2025-05-14 00:47:54.245 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2025-05-14 00:47:54.247 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.249 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.251 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2025-05-14 00:47:54.253 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.254 | + stack.sh:main:894 : install_novaclient 2025-05-14 00:47:54.256 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2025-05-14 00:47:54.258 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2025-05-14 00:47:54.260 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.262 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.264 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2025-05-14 00:47:54.266 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.268 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2025-05-14 00:47:54.281 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:54.283 | + stack.sh:main:896 : install_swiftclient 2025-05-14 00:47:54.284 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2025-05-14 00:47:54.286 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2025-05-14 00:47:54.288 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.290 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.292 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2025-05-14 00:47:54.294 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.296 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2025-05-14 00:47:54.309 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:47:54.311 | + stack.sh:main:899 : install_neutronclient 2025-05-14 00:47:54.312 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2025-05-14 00:47:54.314 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2025-05-14 00:47:54.316 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.318 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.320 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2025-05-14 00:47:54.322 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.325 | + stack.sh:main:903 : install_keystonemiddleware 2025-05-14 00:47:54.327 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-05-14 00:47:54.328 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2025-05-14 00:47:54.330 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:47:54.332 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:47:54.334 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2025-05-14 00:47:54.336 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:47:54.339 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-05-14 00:47:54.340 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2025-05-14 00:47:54.342 | + inc/python:pip_install_gr:77 : local clean_name 2025-05-14 00:47:54.345 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2025-05-14 00:47:54.347 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2025-05-14 00:47:54.349 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-05-14 00:47:54.352 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-05-14 00:47:54.352 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-05-14 00:47:54.356 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2025-05-14 00:47:54.357 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2025-05-14 00:47:54.359 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2025-05-14 00:47:54.362 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2025-05-14 00:47:54.364 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2025-05-14 00:47:54.380 | Using python 3.10 to install keystonemiddleware 2025-05-14 00:47:54.382 | + 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 2025-05-14 00:47:55.500 | Collecting keystonemiddleware 2025-05-14 00:47:55.503 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2025-05-14 00:47:55.530 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2025-05-14 00:47:55.586 | Collecting oslo.log>=3.36.0 2025-05-14 00:47:55.589 | Using cached oslo.log-5.2.1-py3-none-any.whl (76 kB) 2025-05-14 00:47:55.636 | Collecting keystoneauth1>=3.12.0 2025-05-14 00:47:55.640 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2025-05-14 00:47:55.645 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2025-05-14 00:47:55.684 | Collecting oslo.i18n>=3.15.3 2025-05-14 00:47:55.686 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2025-05-14 00:47:55.744 | Collecting oslo.config>=5.2.0 2025-05-14 00:47:55.748 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2025-05-14 00:47:55.863 | Collecting pycadf!=2.0.0,>=1.1.0 2025-05-14 00:47:55.865 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-05-14 00:47:56.005 | Collecting oslo.cache>=1.26.0 2025-05-14 00:47:56.007 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2025-05-14 00:47:56.050 | Collecting oslo.context>=2.19.2 2025-05-14 00:47:56.053 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2025-05-14 00:47:56.055 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2025-05-14 00:47:56.103 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2025-05-14 00:47:56.105 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2025-05-14 00:47:56.193 | Collecting oslo.utils>=3.33.0 2025-05-14 00:47:56.196 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2025-05-14 00:47:56.232 | Collecting WebOb>=1.7.1 2025-05-14 00:47:56.235 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-05-14 00:47:56.277 | Collecting python-keystoneclient>=3.20.0 2025-05-14 00:47:56.282 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2025-05-14 00:47:56.332 | Collecting os-service-types>=1.2.0 2025-05-14 00:47:56.334 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-05-14 00:47:56.357 | Collecting iso8601>=0.1.11 2025-05-14 00:47:56.359 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-05-14 00:47:56.405 | Collecting stevedore>=1.20.0 2025-05-14 00:47:56.407 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-05-14 00:47:56.462 | Collecting dogpile.cache>=1.1.5 2025-05-14 00:47:56.464 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-05-14 00:47:56.586 | Collecting PyYAML>=5.1 2025-05-14 00:47:56.592 | 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) 2025-05-14 00:47:56.625 | Collecting debtcollector>=1.2.0 2025-05-14 00:47:56.628 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-05-14 00:47:56.648 | Collecting rfc3986>=1.2.0 2025-05-14 00:47:56.650 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2025-05-14 00:47:56.678 | Collecting netaddr>=0.7.18 2025-05-14 00:47:56.691 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-05-14 00:47:56.757 | Collecting pyinotify>=0.9.6 2025-05-14 00:47:56.757 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-05-14 00:47:56.802 | Collecting python-dateutil>=2.7.0 2025-05-14 00:47:56.805 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-05-14 00:47:56.887 | Collecting pytz>=2013.6 2025-05-14 00:47:56.893 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2025-05-14 00:47:57.054 | Collecting msgpack>=0.5.2 2025-05-14 00:47:57.058 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-05-14 00:47:57.117 | Collecting pyparsing>=2.1.0 2025-05-14 00:47:57.119 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-05-14 00:47:57.122 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2025-05-14 00:47:57.158 | Collecting packaging>=20.4 2025-05-14 00:47:57.160 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-05-14 00:47:57.192 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-05-14 00:47:57.193 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2025-05-14 00:47:57.194 | 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) 2025-05-14 00:47:57.194 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2025-05-14 00:47:57.457 | Collecting wrapt>=1.7.0 2025-05-14 00:47:57.460 | 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) 2025-05-14 00:47:57.493 | Collecting decorator>=4.0.0 2025-05-14 00:47:57.495 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-05-14 00:47:57.916 | 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 2025-05-14 00:47:57.944 | Attempting uninstall: pytz 2025-05-14 00:47:57.946 | Found existing installation: pytz 2022.1 2025-05-14 00:47:57.950 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:57.950 | Can't uninstall 'pytz'. No files were found to uninstall. 2025-05-14 00:47:58.263 | Attempting uninstall: stevedore 2025-05-14 00:47:58.264 | Found existing installation: stevedore 3.5.0 2025-05-14 00:47:58.266 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:58.266 | Can't uninstall 'stevedore'. No files were found to uninstall. 2025-05-14 00:47:58.401 | Attempting uninstall: pyparsing 2025-05-14 00:47:58.402 | Found existing installation: pyparsing 2.4.7 2025-05-14 00:47:58.403 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:58.404 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2025-05-14 00:47:58.460 | Attempting uninstall: packaging 2025-05-14 00:47:58.462 | Found existing installation: packaging 21.3 2025-05-14 00:47:58.463 | Not uninstalling packaging at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:47:58.464 | Can't uninstall 'packaging'. No files were found to uninstall. 2025-05-14 00:47:59.467 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.3 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.1 oslo.serialization-5.1.2 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2025-05-14 00:47:59.468 | 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 2025-05-14 00:47:59.607 | + inc/python:pip_install:196 : result=0 2025-05-14 00:47:59.609 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:47:59.611 | + functions-common:time_stop:2435 : local name 2025-05-14 00:47:59.613 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:47:59.615 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:47:59.617 | + functions-common:time_stop:2438 : local total 2025-05-14 00:47:59.619 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:47:59.620 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:47:59.622 | + functions-common:time_stop:2442 : start_time=1747183674376 2025-05-14 00:47:59.625 | + functions-common:time_stop:2444 : [[ -z 1747183674376 ]] 2025-05-14 00:47:59.627 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:47:59.630 | + functions-common:time_stop:2447 : end_time=1747183679628 2025-05-14 00:47:59.632 | + functions-common:time_stop:2448 : elapsed_time=5252 2025-05-14 00:47:59.634 | + functions-common:time_stop:2449 : total=16886 2025-05-14 00:47:59.636 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:47:59.638 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22138 2025-05-14 00:47:59.640 | + inc/python:pip_install:199 : return 0 2025-05-14 00:47:59.642 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-05-14 00:47:59.644 | + inc/python:pip_install_gr:76 : local name=python-memcached 2025-05-14 00:47:59.646 | + inc/python:pip_install_gr:77 : local clean_name 2025-05-14 00:47:59.649 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2025-05-14 00:47:59.651 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2025-05-14 00:47:59.653 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-05-14 00:47:59.656 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-05-14 00:47:59.656 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-05-14 00:47:59.660 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2025-05-14 00:47:59.662 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2025-05-14 00:47:59.663 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2025-05-14 00:47:59.666 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2025-05-14 00:47:59.668 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2025-05-14 00:47:59.684 | Using python 3.10 to install python-memcached 2025-05-14 00:47:59.686 | + 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 2025-05-14 00:48:00.692 | Collecting python-memcached 2025-05-14 00:48:00.694 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-05-14 00:48:00.699 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2025-05-14 00:48:01.000 | Installing collected packages: python-memcached 2025-05-14 00:48:01.028 | Successfully installed python-memcached-1.59 2025-05-14 00:48:01.028 | 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 2025-05-14 00:48:01.119 | + inc/python:pip_install:196 : result=0 2025-05-14 00:48:01.121 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:48:01.123 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:01.125 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:01.127 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:01.129 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:01.131 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:01.134 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:48:01.135 | + functions-common:time_stop:2442 : start_time=1747183679680 2025-05-14 00:48:01.137 | + functions-common:time_stop:2444 : [[ -z 1747183679680 ]] 2025-05-14 00:48:01.140 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:01.143 | + functions-common:time_stop:2447 : end_time=1747183681141 2025-05-14 00:48:01.145 | + functions-common:time_stop:2448 : elapsed_time=1461 2025-05-14 00:48:01.146 | + functions-common:time_stop:2449 : total=22138 2025-05-14 00:48:01.148 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:01.150 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23599 2025-05-14 00:48:01.152 | + inc/python:pip_install:199 : return 0 2025-05-14 00:48:01.154 | + stack.sh:main:905 : is_service_enabled keystone 2025-05-14 00:48:01.167 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:01.169 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-05-14 00:48:01.171 | + stack.sh:main:907 : stack_install_service keystone 2025-05-14 00:48:01.173 | + lib/stack:stack_install_service:20 : local service=keystone 2025-05-14 00:48:01.175 | + lib/stack:stack_install_service:21 : type install_keystone 2025-05-14 00:48:01.177 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-05-14 00:48:01.179 | + lib/stack:stack_install_service:32 : install_keystone 2025-05-14 00:48:01.181 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-05-14 00:48:01.193 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:01.195 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone unmaintained/2023.1 2025-05-14 00:48:01.197 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2025-05-14 00:48:01.198 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2025-05-14 00:48:01.200 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-05-14 00:48:01.202 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:48:01.204 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:48:01.206 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:48:01.208 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:48:01.210 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:48:01.223 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:48:01.225 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:48:01.226 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:48:01.228 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:48:01.230 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-05-14 00:48:01.230 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:48:01.234 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2025-05-14 00:48:01.236 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:48:01.238 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-05-14 00:48:01.240 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:01.241 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:01.243 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:01.245 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:01.246 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:01.248 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:01.250 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:01.251 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:01.254 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:01.257 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183681255 2025-05-14 00:48:01.258 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-05-14 00:48:01.260 | Cloning into '/opt/stack//keystone'... 2025-05-14 00:48:03.671 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:03.673 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:03.675 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:03.676 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:03.678 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:03.679 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:03.681 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:03.683 | + functions-common:time_stop:2442 : start_time=1747183681255 2025-05-14 00:48:03.684 | + functions-common:time_stop:2444 : [[ -z 1747183681255 ]] 2025-05-14 00:48:03.686 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:03.689 | + functions-common:time_stop:2447 : end_time=1747183683687 2025-05-14 00:48:03.691 | + functions-common:time_stop:2448 : elapsed_time=2432 2025-05-14 00:48:03.692 | + functions-common:time_stop:2449 : total=30356 2025-05-14 00:48:03.694 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:03.695 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=32788 2025-05-14 00:48:03.697 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2025-05-14 00:48:03.699 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:48:03.700 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:03.702 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:03.704 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:03.705 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:03.707 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:03.708 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:03.710 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:03.711 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:03.714 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:03.716 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183683714 2025-05-14 00:48:03.718 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:48:06.112 | From https://opendev.org/openstack/keystone 2025-05-14 00:48:06.112 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-05-14 00:48:06.116 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:06.118 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:06.120 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:06.121 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:06.123 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:06.125 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:06.126 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:06.128 | + functions-common:time_stop:2442 : start_time=1747183683714 2025-05-14 00:48:06.129 | + functions-common:time_stop:2444 : [[ -z 1747183683714 ]] 2025-05-14 00:48:06.132 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:06.134 | + functions-common:time_stop:2447 : end_time=1747183686133 2025-05-14 00:48:06.136 | + functions-common:time_stop:2448 : elapsed_time=2419 2025-05-14 00:48:06.138 | + functions-common:time_stop:2449 : total=32788 2025-05-14 00:48:06.139 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:06.141 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35207 2025-05-14 00:48:06.143 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:48:06.144 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:06.146 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:06.147 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:06.149 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:06.150 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:06.152 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:06.154 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:06.155 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:06.157 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:06.160 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183686158 2025-05-14 00:48:06.162 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:48:06.255 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:48:06.255 | 2025-05-14 00:48:06.255 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:48:06.255 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:48:06.255 | state without impacting any branches by switching back to a branch. 2025-05-14 00:48:06.255 | 2025-05-14 00:48:06.255 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:48:06.255 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:48:06.255 | 2025-05-14 00:48:06.255 | git switch -c 2025-05-14 00:48:06.255 | 2025-05-14 00:48:06.255 | Or undo this operation with: 2025-05-14 00:48:06.255 | 2025-05-14 00:48:06.255 | git switch - 2025-05-14 00:48:06.255 | 2025-05-14 00:48:06.255 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:48:06.255 | 2025-05-14 00:48:06.255 | HEAD is now at e4b40af Improve application credential validation speed 2025-05-14 00:48:06.259 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:06.261 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:06.263 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:06.264 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:06.266 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:06.268 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:06.269 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:06.271 | + functions-common:time_stop:2442 : start_time=1747183686158 2025-05-14 00:48:06.272 | + functions-common:time_stop:2444 : [[ -z 1747183686158 ]] 2025-05-14 00:48:06.275 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:06.278 | + functions-common:time_stop:2447 : end_time=1747183686276 2025-05-14 00:48:06.280 | + functions-common:time_stop:2448 : elapsed_time=118 2025-05-14 00:48:06.281 | + functions-common:time_stop:2449 : total=35207 2025-05-14 00:48:06.283 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:06.285 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35325 2025-05-14 00:48:06.287 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-05-14 00:48:06.297 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2025-05-14 00:48:06.300 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:48:06.300 | + functions-common:git_clone:696 : head -1 2025-05-14 00:48:06.305 | e4b40af Improve application credential validation speed 2025-05-14 00:48:06.308 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:48:06.310 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-05-14 00:48:06.311 | + inc/python:setup_develop:334 : local bindep 2025-05-14 00:48:06.313 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2025-05-14 00:48:06.315 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2025-05-14 00:48:06.317 | + inc/python:setup_develop:340 : local extras= 2025-05-14 00:48:06.319 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-05-14 00:48:06.321 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-05-14 00:48:06.323 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-05-14 00:48:06.325 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2025-05-14 00:48:06.327 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-05-14 00:48:06.328 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-05-14 00:48:06.331 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2025-05-14 00:48:06.333 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-05-14 00:48:06.335 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2025-05-14 00:48:06.337 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-05-14 00:48:06.339 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-05-14 00:48:06.342 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-05-14 00:48:06.346 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2025-05-14 00:48:06.348 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-05-14 00:48:06.674 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2025-05-14 00:48:06.676 | + inc/python:setup_package:414 : local bindep=0 2025-05-14 00:48:06.678 | + inc/python:setup_package:415 : local bindep_flag= 2025-05-14 00:48:06.680 | + inc/python:setup_package:416 : local bindep_profiles= 2025-05-14 00:48:06.682 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2025-05-14 00:48:06.684 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2025-05-14 00:48:06.686 | + inc/python:setup_package:423 : local flags=-e 2025-05-14 00:48:06.688 | + inc/python:setup_package:424 : local extras= 2025-05-14 00:48:06.690 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-05-14 00:48:06.692 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-05-14 00:48:06.693 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-05-14 00:48:06.695 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-05-14 00:48:06.697 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-05-14 00:48:06.699 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2025-05-14 00:48:06.715 | Using python 3.10 to install /opt/stack/keystone 2025-05-14 00:48:06.717 | + 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 2025-05-14 00:48:07.619 | Obtaining file:///opt/stack/keystone 2025-05-14 00:48:07.620 | Preparing metadata (setup.py): started 2025-05-14 00:48:08.129 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:48:08.289 | Collecting Flask!=0.11,>=1.0.2 2025-05-14 00:48:08.293 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2025-05-14 00:48:08.317 | Collecting Flask-RESTful>=0.3.5 2025-05-14 00:48:08.320 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-05-14 00:48:08.353 | Collecting PyJWT>=1.6.1 2025-05-14 00:48:08.355 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2025-05-14 00:48:09.169 | Collecting SQLAlchemy>=1.3.0 2025-05-14 00:48:09.180 | 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) 2025-05-14 00:48:09.191 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-05-14 00:48:09.294 | Collecting bcrypt>=3.1.3 2025-05-14 00:48:09.299 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2025-05-14 00:48:09.743 | Collecting cryptography>=2.7 2025-05-14 00:48:09.773 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2025-05-14 00:48:09.802 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-05-14 00:48:09.853 | Collecting jsonschema>=3.2.0 2025-05-14 00:48:09.856 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2025-05-14 00:48:09.859 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (10.2.0) 2025-05-14 00:48:09.860 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.0.4) 2025-05-14 00:48:09.883 | Collecting oauthlib>=0.6.2 2025-05-14 00:48:09.886 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2025-05-14 00:48:09.889 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (3.3.1) 2025-05-14 00:48:09.889 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (9.1.1) 2025-05-14 00:48:09.890 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.1) 2025-05-14 00:48:10.040 | Collecting oslo.db>=6.0.0 2025-05-14 00:48:10.045 | Using cached oslo.db-12.3.3-py3-none-any.whl (177 kB) 2025-05-14 00:48:10.048 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (6.0.0) 2025-05-14 00:48:10.048 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-05-14 00:48:10.242 | Collecting oslo.messaging>=5.29.0 2025-05-14 00:48:10.245 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2025-05-14 00:48:10.381 | Collecting oslo.middleware>=3.31.0 2025-05-14 00:48:10.384 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2025-05-14 00:48:10.533 | Collecting oslo.policy>=3.10.0 2025-05-14 00:48:10.536 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2025-05-14 00:48:10.539 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.2) 2025-05-14 00:48:10.651 | Collecting oslo.upgradecheck>=1.3.0 2025-05-14 00:48:10.652 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2025-05-14 00:48:10.655 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (6.1.0) 2025-05-14 00:48:10.780 | Collecting osprofiler>=1.4.0 2025-05-14 00:48:10.783 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2025-05-14 00:48:10.813 | Collecting passlib>=1.7.0 2025-05-14 00:48:10.819 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-05-14 00:48:10.822 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-05-14 00:48:10.822 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-05-14 00:48:10.944 | Collecting pysaml2>=5.0.0 2025-05-14 00:48:10.948 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2025-05-14 00:48:10.953 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-05-14 00:48:10.954 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (2022.4) 2025-05-14 00:48:11.054 | Collecting scrypt>=0.8.0 2025-05-14 00:48:11.062 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-05-14 00:48:11.090 | Collecting sqlalchemy-migrate>=0.13.0 2025-05-14 00:48:11.092 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2025-05-14 00:48:11.095 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.0.0) 2025-05-14 00:48:11.388 | Collecting cffi>=1.12 2025-05-14 00:48:11.399 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-05-14 00:48:11.407 | 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.dev11) (5.1.1) 2025-05-14 00:48:11.448 | Collecting click>=8.0 2025-05-14 00:48:11.452 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-05-14 00:48:11.503 | Collecting Werkzeug>=2.2.2 2025-05-14 00:48:11.506 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2025-05-14 00:48:11.539 | Collecting Jinja2>=3.0 2025-05-14 00:48:11.542 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-05-14 00:48:11.566 | Collecting itsdangerous>=2.0 2025-05-14 00:48:11.568 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-05-14 00:48:11.596 | Collecting aniso8601>=0.82 2025-05-14 00:48:11.598 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-05-14 00:48:11.606 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-05-14 00:48:11.655 | Collecting attrs>=17.4.0 2025-05-14 00:48:11.658 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-05-14 00:48:11.660 | 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.dev11) (0.18.1) 2025-05-14 00:48:11.683 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.1.3) 2025-05-14 00:48:11.683 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.1) 2025-05-14 00:48:11.768 | 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.dev11) (0.8.0) 2025-05-14 00:48:11.768 | 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.dev11) (2.5.0) 2025-05-14 00:48:11.770 | 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.dev11) (1.5.0) 2025-05-14 00:48:11.770 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-05-14 00:48:11.812 | Collecting testresources>=2.0.0 2025-05-14 00:48:11.814 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-05-14 00:48:11.948 | Collecting testscenarios>=0.4 2025-05-14 00:48:11.950 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-05-14 00:48:12.009 | Collecting alembic>=0.9.6 2025-05-14 00:48:12.012 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2025-05-14 00:48:12.036 | 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.dev11) (2.8.2) 2025-05-14 00:48:12.038 | 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.dev11) (0.9.6) 2025-05-14 00:48:12.202 | Collecting oslo.service!=1.28.1,>=1.24.0 2025-05-14 00:48:12.205 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2025-05-14 00:48:12.207 | 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.dev11) (2.4.1) 2025-05-14 00:48:12.246 | Collecting amqp>=2.5.2 2025-05-14 00:48:12.248 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-05-14 00:48:12.284 | Collecting cachetools>=2.0.0 2025-05-14 00:48:12.286 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2025-05-14 00:48:12.348 | Collecting kombu>=4.6.6 2025-05-14 00:48:12.352 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-05-14 00:48:12.466 | Collecting oslo.metrics>=0.2.1 2025-05-14 00:48:12.468 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2025-05-14 00:48:12.587 | Collecting statsd>=3.2.1 2025-05-14 00:48:12.589 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2025-05-14 00:48:12.656 | Collecting PrettyTable>=0.7.1 2025-05-14 00:48:12.659 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-05-14 00:48:12.669 | 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.dev11) (1.1.0) 2025-05-14 00:48:12.670 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-05-14 00:48:12.671 | 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.dev11) (3.0.9) 2025-05-14 00:48:12.672 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-05-14 00:48:12.740 | Collecting oslo.concurrency>=3.26.0 2025-05-14 00:48:12.743 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2025-05-14 00:48:12.820 | Collecting defusedxml 2025-05-14 00:48:12.822 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-05-14 00:48:12.852 | Collecting pyOpenSSL 2025-05-14 00:48:12.855 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2025-05-14 00:48:12.996 | Collecting xmlschema>=1.2.1 2025-05-14 00:48:13.000 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2025-05-14 00:48:13.004 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev11) (59.6.0) 2025-05-14 00:48:13.426 | Collecting greenlet!=0.4.17 2025-05-14 00:48:13.430 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2025-05-14 00:48:13.465 | Collecting sqlparse 2025-05-14 00:48:13.467 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2025-05-14 00:48:13.515 | Collecting Tempita>=0.4 2025-05-14 00:48:13.517 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2025-05-14 00:48:13.628 | Collecting Mako 2025-05-14 00:48:13.632 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2025-05-14 00:48:13.662 | Collecting vine>=5.0.0 2025-05-14 00:48:13.664 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-05-14 00:48:13.751 | Collecting pycparser 2025-05-14 00:48:13.753 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-05-14 00:48:13.772 | 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.dev11) (1.14.1) 2025-05-14 00:48:13.948 | Collecting MarkupSafe>=2.0 2025-05-14 00:48:13.950 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-05-14 00:48:13.982 | 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.dev11) (1.7.0) 2025-05-14 00:48:14.056 | Collecting fasteners>=0.7.0 2025-05-14 00:48:14.058 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-05-14 00:48:14.101 | Collecting prometheus-client>=0.6.0 2025-05-14 00:48:14.103 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2025-05-14 00:48:14.154 | Collecting eventlet>=0.25.2 2025-05-14 00:48:14.157 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2025-05-14 00:48:14.189 | Collecting fixtures>=3.0.0 2025-05-14 00:48:14.189 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-05-14 00:48:14.216 | Collecting PasteDeploy>=1.5.0 2025-05-14 00:48:14.219 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2025-05-14 00:48:14.369 | Collecting Yappi>=1.0 2025-05-14 00:48:14.372 | 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) 2025-05-14 00:48:14.505 | Collecting Paste>=2.0.2 2025-05-14 00:48:14.509 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-05-14 00:48:14.629 | Collecting Routes>=2.3.1 2025-05-14 00:48:14.631 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-05-14 00:48:14.655 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) (0.2.5) 2025-05-14 00:48:14.706 | 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.dev11) (2020.6.20) 2025-05-14 00:48:14.707 | 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.dev11) (3.4) 2025-05-14 00:48:14.708 | 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.dev11) (1.26.12) 2025-05-14 00:48:14.709 | 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.dev11) (2.1.1) 2025-05-14 00:48:14.760 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.5.0) 2025-05-14 00:48:14.837 | Collecting elementpath<4.0.0,>=3.0.0 2025-05-14 00:48:14.841 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2025-05-14 00:48:14.966 | Collecting dnspython>=1.15.0 2025-05-14 00:48:14.969 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2025-05-14 00:48:15.092 | Collecting repoze.lru>=0.3 2025-05-14 00:48:15.094 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-05-14 00:48:15.246 | 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)) 2025-05-14 00:48:15.246 | Reason for being yanked: Regression in OpenSSL. 2025-05-14 00:48:15.777 | 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 2025-05-14 00:48:16.279 | Attempting uninstall: PyJWT 2025-05-14 00:48:16.281 | Found existing installation: PyJWT 2.3.0 2025-05-14 00:48:16.282 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:16.282 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2025-05-14 00:48:16.469 | Attempting uninstall: PrettyTable 2025-05-14 00:48:16.470 | Found existing installation: prettytable 2.5.0 2025-05-14 00:48:16.474 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:16.474 | Can't uninstall 'prettytable'. No files were found to uninstall. 2025-05-14 00:48:16.671 | Attempting uninstall: oauthlib 2025-05-14 00:48:16.672 | Found existing installation: oauthlib 3.2.0 2025-05-14 00:48:16.673 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:16.674 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2025-05-14 00:48:16.745 | Attempting uninstall: MarkupSafe 2025-05-14 00:48:16.746 | Found existing installation: MarkupSafe 2.0.1 2025-05-14 00:48:16.747 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:16.747 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2025-05-14 00:48:16.806 | Attempting uninstall: fixtures 2025-05-14 00:48:16.808 | Found existing installation: fixtures 3.0.0 2025-05-14 00:48:16.810 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:16.811 | Can't uninstall 'fixtures'. No files were found to uninstall. 2025-05-14 00:48:17.198 | Attempting uninstall: click 2025-05-14 00:48:17.199 | Found existing installation: click 8.0.3 2025-05-14 00:48:17.200 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:17.201 | Can't uninstall 'click'. No files were found to uninstall. 2025-05-14 00:48:17.273 | Attempting uninstall: bcrypt 2025-05-14 00:48:17.275 | Found existing installation: bcrypt 3.2.0 2025-05-14 00:48:17.276 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:17.277 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2025-05-14 00:48:17.298 | Attempting uninstall: attrs 2025-05-14 00:48:17.299 | Found existing installation: attrs 21.2.0 2025-05-14 00:48:17.300 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:17.301 | Can't uninstall 'attrs'. No files were found to uninstall. 2025-05-14 00:48:18.408 | Attempting uninstall: jsonschema 2025-05-14 00:48:18.410 | Found existing installation: jsonschema 3.2.0 2025-05-14 00:48:18.411 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:18.412 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2025-05-14 00:48:18.474 | Attempting uninstall: Jinja2 2025-05-14 00:48:18.476 | Found existing installation: Jinja2 3.0.3 2025-05-14 00:48:18.477 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:18.478 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2025-05-14 00:48:19.253 | Attempting uninstall: cryptography 2025-05-14 00:48:19.254 | Found existing installation: cryptography 3.4.8 2025-05-14 00:48:19.255 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:19.256 | Can't uninstall 'cryptography'. No files were found to uninstall. 2025-05-14 00:48:19.580 | Attempting uninstall: pyOpenSSL 2025-05-14 00:48:19.581 | Found existing installation: pyOpenSSL 21.0.0 2025-05-14 00:48:19.583 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:19.583 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2025-05-14 00:48:20.394 | Running setup.py develop for keystone 2025-05-14 00:48:21.398 | 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.3 oslo.messaging-14.2.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2025-05-14 00:48:21.398 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-05-14 00:48:21.705 | + inc/python:pip_install:196 : result=0 2025-05-14 00:48:21.707 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:48:21.709 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:21.711 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:21.713 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:21.714 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:21.716 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:21.718 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:48:21.720 | + functions-common:time_stop:2442 : start_time=1747183686711 2025-05-14 00:48:21.722 | + functions-common:time_stop:2444 : [[ -z 1747183686711 ]] 2025-05-14 00:48:21.724 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:21.727 | + functions-common:time_stop:2447 : end_time=1747183701725 2025-05-14 00:48:21.729 | + functions-common:time_stop:2448 : elapsed_time=15014 2025-05-14 00:48:21.731 | + functions-common:time_stop:2449 : total=23599 2025-05-14 00:48:21.733 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:21.734 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38613 2025-05-14 00:48:21.736 | + inc/python:pip_install:199 : return 0 2025-05-14 00:48:21.738 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-05-14 00:48:21.740 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2025-05-14 00:48:21.742 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2025-05-14 00:48:21.757 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2025-05-14 00:48:21.766 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2025-05-14 00:48:21.768 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2025-05-14 00:48:21.770 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:48:21.772 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:48:21.774 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-05-14 00:48:21.776 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:48:21.778 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-05-14 00:48:21.792 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:21.794 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-05-14 00:48:21.796 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-05-14 00:48:21.798 | + stack.sh:main:908 : configure_keystone 2025-05-14 00:48:21.800 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-05-14 00:48:21.810 | + 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 ]] 2025-05-14 00:48:21.812 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-05-14 00:48:21.816 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-05-14 00:48:21.828 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:21.831 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-05-14 00:48:21.858 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-05-14 00:48:21.883 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-05-14 00:48:21.909 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-05-14 00:48:21.935 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-05-14 00:48:21.962 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-05-14 00:48:21.987 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-05-14 00:48:22.011 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-05-14 00:48:22.036 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-05-14 00:48:22.037 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2025-05-14 00:48:22.039 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2025-05-14 00:48:22.041 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2025-05-14 00:48:22.043 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-05-14 00:48:22.045 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-05-14 00:48:22.058 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:22.061 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-05-14 00:48:22.062 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-05-14 00:48:22.064 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-05-14 00:48:22.077 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:22.079 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:48:22.081 | + 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/ 2025-05-14 00:48:22.106 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-05-14 00:48:22.108 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-05-14 00:48:22.110 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-05-14 00:48:22.112 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-05-14 00:48:22.124 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:22.126 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-05-14 00:48:22.153 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-05-14 00:48:22.154 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-05-14 00:48:22.181 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-05-14 00:48:22.183 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-05-14 00:48:22.185 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-05-14 00:48:22.187 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2025-05-14 00:48:22.189 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:48:22.191 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:48:22.193 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-05-14 00:48:22.195 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-05-14 00:48:22.221 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-05-14 00:48:22.223 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-05-14 00:48:22.225 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-05-14 00:48:22.227 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-05-14 00:48:22.229 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-05-14 00:48:22.243 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-05-14 00:48:22.245 | + functions:setup_systemd_logging:706 : local pidstr= 2025-05-14 00:48:22.247 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-05-14 00:48:22.249 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-05-14 00:48:22.250 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-05-14 00:48:22.275 | + 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' 2025-05-14 00:48:22.300 | + 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' 2025-05-14 00:48:22.324 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-05-14 00:48:22.348 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-05-14 00:48:22.372 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-05-14 00:48:22.374 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2025-05-14 00:48:22.376 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-05-14 00:48:22.378 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2025-05-14 00:48:22.380 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2025-05-14 00:48:22.382 | + lib/apache:write_uwsgi_config:257 : local http= 2025-05-14 00:48:22.383 | + lib/apache:write_uwsgi_config:258 : local name= 2025-05-14 00:48:22.386 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2025-05-14 00:48:22.389 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2025-05-14 00:48:22.391 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-05-14 00:48:22.393 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-05-14 00:48:22.403 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-05-14 00:48:22.403 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:48:22.410 | d /var/run/uwsgi 0755 stack root 2025-05-14 00:48:22.413 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:48:22.421 | /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. 2025-05-14 00:48:22.424 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-05-14 00:48:22.426 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-05-14 00:48:22.429 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2025-05-14 00:48:22.454 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-05-14 00:48:22.477 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-05-14 00:48:22.500 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-05-14 00:48:22.523 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-05-14 00:48:22.546 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-05-14 00:48:22.571 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-05-14 00:48:22.596 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-05-14 00:48:22.619 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-05-14 00:48:22.643 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-05-14 00:48:22.667 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-05-14 00:48:22.690 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-05-14 00:48:22.713 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-05-14 00:48:22.736 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-05-14 00:48:22.738 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-05-14 00:48:22.741 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2025-05-14 00:48:22.742 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2025-05-14 00:48:22.744 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-05-14 00:48:22.746 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:22.748 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:22.750 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-05-14 00:48:22.752 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-05-14 00:48:22.754 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-05-14 00:48:22.779 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-05-14 00:48:22.803 | + 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 ' 2025-05-14 00:48:22.804 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-05-14 00:48:22.810 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2025-05-14 00:48:22.813 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2025-05-14 00:48:22.815 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2025-05-14 00:48:22.817 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-05-14 00:48:22.819 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-05-14 00:48:22.821 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:48:22.823 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:22.825 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:22.827 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-05-14 00:48:22.829 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-05-14 00:48:22.831 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:22.833 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:22.835 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2025-05-14 00:48:22.869 | Enabling site keystone-wsgi-public. 2025-05-14 00:48:22.873 | To activate the new configuration, you need to run: 2025-05-14 00:48:22.873 | systemctl reload apache2 2025-05-14 00:48:22.877 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-05-14 00:48:22.879 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-05-14 00:48:22.881 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:48:22.883 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-05-14 00:48:22.991 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-05-14 00:48:23.016 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-05-14 00:48:23.043 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-05-14 00:48:23.069 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-05-14 00:48:23.071 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-05-14 00:48:23.097 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-05-14 00:48:23.122 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-05-14 00:48:23.147 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-05-14 00:48:23.173 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-05-14 00:48:23.175 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-05-14 00:48:23.177 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-05-14 00:48:23.202 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-05-14 00:48:23.228 | + stack.sh:main:912 : is_service_enabled swift 2025-05-14 00:48:23.241 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:23.243 | + stack.sh:main:926 : is_service_enabled g-api n-api 2025-05-14 00:48:23.257 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:23.259 | + stack.sh:main:928 : stack_install_service glance 2025-05-14 00:48:23.261 | + lib/stack:stack_install_service:20 : local service=glance 2025-05-14 00:48:23.263 | + lib/stack:stack_install_service:21 : type install_glance 2025-05-14 00:48:23.265 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-05-14 00:48:23.267 | + lib/stack:stack_install_service:32 : install_glance 2025-05-14 00:48:23.269 | + lib/glance:install_glance:511 : glance_store_extras=() 2025-05-14 00:48:23.271 | + lib/glance:install_glance:511 : local glance_store_extras 2025-05-14 00:48:23.273 | + lib/glance:install_glance:513 : is_service_enabled cinder 2025-05-14 00:48:23.286 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:23.288 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-05-14 00:48:23.290 | + lib/glance:install_glance:517 : is_service_enabled swift 2025-05-14 00:48:23.303 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:23.305 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2025-05-14 00:48:23.307 | + inc/python:use_library_from_git:246 : local name=glance_store 2025-05-14 00:48:23.309 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:48:23.311 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:48:23.313 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2025-05-14 00:48:23.315 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:48:23.317 | ++ lib/glance:install_glance:529 : join_extras cinder 2025-05-14 00:48:23.320 | ++ inc/python:join_extras:29 : local IFS=, 2025-05-14 00:48:23.322 | ++ inc/python:join_extras:30 : echo cinder 2025-05-14 00:48:23.324 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2025-05-14 00:48:23.326 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2025-05-14 00:48:23.328 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2025-05-14 00:48:23.330 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2025-05-14 00:48:23.332 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2025-05-14 00:48:23.334 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2025-05-14 00:48:23.336 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2025-05-14 00:48:23.340 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-05-14 00:48:23.340 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2025-05-14 00:48:23.344 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2025-05-14 00:48:23.346 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2025-05-14 00:48:23.348 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2025-05-14 00:48:23.350 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2025-05-14 00:48:23.352 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2025-05-14 00:48:23.369 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-05-14 00:48:23.371 | + 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' 2025-05-14 00:48:24.520 | Collecting glance-store[cinder]!=0.29.0 2025-05-14 00:48:24.524 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2025-05-14 00:48:24.562 | 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) 2025-05-14 00:48:24.564 | 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) 2025-05-14 00:48:24.564 | 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) 2025-05-14 00:48:24.567 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.3) 2025-05-14 00:48:24.567 | 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) 2025-05-14 00:48:24.567 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2025-05-14 00:48:24.567 | 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) 2025-05-14 00:48:24.567 | 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) 2025-05-14 00:48:24.568 | 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) 2025-05-14 00:48:24.569 | 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) 2025-05-14 00:48:24.570 | 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) 2025-05-14 00:48:24.701 | Collecting oslo.rootwrap>=5.8.0 2025-05-14 00:48:24.703 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2025-05-14 00:48:24.747 | Collecting python-cinderclient>=4.1.0 2025-05-14 00:48:24.751 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2025-05-14 00:48:24.883 | Collecting oslo.privsep>=1.23.0 2025-05-14 00:48:24.886 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2025-05-14 00:48:25.039 | Collecting os-brick>=6.2.2 2025-05-14 00:48:25.043 | Using cached os_brick-6.2.5-py3-none-any.whl (298 kB) 2025-05-14 00:48:25.051 | 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) 2025-05-14 00:48:25.052 | 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) 2025-05-14 00:48:25.053 | 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) 2025-05-14 00:48:25.093 | 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) 2025-05-14 00:48:25.094 | 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) 2025-05-14 00:48:25.119 | 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) 2025-05-14 00:48:25.119 | 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) 2025-05-14 00:48:25.120 | 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) 2025-05-14 00:48:25.131 | 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) 2025-05-14 00:48:25.256 | Collecting os-win>=5.7.0 2025-05-14 00:48:25.260 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-05-14 00:48:25.264 | 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.1) 2025-05-14 00:48:25.265 | 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) 2025-05-14 00:48:25.266 | 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) 2025-05-14 00:48:25.274 | 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) 2025-05-14 00:48:25.292 | 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) 2025-05-14 00:48:25.293 | 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) 2025-05-14 00:48:25.294 | 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) 2025-05-14 00:48:25.295 | 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) 2025-05-14 00:48:25.303 | 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) 2025-05-14 00:48:25.304 | 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) 2025-05-14 00:48:25.311 | 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) 2025-05-14 00:48:25.317 | 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) 2025-05-14 00:48:25.318 | 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) 2025-05-14 00:48:25.319 | 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) 2025-05-14 00:48:25.326 | 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) 2025-05-14 00:48:25.343 | 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) 2025-05-14 00:48:25.344 | 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) 2025-05-14 00:48:25.346 | 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) 2025-05-14 00:48:25.346 | 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) 2025-05-14 00:48:25.385 | 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) 2025-05-14 00:48:25.394 | 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) 2025-05-14 00:48:25.475 | 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) 2025-05-14 00:48:25.476 | 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) 2025-05-14 00:48:25.489 | 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) 2025-05-14 00:48:25.490 | 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) 2025-05-14 00:48:25.491 | 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) 2025-05-14 00:48:25.492 | 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) 2025-05-14 00:48:25.493 | 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) 2025-05-14 00:48:25.494 | 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) 2025-05-14 00:48:25.511 | 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) 2025-05-14 00:48:25.588 | 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) 2025-05-14 00:48:25.616 | 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) 2025-05-14 00:48:26.151 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-05-14 00:48:26.930 | Successfully installed glance-store-4.3.3 os-brick-6.2.5 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2025-05-14 00:48:26.931 | 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 2025-05-14 00:48:27.050 | + inc/python:pip_install:196 : result=0 2025-05-14 00:48:27.052 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:48:27.054 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:27.056 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:27.058 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:27.059 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:27.061 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:27.063 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:48:27.065 | + functions-common:time_stop:2442 : start_time=1747183703365 2025-05-14 00:48:27.067 | + functions-common:time_stop:2444 : [[ -z 1747183703365 ]] 2025-05-14 00:48:27.069 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:27.072 | + functions-common:time_stop:2447 : end_time=1747183707070 2025-05-14 00:48:27.074 | + functions-common:time_stop:2448 : elapsed_time=3705 2025-05-14 00:48:27.076 | + functions-common:time_stop:2449 : total=38613 2025-05-14 00:48:27.078 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:27.079 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42318 2025-05-14 00:48:27.082 | + inc/python:pip_install:199 : return 0 2025-05-14 00:48:27.084 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2025-05-14 00:48:27.086 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2025-05-14 00:48:27.088 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2025-05-14 00:48:27.098 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2025-05-14 00:48:27.102 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance unmaintained/2023.1 2025-05-14 00:48:27.103 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2025-05-14 00:48:27.105 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2025-05-14 00:48:27.107 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-05-14 00:48:27.109 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:48:27.111 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:48:27.113 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:48:27.115 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:48:27.117 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:48:27.130 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:48:27.132 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:48:27.133 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:48:27.135 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:48:27.137 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-05-14 00:48:27.138 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:48:27.142 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2025-05-14 00:48:27.143 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:48:27.145 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-05-14 00:48:27.147 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:27.149 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:27.150 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:27.152 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:27.154 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:27.155 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:27.157 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:27.159 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:27.161 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:27.164 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183707162 2025-05-14 00:48:27.166 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-05-14 00:48:27.169 | Cloning into '/opt/stack//glance'... 2025-05-14 00:48:29.304 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:29.306 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:29.308 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:29.310 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:29.311 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:29.313 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:29.315 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:29.317 | + functions-common:time_stop:2442 : start_time=1747183707162 2025-05-14 00:48:29.319 | + functions-common:time_stop:2444 : [[ -z 1747183707162 ]] 2025-05-14 00:48:29.321 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:29.324 | + functions-common:time_stop:2447 : end_time=1747183709322 2025-05-14 00:48:29.326 | + functions-common:time_stop:2448 : elapsed_time=2160 2025-05-14 00:48:29.328 | + functions-common:time_stop:2449 : total=35325 2025-05-14 00:48:29.330 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:29.332 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=37485 2025-05-14 00:48:29.333 | + functions-common:git_clone:654 : cd /opt/stack//glance 2025-05-14 00:48:29.335 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:48:29.337 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:29.339 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:29.341 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:29.343 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:29.345 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:29.346 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:29.348 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:29.350 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:29.353 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:29.356 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183709353 2025-05-14 00:48:29.357 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:48:31.490 | From https://opendev.org/openstack/glance 2025-05-14 00:48:31.490 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-05-14 00:48:31.495 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:31.497 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:31.499 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:31.500 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:31.502 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:31.504 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:31.506 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:31.508 | + functions-common:time_stop:2442 : start_time=1747183709353 2025-05-14 00:48:31.510 | + functions-common:time_stop:2444 : [[ -z 1747183709353 ]] 2025-05-14 00:48:31.512 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:31.515 | + functions-common:time_stop:2447 : end_time=1747183711513 2025-05-14 00:48:31.517 | + functions-common:time_stop:2448 : elapsed_time=2160 2025-05-14 00:48:31.518 | + functions-common:time_stop:2449 : total=37485 2025-05-14 00:48:31.520 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:31.522 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39645 2025-05-14 00:48:31.524 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:48:31.526 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:31.527 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:31.529 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:31.531 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:31.533 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:31.535 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:31.536 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:31.538 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:31.540 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:31.543 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183711541 2025-05-14 00:48:31.545 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:48:31.613 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:48:31.613 | 2025-05-14 00:48:31.613 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:48:31.613 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:48:31.613 | state without impacting any branches by switching back to a branch. 2025-05-14 00:48:31.613 | 2025-05-14 00:48:31.613 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:48:31.613 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:48:31.613 | 2025-05-14 00:48:31.613 | git switch -c 2025-05-14 00:48:31.613 | 2025-05-14 00:48:31.613 | Or undo this operation with: 2025-05-14 00:48:31.613 | 2025-05-14 00:48:31.613 | git switch - 2025-05-14 00:48:31.613 | 2025-05-14 00:48:31.613 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:48:31.613 | 2025-05-14 00:48:31.613 | HEAD is now at 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-05-14 00:48:31.616 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:31.618 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:31.620 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:31.622 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:31.623 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:31.625 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:31.627 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:31.629 | + functions-common:time_stop:2442 : start_time=1747183711541 2025-05-14 00:48:31.631 | + functions-common:time_stop:2444 : [[ -z 1747183711541 ]] 2025-05-14 00:48:31.633 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:31.636 | + functions-common:time_stop:2447 : end_time=1747183711634 2025-05-14 00:48:31.638 | + functions-common:time_stop:2448 : elapsed_time=93 2025-05-14 00:48:31.640 | + functions-common:time_stop:2449 : total=39645 2025-05-14 00:48:31.642 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:31.644 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39738 2025-05-14 00:48:31.645 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2025-05-14 00:48:31.656 | + functions-common:git_clone:695 : cd /opt/stack//glance 2025-05-14 00:48:31.658 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:48:31.658 | + functions-common:git_clone:696 : head -1 2025-05-14 00:48:31.660 | 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-05-14 00:48:31.662 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:48:31.664 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2025-05-14 00:48:31.666 | + inc/python:setup_develop:334 : local bindep 2025-05-14 00:48:31.668 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2025-05-14 00:48:31.670 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2025-05-14 00:48:31.672 | + inc/python:setup_develop:340 : local extras= 2025-05-14 00:48:31.674 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-05-14 00:48:31.676 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-05-14 00:48:31.678 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2025-05-14 00:48:31.680 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2025-05-14 00:48:31.682 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-05-14 00:48:31.684 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-05-14 00:48:31.686 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2025-05-14 00:48:31.688 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-05-14 00:48:31.690 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2025-05-14 00:48:31.692 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-05-14 00:48:31.694 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-05-14 00:48:31.697 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-05-14 00:48:31.701 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2025-05-14 00:48:31.703 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-05-14 00:48:32.025 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2025-05-14 00:48:32.027 | + inc/python:setup_package:414 : local bindep=0 2025-05-14 00:48:32.029 | + inc/python:setup_package:415 : local bindep_flag= 2025-05-14 00:48:32.031 | + inc/python:setup_package:416 : local bindep_profiles= 2025-05-14 00:48:32.033 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2025-05-14 00:48:32.035 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2025-05-14 00:48:32.036 | + inc/python:setup_package:423 : local flags=-e 2025-05-14 00:48:32.038 | + inc/python:setup_package:424 : local extras= 2025-05-14 00:48:32.040 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-05-14 00:48:32.042 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-05-14 00:48:32.044 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-05-14 00:48:32.046 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-05-14 00:48:32.048 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-05-14 00:48:32.050 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2025-05-14 00:48:32.066 | Using python 3.10 to install /opt/stack/glance 2025-05-14 00:48:32.068 | + 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 2025-05-14 00:48:33.022 | Obtaining file:///opt/stack/glance 2025-05-14 00:48:33.022 | Preparing metadata (setup.py): started 2025-05-14 00:48:33.443 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:48:33.503 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.5.2) 2025-05-14 00:48:33.503 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.1.1) 2025-05-14 00:48:33.504 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.4.1) 2025-05-14 00:48:33.505 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.5.1) 2025-05-14 00:48:33.506 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.4.41) 2025-05-14 00:48:33.686 | Collecting WSME>=0.8.0 2025-05-14 00:48:33.689 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2025-05-14 00:48:33.692 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.8.7) 2025-05-14 00:48:33.693 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.8.1) 2025-05-14 00:48:33.826 | Collecting castellan>=0.17.0 2025-05-14 00:48:33.829 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2025-05-14 00:48:33.832 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (38.0.2) 2025-05-14 00:48:33.940 | Collecting cursive>=0.2.1 2025-05-14 00:48:33.942 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-05-14 00:48:33.944 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.5.0) 2025-05-14 00:48:33.945 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.7.1) 2025-05-14 00:48:33.946 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.33.1) 2025-05-14 00:48:33.947 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.4.1) 2025-05-14 00:48:33.948 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.3.3) 2025-05-14 00:48:33.975 | Collecting httplib2>=0.9.1 2025-05-14 00:48:33.978 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2025-05-14 00:48:33.980 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.1.0) 2025-05-14 00:48:33.983 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.16.0) 2025-05-14 00:48:33.983 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.3) 2025-05-14 00:48:33.983 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (10.2.0) 2025-05-14 00:48:33.984 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.9.0) 2025-05-14 00:48:33.984 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-05-14 00:48:33.985 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (9.1.1) 2025-05-14 00:48:33.986 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-05-14 00:48:33.987 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (12.3.3) 2025-05-14 00:48:33.987 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (6.0.0) 2025-05-14 00:48:34.107 | Collecting oslo.limit>=1.6.0 2025-05-14 00:48:34.110 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2025-05-14 00:48:34.112 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.2.1) 2025-05-14 00:48:34.113 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (14.2.5) 2025-05-14 00:48:34.113 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-05-14 00:48:34.114 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.1.1) 2025-05-14 00:48:34.241 | Collecting oslo.reports>=1.18.0 2025-05-14 00:48:34.244 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2025-05-14 00:48:34.247 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.1.1) 2025-05-14 00:48:34.247 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (6.1.0) 2025-05-14 00:48:34.248 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.4.3) 2025-05-14 00:48:34.249 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.11.1) 2025-05-14 00:48:34.250 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (22.1.0) 2025-05-14 00:48:34.251 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.0) 2025-05-14 00:48:34.269 | Collecting retrying!=1.3.0,>=1.2.3 2025-05-14 00:48:34.269 | Using cached retrying-1.3.3-py3-none-any.whl 2025-05-14 00:48:34.275 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.4.3) 2025-05-14 00:48:34.276 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.0.0) 2025-05-14 00:48:34.437 | Collecting taskflow>=4.0.0 2025-05-14 00:48:34.442 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2025-05-14 00:48:34.454 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev12) (1.2.3) 2025-05-14 00:48:34.493 | Collecting python-barbicanclient>=4.5.2 2025-05-14 00:48:34.496 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2025-05-14 00:48:34.499 | 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.dev12) (2.28.1) 2025-05-14 00:48:34.518 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev12) (1.15.1) 2025-05-14 00:48:34.537 | 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.dev12) (5.1.2) 2025-05-14 00:48:34.542 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev12) (1.14.1) 2025-05-14 00:48:34.546 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (1.16.0) 2025-05-14 00:48:34.547 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (2.2.1) 2025-05-14 00:48:34.548 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (1.1.3) 2025-05-14 00:48:34.586 | 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.dev12) (3.0.9) 2025-05-14 00:48:34.606 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev12) (22.1.0) 2025-05-14 00:48:34.607 | 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.dev12) (0.18.1) 2025-05-14 00:48:34.632 | 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.dev12) (1.7.0) 2025-05-14 00:48:34.654 | 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.dev12) (3.3.1) 2025-05-14 00:48:34.657 | 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.dev12) (3.1.1) 2025-05-14 00:48:34.670 | 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.dev12) (0.18) 2025-05-14 00:48:34.689 | 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.dev12) (1.5.0) 2025-05-14 00:48:34.690 | 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.dev12) (0.8.0) 2025-05-14 00:48:34.691 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev12) (6.0) 2025-05-14 00:48:34.716 | 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.dev12) (0.13.0) 2025-05-14 00:48:34.717 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev12) (0.5.0) 2025-05-14 00:48:34.719 | 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.dev12) (2.0.1) 2025-05-14 00:48:34.789 | Collecting openstacksdk>=0.31.1 2025-05-14 00:48:34.801 | Using cached openstacksdk-1.0.2-py3-none-any.whl (1.6 MB) 2025-05-14 00:48:34.839 | 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.dev12) (0.9.6) 2025-05-14 00:48:34.840 | 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.dev12) (2.8.2) 2025-05-14 00:48:34.866 | 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.dev12) (3.1.2) 2025-05-14 00:48:34.867 | 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.dev12) (5.2.4) 2025-05-14 00:48:34.869 | 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.dev12) (0.6.0) 2025-05-14 00:48:34.869 | 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.dev12) (5.1.1) 2025-05-14 00:48:34.869 | 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.dev12) (5.2.0) 2025-05-14 00:48:34.880 | 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.dev12) (3.3.0) 2025-05-14 00:48:34.881 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev12) (3.1.2) 2025-05-14 00:48:34.882 | 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.dev12) (4.0.0) 2025-05-14 00:48:35.079 | Collecting psutil>=3.2.2 2025-05-14 00:48:35.083 | 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) 2025-05-14 00:48:35.103 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (23.1) 2025-05-14 00:48:35.104 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (2022.4) 2025-05-14 00:48:35.105 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (0.11.0) 2025-05-14 00:48:35.167 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev12) (59.6.0) 2025-05-14 00:48:35.189 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev12) (0.2.5) 2025-05-14 00:48:35.228 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev12) (0.7) 2025-05-14 00:48:35.452 | Collecting automaton>=1.9.0 2025-05-14 00:48:35.455 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2025-05-14 00:48:35.502 | Collecting networkx>=2.1.0 2025-05-14 00:48:35.517 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2025-05-14 00:48:35.532 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev12) (6.3.1) 2025-05-14 00:48:35.555 | Collecting pydot>=1.2.4 2025-05-14 00:48:35.557 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-05-14 00:48:35.597 | Collecting simplegeneric 2025-05-14 00:48:35.597 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-05-14 00:48:35.607 | 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.dev12) (5.0.0) 2025-05-14 00:48:35.670 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev12) (2.21) 2025-05-14 00:48:35.711 | 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.dev12) (2.1.1) 2025-05-14 00:48:35.791 | 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.dev12) (1.32) 2025-05-14 00:48:35.811 | Collecting requestsexceptions>=1.2.0 2025-05-14 00:48:35.813 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-05-14 00:48:35.816 | 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.dev12) (5.1.1) 2025-05-14 00:48:35.833 | Collecting appdirs>=1.3.0 2025-05-14 00:48:35.835 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-05-14 00:48:35.837 | 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.dev12) (1.1.8) 2025-05-14 00:48:35.860 | Collecting jmespath>=0.9.0 2025-05-14 00:48:35.862 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-05-14 00:48:35.909 | 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.dev12) (0.14.1) 2025-05-14 00:48:35.921 | 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.dev12) (1.0.4) 2025-05-14 00:48:35.938 | 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.dev12) (1.4.0) 2025-05-14 00:48:35.939 | 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.dev12) (4.0.1) 2025-05-14 00:48:36.079 | Collecting cliff!=2.9.0,>=2.8.0 2025-05-14 00:48:36.082 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-05-14 00:48:36.144 | 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.dev12) (1.26.12) 2025-05-14 00:48:36.145 | 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.dev12) (2.1.1) 2025-05-14 00:48:36.148 | 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.dev12) (3.4) 2025-05-14 00:48:36.148 | 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.dev12) (2020.6.20) 2025-05-14 00:48:36.182 | 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.dev12) (0.5.2) 2025-05-14 00:48:36.236 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev12) (2.5.0) 2025-05-14 00:48:36.356 | Collecting autopage>=0.4.0 2025-05-14 00:48:36.358 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-05-14 00:48:36.419 | Collecting cmd2>=1.0.0 2025-05-14 00:48:36.422 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-05-14 00:48:36.501 | Collecting importlib-metadata>=4.4 2025-05-14 00:48:36.508 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-05-14 00:48:36.760 | 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.dev12) (1.8.2) 2025-05-14 00:48:36.831 | Collecting zipp>=0.5 2025-05-14 00:48:36.833 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-05-14 00:48:37.306 | 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 2025-05-14 00:48:37.334 | Attempting uninstall: zipp 2025-05-14 00:48:37.335 | Found existing installation: zipp 1.0.0 2025-05-14 00:48:37.336 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:37.337 | Can't uninstall 'zipp'. No files were found to uninstall. 2025-05-14 00:48:38.542 | Attempting uninstall: httplib2 2025-05-14 00:48:38.544 | Found existing installation: httplib2 0.20.2 2025-05-14 00:48:38.544 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:38.545 | Can't uninstall 'httplib2'. No files were found to uninstall. 2025-05-14 00:48:38.571 | Attempting uninstall: cmd2 2025-05-14 00:48:38.573 | Found existing installation: cmd2 0.0.0 2025-05-14 00:48:38.573 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:38.574 | Can't uninstall 'cmd2'. No files were found to uninstall. 2025-05-14 00:48:38.647 | Attempting uninstall: autopage 2025-05-14 00:48:38.649 | Found existing installation: autopage 0.4.0 2025-05-14 00:48:38.650 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:38.651 | Can't uninstall 'autopage'. No files were found to uninstall. 2025-05-14 00:48:38.677 | Attempting uninstall: importlib-metadata 2025-05-14 00:48:38.678 | Found existing installation: importlib-metadata 4.6.4 2025-05-14 00:48:38.679 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:38.680 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2025-05-14 00:48:39.746 | Attempting uninstall: cliff 2025-05-14 00:48:39.748 | Found existing installation: cliff 3.10.0 2025-05-14 00:48:39.749 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:39.749 | Can't uninstall 'cliff'. No files were found to uninstall. 2025-05-14 00:48:40.306 | Running setup.py develop for glance 2025-05-14 00:48:41.318 | 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.2 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 2025-05-14 00:48:41.319 | 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 2025-05-14 00:48:41.521 | + inc/python:pip_install:196 : result=0 2025-05-14 00:48:41.523 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:48:41.525 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:41.527 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:41.529 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:41.531 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:41.533 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:41.535 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:48:41.537 | + functions-common:time_stop:2442 : start_time=1747183712062 2025-05-14 00:48:41.539 | + functions-common:time_stop:2444 : [[ -z 1747183712062 ]] 2025-05-14 00:48:41.541 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:41.544 | + functions-common:time_stop:2447 : end_time=1747183721542 2025-05-14 00:48:41.547 | + functions-common:time_stop:2448 : elapsed_time=9480 2025-05-14 00:48:41.549 | + functions-common:time_stop:2449 : total=42318 2025-05-14 00:48:41.551 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:41.553 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=51798 2025-05-14 00:48:41.555 | + inc/python:pip_install:199 : return 0 2025-05-14 00:48:41.557 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-05-14 00:48:41.560 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2025-05-14 00:48:41.562 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2025-05-14 00:48:41.577 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2025-05-14 00:48:41.588 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2025-05-14 00:48:41.590 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2025-05-14 00:48:41.592 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:48:41.594 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:48:41.596 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-05-14 00:48:41.598 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:48:41.600 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-05-14 00:48:41.602 | + stack.sh:main:929 : configure_glance 2025-05-14 00:48:41.605 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-05-14 00:48:41.615 | + lib/glance:configure_glance:326 : local dburl 2025-05-14 00:48:41.618 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2025-05-14 00:48:41.620 | ++ lib/database:database_connection_url:134 : local db=glance 2025-05-14 00:48:41.622 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-05-14 00:48:41.624 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2025-05-14 00:48:41.626 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:48:41.628 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:48:41.629 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-05-14 00:48:41.632 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-05-14 00:48:41.634 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-05-14 00:48:41.659 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-05-14 00:48:41.686 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-05-14 00:48:41.711 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-05-14 00:48:41.735 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-05-14 00:48:41.761 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-05-14 00:48:41.788 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-05-14 00:48:41.790 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-05-14 00:48:41.792 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-05-14 00:48:41.794 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-05-14 00:48:41.796 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-05-14 00:48:41.824 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-05-14 00:48:41.851 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-05-14 00:48:41.879 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-05-14 00:48:41.906 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-05-14 00:48:41.932 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-05-14 00:48:41.957 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-05-14 00:48:41.982 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-05-14 00:48:42.007 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:48:42.032 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-05-14 00:48:42.057 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-05-14 00:48:42.086 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-05-14 00:48:42.088 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2025-05-14 00:48:42.091 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2025-05-14 00:48:42.093 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-05-14 00:48:42.095 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-05-14 00:48:42.097 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-05-14 00:48:42.111 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:42.114 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-05-14 00:48:42.116 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-05-14 00:48:42.118 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-05-14 00:48:42.131 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:42.133 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:48:42.136 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:48:42.161 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-05-14 00:48:42.163 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-05-14 00:48:42.165 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2025-05-14 00:48:42.167 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-05-14 00:48:42.192 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-05-14 00:48:42.217 | + lib/glance:configure_glance:346 : configure_glance_store False False 2025-05-14 00:48:42.219 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2025-05-14 00:48:42.221 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2025-05-14 00:48:42.223 | + lib/glance:configure_glance_store:254 : local be 2025-05-14 00:48:42.225 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2025-05-14 00:48:42.227 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2025-05-14 00:48:42.229 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-05-14 00:48:42.255 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2025-05-14 00:48:42.257 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-05-14 00:48:42.283 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2025-05-14 00:48:42.285 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2025-05-14 00:48:42.299 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:42.301 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-05-14 00:48:42.325 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2025-05-14 00:48:42.338 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:42.340 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2025-05-14 00:48:42.342 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-05-14 00:48:42.344 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-05-14 00:48:42.347 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-05-14 00:48:42.361 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-05-14 00:48:42.363 | + functions:setup_systemd_logging:706 : local pidstr= 2025-05-14 00:48:42.364 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-05-14 00:48:42.366 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-05-14 00:48:42.368 | + 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}}' 2025-05-14 00:48:42.393 | + 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' 2025-05-14 00:48:42.417 | + 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' 2025-05-14 00:48:42.441 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-05-14 00:48:42.464 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-05-14 00:48:42.468 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-05-14 00:48:42.493 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-05-14 00:48:42.516 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-05-14 00:48:42.539 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-05-14 00:48:42.563 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-05-14 00:48:42.588 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-05-14 00:48:42.612 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-05-14 00:48:42.635 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-05-14 00:48:42.661 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-05-14 00:48:42.686 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-05-14 00:48:42.713 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-05-14 00:48:42.738 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-05-14 00:48:42.742 | + 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 2025-05-14 00:48:42.746 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2025-05-14 00:48:42.759 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:48:42.761 | + lib/glance:configure_glance:421 : [[ False == False ]] 2025-05-14 00:48:42.763 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2025-05-14 00:48:42.765 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2025-05-14 00:48:42.767 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2025-05-14 00:48:42.768 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2025-05-14 00:48:42.771 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2025-05-14 00:48:42.774 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2025-05-14 00:48:42.776 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2025-05-14 00:48:42.779 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2025-05-14 00:48:42.806 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2025-05-14 00:48:42.808 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-05-14 00:48:42.810 | ++ functions:get_random_port:848 : true 2025-05-14 00:48:42.812 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-05-14 00:48:42.814 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-05-14 00:48:42.815 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-05-14 00:48:42.853 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-05-14 00:48:42.855 | ++ functions:get_random_port:852 : break 2 2025-05-14 00:48:42.856 | ++ functions:get_random_port:856 : echo 60999 2025-05-14 00:48:42.859 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2025-05-14 00:48:42.861 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-05-14 00:48:42.884 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-05-14 00:48:42.909 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-05-14 00:48:42.933 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-05-14 00:48:42.956 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-05-14 00:48:42.979 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-05-14 00:48:43.002 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-05-14 00:48:43.026 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-05-14 00:48:43.049 | + 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' 2025-05-14 00:48:43.072 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-05-14 00:48:43.094 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-05-14 00:48:43.118 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-05-14 00:48:43.143 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-05-14 00:48:43.167 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-05-14 00:48:43.192 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-05-14 00:48:43.216 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-05-14 00:48:43.241 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-05-14 00:48:43.265 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-05-14 00:48:43.288 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-05-14 00:48:43.312 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2025-05-14 00:48:43.314 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2025-05-14 00:48:43.315 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:48:43.317 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:43.319 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:43.321 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-05-14 00:48:43.323 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2025-05-14 00:48:43.352 | proxy (enabled by site administrator) 2025-05-14 00:48:43.354 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2025-05-14 00:48:43.356 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2025-05-14 00:48:43.358 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:48:43.360 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:43.362 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:43.364 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-05-14 00:48:43.366 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2025-05-14 00:48:43.394 | No module matches proxy_http 2025-05-14 00:48:43.397 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2025-05-14 00:48:43.429 | Considering dependency proxy for proxy_http: 2025-05-14 00:48:43.429 | Module proxy already enabled 2025-05-14 00:48:43.429 | Enabling module proxy_http. 2025-05-14 00:48:43.434 | To activate the new configuration, you need to run: 2025-05-14 00:48:43.434 | systemctl restart apache2 2025-05-14 00:48:43.437 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2025-05-14 00:48:43.439 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-05-14 00:48:43.441 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:48:43.443 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-05-14 00:48:43.551 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2025-05-14 00:48:43.553 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2025-05-14 00:48:43.555 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2025-05-14 00:48:43.557 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-05-14 00:48:43.559 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:43.561 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:43.562 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-05-14 00:48:43.565 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-05-14 00:48:43.567 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2025-05-14 00:48:43.567 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-05-14 00:48:43.574 | KeepAlive Off 2025-05-14 00:48:43.578 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2025-05-14 00:48:43.578 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-05-14 00:48:43.585 | SetEnv proxy-sendchunked 1 2025-05-14 00:48:43.588 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2025-05-14 00:48:43.589 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-05-14 00:48:43.595 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2025-05-14 00:48:43.597 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2025-05-14 00:48:43.599 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2025-05-14 00:48:43.601 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-05-14 00:48:43.603 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-05-14 00:48:43.604 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:48:43.606 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:43.608 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:43.610 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-05-14 00:48:43.612 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-05-14 00:48:43.614 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:48:43.616 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:48:43.618 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2025-05-14 00:48:43.651 | Enabling site glance-wsgi-api. 2025-05-14 00:48:43.654 | To activate the new configuration, you need to run: 2025-05-14 00:48:43.654 | systemctl reload apache2 2025-05-14 00:48:43.659 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2025-05-14 00:48:43.661 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-05-14 00:48:43.663 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:48:43.665 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-05-14 00:48:43.764 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-05-14 00:48:43.768 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-05-14 00:48:43.793 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-05-14 00:48:43.795 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-05-14 00:48:43.797 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2025-05-14 00:48:43.823 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2025-05-14 00:48:43.847 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2025-05-14 00:48:43.871 | + stack.sh:main:932 : is_service_enabled cinder 2025-05-14 00:48:43.886 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:48:43.888 | + stack.sh:main:934 : stack_install_service cinder 2025-05-14 00:48:43.890 | + lib/stack:stack_install_service:20 : local service=cinder 2025-05-14 00:48:43.892 | + lib/stack:stack_install_service:21 : type install_cinder 2025-05-14 00:48:43.894 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-05-14 00:48:43.896 | + lib/stack:stack_install_service:32 : install_cinder 2025-05-14 00:48:43.898 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder unmaintained/2023.1 2025-05-14 00:48:43.900 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2025-05-14 00:48:43.902 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2025-05-14 00:48:43.904 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-05-14 00:48:43.906 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:48:43.908 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:48:43.910 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:48:43.912 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:48:43.915 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:48:43.928 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:48:43.930 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:48:43.932 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:48:43.934 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:48:43.936 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-05-14 00:48:43.936 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:48:43.940 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2025-05-14 00:48:43.942 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:48:43.944 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-05-14 00:48:43.946 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:43.948 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:43.950 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:43.951 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:43.953 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:43.955 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:43.957 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:43.958 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:43.961 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:43.964 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183723962 2025-05-14 00:48:43.966 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-05-14 00:48:43.969 | Cloning into '/opt/stack//cinder'... 2025-05-14 00:48:46.979 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:46.981 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:46.983 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:46.985 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:46.987 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:46.989 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:46.991 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:46.993 | + functions-common:time_stop:2442 : start_time=1747183723962 2025-05-14 00:48:46.995 | + functions-common:time_stop:2444 : [[ -z 1747183723962 ]] 2025-05-14 00:48:46.997 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:47.000 | + functions-common:time_stop:2447 : end_time=1747183726998 2025-05-14 00:48:47.002 | + functions-common:time_stop:2448 : elapsed_time=3036 2025-05-14 00:48:47.004 | + functions-common:time_stop:2449 : total=39738 2025-05-14 00:48:47.006 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:47.008 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42774 2025-05-14 00:48:47.010 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2025-05-14 00:48:47.011 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:48:47.013 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:47.015 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:47.017 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:47.019 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:47.020 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:47.022 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:47.025 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:47.027 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:47.029 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:47.032 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183727030 2025-05-14 00:48:47.034 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:48:50.101 | From https://opendev.org/openstack/cinder 2025-05-14 00:48:50.101 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-05-14 00:48:50.106 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:50.108 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:50.110 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:50.115 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:50.116 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:50.118 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:50.120 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:50.122 | + functions-common:time_stop:2442 : start_time=1747183727030 2025-05-14 00:48:50.124 | + functions-common:time_stop:2444 : [[ -z 1747183727030 ]] 2025-05-14 00:48:50.127 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:50.130 | + functions-common:time_stop:2447 : end_time=1747183730128 2025-05-14 00:48:50.132 | + functions-common:time_stop:2448 : elapsed_time=3098 2025-05-14 00:48:50.133 | + functions-common:time_stop:2449 : total=42774 2025-05-14 00:48:50.135 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:50.137 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=45872 2025-05-14 00:48:50.139 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:48:50.141 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:48:50.143 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:48:50.145 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:48:50.147 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:48:50.149 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:48:50.151 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:48:50.153 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:48:50.155 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:48:50.157 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:48:50.161 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183730159 2025-05-14 00:48:50.162 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:48:50.424 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:48:50.424 | 2025-05-14 00:48:50.424 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:48:50.424 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:48:50.424 | state without impacting any branches by switching back to a branch. 2025-05-14 00:48:50.424 | 2025-05-14 00:48:50.424 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:48:50.424 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:48:50.424 | 2025-05-14 00:48:50.424 | git switch -c 2025-05-14 00:48:50.424 | 2025-05-14 00:48:50.424 | Or undo this operation with: 2025-05-14 00:48:50.424 | 2025-05-14 00:48:50.424 | git switch - 2025-05-14 00:48:50.424 | 2025-05-14 00:48:50.424 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:48:50.424 | 2025-05-14 00:48:50.424 | HEAD is now at ae2d250 Fix "signature_verified" metadata propagation to images 2025-05-14 00:48:50.428 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:48:50.430 | + functions-common:time_stop:2435 : local name 2025-05-14 00:48:50.432 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:48:50.434 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:48:50.437 | + functions-common:time_stop:2438 : local total 2025-05-14 00:48:50.438 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:48:50.440 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:48:50.442 | + functions-common:time_stop:2442 : start_time=1747183730159 2025-05-14 00:48:50.444 | + functions-common:time_stop:2444 : [[ -z 1747183730159 ]] 2025-05-14 00:48:50.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:48:50.450 | + functions-common:time_stop:2447 : end_time=1747183730448 2025-05-14 00:48:50.451 | + functions-common:time_stop:2448 : elapsed_time=289 2025-05-14 00:48:50.453 | + functions-common:time_stop:2449 : total=45872 2025-05-14 00:48:50.455 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:48:50.457 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=46161 2025-05-14 00:48:50.459 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-05-14 00:48:50.470 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2025-05-14 00:48:50.473 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:48:50.473 | + functions-common:git_clone:696 : head -1 2025-05-14 00:48:50.478 | ae2d250 Fix "signature_verified" metadata propagation to images 2025-05-14 00:48:50.480 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:48:50.483 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2025-05-14 00:48:50.485 | + inc/python:setup_develop:334 : local bindep 2025-05-14 00:48:50.487 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2025-05-14 00:48:50.489 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2025-05-14 00:48:50.491 | + inc/python:setup_develop:340 : local extras= 2025-05-14 00:48:50.493 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-05-14 00:48:50.495 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-05-14 00:48:50.497 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-05-14 00:48:50.499 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2025-05-14 00:48:50.501 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-05-14 00:48:50.503 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-05-14 00:48:50.506 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2025-05-14 00:48:50.508 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-05-14 00:48:50.510 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2025-05-14 00:48:50.512 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-05-14 00:48:50.514 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-05-14 00:48:50.517 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-05-14 00:48:50.522 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2025-05-14 00:48:50.524 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-05-14 00:48:50.877 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2025-05-14 00:48:50.879 | + inc/python:setup_package:414 : local bindep=0 2025-05-14 00:48:50.881 | + inc/python:setup_package:415 : local bindep_flag= 2025-05-14 00:48:50.883 | + inc/python:setup_package:416 : local bindep_profiles= 2025-05-14 00:48:50.885 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2025-05-14 00:48:50.887 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2025-05-14 00:48:50.889 | + inc/python:setup_package:423 : local flags=-e 2025-05-14 00:48:50.891 | + inc/python:setup_package:424 : local extras= 2025-05-14 00:48:50.893 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-05-14 00:48:50.895 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-05-14 00:48:50.897 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-05-14 00:48:50.899 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-05-14 00:48:50.901 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-05-14 00:48:50.903 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2025-05-14 00:48:50.919 | Using python 3.10 to install /opt/stack/cinder 2025-05-14 00:48:50.921 | + 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 2025-05-14 00:48:51.868 | Obtaining file:///opt/stack/cinder 2025-05-14 00:48:51.868 | Preparing metadata (setup.py): started 2025-05-14 00:48:52.489 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:48:52.578 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.5.2) 2025-05-14 00:48:52.579 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.1.1) 2025-05-14 00:48:52.580 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.5.1) 2025-05-14 00:48:52.580 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.4.41) 2025-05-14 00:48:52.581 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.8.7) 2025-05-14 00:48:53.363 | Collecting boto3>=1.18.49 2025-05-14 00:48:53.367 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2025-05-14 00:48:53.370 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.1.0) 2025-05-14 00:48:53.371 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (38.0.2) 2025-05-14 00:48:53.371 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.2.3) 2025-05-14 00:48:53.372 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-05-14 00:48:53.373 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.33.1) 2025-05-14 00:48:53.504 | Collecting google-api-python-client>=1.11.0 2025-05-14 00:48:53.563 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2025-05-14 00:48:53.611 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.1.3) 2025-05-14 00:48:53.612 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.20.4) 2025-05-14 00:48:53.614 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.0.0) 2025-05-14 00:48:53.614 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.1.0) 2025-05-14 00:48:53.614 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.16.0) 2025-05-14 00:48:53.615 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.3) 2025-05-14 00:48:53.615 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (10.2.0) 2025-05-14 00:48:54.120 | Collecting lxml>=4.5.2 2025-05-14 00:48:54.159 | 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) 2025-05-14 00:48:54.219 | Collecting oauth2client>=4.1.3 2025-05-14 00:48:54.222 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-05-14 00:48:54.225 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.2.5) 2025-05-14 00:48:54.225 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.9.0) 2025-05-14 00:48:54.226 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-05-14 00:48:54.227 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (9.1.1) 2025-05-14 00:48:54.228 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-05-14 00:48:54.229 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (12.3.3) 2025-05-14 00:48:54.230 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.0.0) 2025-05-14 00:48:54.230 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.2.1) 2025-05-14 00:48:54.231 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (14.2.5) 2025-05-14 00:48:54.232 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-05-14 00:48:54.233 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.1.1) 2025-05-14 00:48:54.233 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.1.0) 2025-05-14 00:48:54.234 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.0.0) 2025-05-14 00:48:54.235 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (7.0.1) 2025-05-14 00:48:54.236 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.2) 2025-05-14 00:48:54.237 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.1.2) 2025-05-14 00:48:54.237 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.1.1) 2025-05-14 00:48:54.238 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.1.0) 2025-05-14 00:48:54.372 | Collecting oslo.versionedobjects>=2.4.0 2025-05-14 00:48:54.375 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2025-05-14 00:48:54.513 | Collecting oslo.vmware>=3.10.0 2025-05-14 00:48:54.519 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2025-05-14 00:48:54.526 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.4.3) 2025-05-14 00:48:54.526 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (23.1) 2025-05-14 00:48:54.579 | Collecting paramiko>=2.7.2 2025-05-14 00:48:54.582 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2025-05-14 00:48:54.587 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.11.1) 2025-05-14 00:48:54.587 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.9.2) 2025-05-14 00:48:54.587 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.0.9) 2025-05-14 00:48:54.587 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.5.0) 2025-05-14 00:48:54.627 | Collecting python-glanceclient>=3.2.2 2025-05-14 00:48:54.632 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2025-05-14 00:48:54.634 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.0) 2025-05-14 00:48:54.683 | Collecting python-novaclient>=17.2.1 2025-05-14 00:48:54.687 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2025-05-14 00:48:54.721 | Collecting python-swiftclient>=3.10.1 2025-05-14 00:48:54.723 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2025-05-14 00:48:54.726 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2022.4) 2025-05-14 00:48:54.727 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.28.1) 2025-05-14 00:48:54.749 | Collecting rtslib-fb>=2.1.74 2025-05-14 00:48:54.749 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-05-14 00:48:54.755 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev42) (1.16.0) 2025-05-14 00:48:54.756 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.13.0) 2025-05-14 00:48:54.757 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.0.0) 2025-05-14 00:48:54.778 | Collecting tabulate>=0.8.7 2025-05-14 00:48:54.781 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-05-14 00:48:54.783 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-05-14 00:48:54.784 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.3.1) 2025-05-14 00:48:54.927 | Collecting tooz>=2.8.0 2025-05-14 00:48:54.930 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2025-05-14 00:48:55.119 | Collecting zstd>=1.4.5.1 2025-05-14 00:48:55.141 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2025-05-14 00:48:56.002 | Collecting botocore<1.28.0,>=1.27.89 2025-05-14 00:48:56.053 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2025-05-14 00:48:56.138 | Collecting s3transfer<0.7.0,>=0.6.0 2025-05-14 00:48:56.140 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-05-14 00:48:56.143 | 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.dev42) (1.0.1) 2025-05-14 00:48:56.170 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev42) (1.15.1) 2025-05-14 00:48:56.184 | 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.dev42) (2.2.1) 2025-05-14 00:48:56.301 | Collecting google-auth<3.0.0dev,>=1.19.0 2025-05-14 00:48:56.304 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2025-05-14 00:48:56.328 | Collecting uritemplate<5,>=3.0.1 2025-05-14 00:48:56.330 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-05-14 00:48:56.420 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2025-05-14 00:48:56.423 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2025-05-14 00:48:56.444 | Collecting google-auth-httplib2>=0.1.0 2025-05-14 00:48:56.445 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-05-14 00:48:56.474 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev42) (3.8.1) 2025-05-14 00:48:56.494 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev42) (22.1.0) 2025-05-14 00:48:56.494 | 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.dev42) (0.18.1) 2025-05-14 00:48:56.577 | 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.dev42) (1.7.0) 2025-05-14 00:48:56.602 | 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.dev42) (3.3.1) 2025-05-14 00:48:56.603 | 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.dev42) (3.1.1) 2025-05-14 00:48:56.615 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev42) (0.4.8) 2025-05-14 00:48:56.655 | Collecting pyasn1-modules>=0.0.5 2025-05-14 00:48:56.658 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2025-05-14 00:48:56.688 | Collecting rsa>=3.1.4 2025-05-14 00:48:56.691 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-05-14 00:48:56.720 | 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.dev42) (0.18) 2025-05-14 00:48:56.740 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (6.0) 2025-05-14 00:48:56.741 | 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.dev42) (0.8.0) 2025-05-14 00:48:56.742 | 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.dev42) (1.5.0) 2025-05-14 00:48:56.743 | 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.dev42) (2.5.0) 2025-05-14 00:48:56.770 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev42) (0.5.0) 2025-05-14 00:48:56.771 | 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.dev42) (2.0.1) 2025-05-14 00:48:56.773 | 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.dev42) (1.8.1) 2025-05-14 00:48:56.799 | 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.dev42) (0.9.6) 2025-05-14 00:48:56.800 | 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.dev42) (2.8.2) 2025-05-14 00:48:56.827 | 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.dev42) (5.1.1) 2025-05-14 00:48:56.827 | 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.dev42) (0.6.0) 2025-05-14 00:48:56.829 | 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.dev42) (2.4.1) 2025-05-14 00:48:56.830 | 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.dev42) (5.2.4) 2025-05-14 00:48:56.831 | 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.dev42) (5.2.0) 2025-05-14 00:48:56.841 | 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.dev42) (4.0.0) 2025-05-14 00:48:56.842 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (3.1.2) 2025-05-14 00:48:56.843 | 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.dev42) (3.3.0) 2025-05-14 00:48:56.865 | 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.dev42) (1.0.4) 2025-05-14 00:48:56.897 | 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.dev42) (4.0.1) 2025-05-14 00:48:56.899 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev42) (1.4.0) 2025-05-14 00:48:56.910 | 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.dev42) (3.4.1) 2025-05-14 00:48:56.921 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev42) (0.11.0) 2025-05-14 00:48:56.972 | Collecting suds-community>=0.6 2025-05-14 00:48:56.975 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-05-14 00:48:56.986 | 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.dev42) (1.26.12) 2025-05-14 00:48:57.083 | Collecting pynacl>=1.0.1 2025-05-14 00:48:57.090 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-05-14 00:48:57.105 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev42) (59.6.0) 2025-05-14 00:48:57.159 | 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.dev42) (4.2.0) 2025-05-14 00:48:57.196 | Collecting warlock>=1.2.0 2025-05-14 00:48:57.198 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-05-14 00:48:57.200 | 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.dev42) (1.14.1) 2025-05-14 00:48:57.202 | 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.dev42) (22.1.0) 2025-05-14 00:48:57.272 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (2020.6.20) 2025-05-14 00:48:57.273 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (2.1.1) 2025-05-14 00:48:57.274 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (3.4) 2025-05-14 00:48:57.288 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev42) (0.7) 2025-05-14 00:48:57.320 | Collecting pyudev>=0.16.1 2025-05-14 00:48:57.322 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2025-05-14 00:48:57.417 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev42) (0.4.3) 2025-05-14 00:48:57.419 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev42) (0.5.2) 2025-05-14 00:48:57.475 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (3.1.0) 2025-05-14 00:48:57.477 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (1.4.2) 2025-05-14 00:48:57.477 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (2.8.7) 2025-05-14 00:48:57.557 | Collecting voluptuous>=0.8.9 2025-05-14 00:48:57.559 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-05-14 00:48:57.606 | 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.dev42) (1.2.3) 2025-05-14 00:48:57.619 | 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.dev42) (5.0.0) 2025-05-14 00:48:57.727 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev42) (2.21) 2025-05-14 00:48:57.756 | 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.dev42) (0.5.1) 2025-05-14 00:48:57.757 | 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.dev42) (2.4.2) 2025-05-14 00:48:57.904 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2025-05-14 00:48:57.908 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2025-05-14 00:48:57.912 | 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.dev42) (4.21.7) 2025-05-14 00:48:57.982 | 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.dev42) (2.1.1) 2025-05-14 00:48:58.135 | 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.dev42) (1.1.8) 2025-05-14 00:48:58.154 | 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.dev42) (0.14.1) 2025-05-14 00:48:58.173 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev42) (0.2.5) 2025-05-14 00:48:58.700 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev42) (2.5.0) 2025-05-14 00:48:58.777 | 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.dev42) (1.32) 2025-05-14 00:48:58.903 | 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.dev42) (1.8.2) 2025-05-14 00:48:59.616 | 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 2025-05-14 00:48:59.662 | Attempting uninstall: voluptuous 2025-05-14 00:48:59.665 | Found existing installation: voluptuous 0.12.2 2025-05-14 00:48:59.666 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:59.667 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2025-05-14 00:48:59.837 | Attempting uninstall: pyudev 2025-05-14 00:48:59.838 | Found existing installation: pyudev 0.22.0 2025-05-14 00:48:59.840 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:48:59.840 | Can't uninstall 'pyudev'. No files were found to uninstall. 2025-05-14 00:49:02.457 | Running setup.py develop for cinder 2025-05-14 00:49:03.396 | 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 2025-05-14 00:49:03.396 | 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 2025-05-14 00:49:03.677 | + inc/python:pip_install:196 : result=0 2025-05-14 00:49:03.679 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:49:03.681 | + functions-common:time_stop:2435 : local name 2025-05-14 00:49:03.683 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:49:03.685 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:49:03.686 | + functions-common:time_stop:2438 : local total 2025-05-14 00:49:03.688 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:49:03.690 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:49:03.692 | + functions-common:time_stop:2442 : start_time=1747183730915 2025-05-14 00:49:03.694 | + functions-common:time_stop:2444 : [[ -z 1747183730915 ]] 2025-05-14 00:49:03.696 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:49:03.699 | + functions-common:time_stop:2447 : end_time=1747183743697 2025-05-14 00:49:03.701 | + functions-common:time_stop:2448 : elapsed_time=12782 2025-05-14 00:49:03.703 | + functions-common:time_stop:2449 : total=51798 2025-05-14 00:49:03.704 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:49:03.706 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=64580 2025-05-14 00:49:03.708 | + inc/python:pip_install:199 : return 0 2025-05-14 00:49:03.710 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-05-14 00:49:03.712 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2025-05-14 00:49:03.714 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2025-05-14 00:49:03.728 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2025-05-14 00:49:03.738 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2025-05-14 00:49:03.740 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2025-05-14 00:49:03.742 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:49:03.743 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:49:03.745 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-05-14 00:49:03.747 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:49:03.749 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2025-05-14 00:49:03.751 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2025-05-14 00:49:03.753 | + lib/cinder:install_cinder:511 : is_ubuntu 2025-05-14 00:49:03.755 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:49:03.757 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:49:03.759 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2025-05-14 00:49:03.768 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2025-05-14 00:49:03.770 | + functions-common:install_package:1459 : update_package_repo 2025-05-14 00:49:03.771 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:49:03.773 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-05-14 00:49:03.775 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:49:03.776 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:49:03.778 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:49:03.780 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:49:03.782 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:49:03.784 | + functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:49:03.786 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-05-14 00:49:03.788 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-05-14 00:49:03.790 | + functions-common:apt_get_update:1186 : return 2025-05-14 00:49:03.792 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2025-05-14 00:49:03.793 | + functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:49:03.795 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:49:03.797 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:49:03.799 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2025-05-14 00:49:03.816 | + 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 2025-05-14 00:49:03.878 | Reading package lists... 2025-05-14 00:49:04.127 | Building dependency tree... 2025-05-14 00:49:04.129 | Reading state information... 2025-05-14 00:49:04.359 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-05-14 00:49:04.359 | 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded. 2025-05-14 00:49:04.363 | + functions-common:apt_get:1230 : result=0 2025-05-14 00:49:04.366 | + functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:49:04.368 | + functions-common:time_stop:2435 : local name 2025-05-14 00:49:04.370 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:49:04.372 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:49:04.374 | + functions-common:time_stop:2438 : local total 2025-05-14 00:49:04.376 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:49:04.378 | + functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:49:04.380 | + functions-common:time_stop:2442 : start_time=1747183743813 2025-05-14 00:49:04.382 | + functions-common:time_stop:2444 : [[ -z 1747183743813 ]] 2025-05-14 00:49:04.384 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:49:04.387 | + functions-common:time_stop:2447 : end_time=1747183744385 2025-05-14 00:49:04.389 | + functions-common:time_stop:2448 : elapsed_time=572 2025-05-14 00:49:04.391 | + functions-common:time_stop:2449 : total=40959 2025-05-14 00:49:04.393 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:49:04.395 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41531 2025-05-14 00:49:04.397 | + functions-common:apt_get:1234 : return 0 2025-05-14 00:49:04.399 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-05-14 00:49:04.400 | + stack.sh:main:935 : configure_cinder 2025-05-14 00:49:04.402 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2025-05-14 00:49:04.412 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2025-05-14 00:49:04.415 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2025-05-14 00:49:04.417 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-05-14 00:49:04.418 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-05-14 00:49:04.421 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-05-14 00:49:04.421 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-05-14 00:49:04.425 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-05-14 00:49:04.426 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-05-14 00:49:04.428 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-05-14 00:49:04.430 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-05-14 00:49:04.431 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-05-14 00:49:04.433 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-05-14 00:49:04.435 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2025-05-14 00:49:04.436 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-05-14 00:49:04.445 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-05-14 00:49:04.454 | + 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 2025-05-14 00:49:04.464 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-05-14 00:49:04.472 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-05-14 00:49:04.482 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-05-14 00:49:04.485 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-05-14 00:49:04.488 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.aqYc3i2P1r 2025-05-14 00:49:04.489 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-05-14 00:49:04.491 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-05-14 00:49:04.493 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2025-05-14 00:49:04.495 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.aqYc3i2P1r 2025-05-14 00:49:04.498 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.aqYc3i2P1r 2025-05-14 00:49:04.507 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.aqYc3i2P1r /etc/sudoers.d/cinder-rootwrap 2025-05-14 00:49:04.516 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2025-05-14 00:49:04.519 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-05-14 00:49:04.521 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-05-14 00:49:04.523 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-05-14 00:49:04.525 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-05-14 00:49:04.527 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-05-14 00:49:04.528 | + 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 ]] 2025-05-14 00:49:04.530 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-05-14 00:49:04.532 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-05-14 00:49:04.535 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-05-14 00:49:04.539 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-05-14 00:49:04.554 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-05-14 00:49:04.568 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-05-14 00:49:04.583 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-05-14 00:49:04.597 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-05-14 00:49:04.612 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-05-14 00:49:04.626 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-05-14 00:49:04.641 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-05-14 00:49:04.655 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-05-14 00:49:04.657 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-05-14 00:49:04.659 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-05-14 00:49:04.661 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-05-14 00:49:04.663 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-05-14 00:49:04.688 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-05-14 00:49:04.711 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-05-14 00:49:04.734 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-05-14 00:49:04.757 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-05-14 00:49:04.780 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-05-14 00:49:04.804 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-05-14 00:49:04.829 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-05-14 00:49:04.854 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:49:04.878 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-05-14 00:49:04.901 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-05-14 00:49:04.927 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-05-14 00:49:04.951 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2025-05-14 00:49:04.953 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-05-14 00:49:04.955 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-05-14 00:49:04.957 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2025-05-14 00:49:04.959 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:49:04.961 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:49:04.963 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-05-14 00:49:04.965 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-05-14 00:49:04.992 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-05-14 00:49:05.016 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-05-14 00:49:05.042 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-05-14 00:49:05.067 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-05-14 00:49:05.091 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-05-14 00:49:05.114 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-05-14 00:49:05.142 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-05-14 00:49:05.166 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-05-14 00:49:05.192 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2025-05-14 00:49:05.198 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 0c089cc78d2b31c948c3a27959f0e6de 2025-05-14 00:49:05.223 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2025-05-14 00:49:05.225 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-05-14 00:49:05.249 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-05-14 00:49:05.273 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-05-14 00:49:05.297 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-05-14 00:49:05.321 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2025-05-14 00:49:05.334 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:49:05.335 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2025-05-14 00:49:05.337 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2025-05-14 00:49:05.339 | + lib/cinder:configure_cinder:330 : local default_name= 2025-05-14 00:49:05.341 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2025-05-14 00:49:05.344 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-05-14 00:49:05.346 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2025-05-14 00:49:05.348 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2025-05-14 00:49:05.350 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2025-05-14 00:49:05.352 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2025-05-14 00:49:05.354 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-05-14 00:49:05.355 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-05-14 00:49:05.381 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-05-14 00:49:05.405 | + 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 2025-05-14 00:49:05.428 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-05-14 00:49:05.451 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-05-14 00:49:05.474 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2025-05-14 00:49:05.476 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2025-05-14 00:49:05.478 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2025-05-14 00:49:05.480 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-05-14 00:49:05.503 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2025-05-14 00:49:05.505 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-05-14 00:49:05.528 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2025-05-14 00:49:05.530 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-05-14 00:49:05.532 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2025-05-14 00:49:05.534 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-05-14 00:49:05.558 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2025-05-14 00:49:05.560 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2025-05-14 00:49:05.562 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2025-05-14 00:49:05.574 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:49:05.576 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2025-05-14 00:49:05.589 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:49:05.590 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2025-05-14 00:49:05.603 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:49:05.605 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2025-05-14 00:49:05.607 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-05-14 00:49:05.609 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2025-05-14 00:49:05.611 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2025-05-14 00:49:05.613 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-05-14 00:49:05.615 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-05-14 00:49:05.616 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-05-14 00:49:05.629 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:49:05.632 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-05-14 00:49:05.634 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-05-14 00:49:05.636 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-05-14 00:49:05.649 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:49:05.651 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:49:05.654 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:49:05.678 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-05-14 00:49:05.680 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-05-14 00:49:05.682 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2025-05-14 00:49:05.684 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-05-14 00:49:05.686 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-05-14 00:49:05.689 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-05-14 00:49:05.703 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-05-14 00:49:05.705 | + functions:setup_systemd_logging:706 : local pidstr= 2025-05-14 00:49:05.707 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-05-14 00:49:05.709 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-05-14 00:49:05.711 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-05-14 00:49:05.735 | + 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' 2025-05-14 00:49:05.759 | + 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' 2025-05-14 00:49:05.783 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-05-14 00:49:05.808 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2025-05-14 00:49:05.821 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:49:05.823 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2025-05-14 00:49:05.825 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-05-14 00:49:05.827 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2025-05-14 00:49:05.829 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2025-05-14 00:49:05.831 | + lib/apache:write_uwsgi_config:257 : local http= 2025-05-14 00:49:05.833 | + lib/apache:write_uwsgi_config:258 : local name= 2025-05-14 00:49:05.835 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2025-05-14 00:49:05.838 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2025-05-14 00:49:05.840 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-05-14 00:49:05.842 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-05-14 00:49:05.853 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:49:05.853 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-05-14 00:49:05.859 | d /var/run/uwsgi 0755 stack root 2025-05-14 00:49:05.862 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:49:05.870 | /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. 2025-05-14 00:49:05.874 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-05-14 00:49:05.876 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-05-14 00:49:05.879 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2025-05-14 00:49:05.904 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-05-14 00:49:05.931 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-05-14 00:49:05.954 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-05-14 00:49:05.977 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-05-14 00:49:06.001 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-05-14 00:49:06.024 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-05-14 00:49:06.048 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-05-14 00:49:06.072 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-05-14 00:49:06.096 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-05-14 00:49:06.121 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-05-14 00:49:06.144 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-05-14 00:49:06.167 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-05-14 00:49:06.190 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-05-14 00:49:06.192 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-05-14 00:49:06.195 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2025-05-14 00:49:06.197 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2025-05-14 00:49:06.199 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-05-14 00:49:06.201 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:49:06.203 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:49:06.205 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-05-14 00:49:06.207 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-05-14 00:49:06.209 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-05-14 00:49:06.235 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-05-14 00:49:06.259 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2025-05-14 00:49:06.260 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-05-14 00:49:06.266 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2025-05-14 00:49:06.269 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2025-05-14 00:49:06.271 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2025-05-14 00:49:06.273 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-05-14 00:49:06.275 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-05-14 00:49:06.277 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:49:06.279 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:49:06.281 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:49:06.282 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-05-14 00:49:06.284 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-05-14 00:49:06.286 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:49:06.288 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:49:06.290 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2025-05-14 00:49:06.324 | Enabling site cinder-wsgi. 2025-05-14 00:49:06.327 | To activate the new configuration, you need to run: 2025-05-14 00:49:06.327 | systemctl reload apache2 2025-05-14 00:49:06.331 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-05-14 00:49:06.333 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-05-14 00:49:06.335 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:49:06.337 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-05-14 00:49:06.428 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-05-14 00:49:06.430 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2025-05-14 00:49:06.432 | + 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 2025-05-14 00:49:06.456 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-05-14 00:49:06.481 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-05-14 00:49:06.505 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-05-14 00:49:06.529 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-05-14 00:49:06.553 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-05-14 00:49:06.577 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2025-05-14 00:49:06.590 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:49:06.592 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-05-14 00:49:06.593 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-05-14 00:49:06.595 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-05-14 00:49:06.597 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-05-14 00:49:06.599 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-05-14 00:49:06.624 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-05-14 00:49:06.648 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-05-14 00:49:06.672 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-05-14 00:49:06.696 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-05-14 00:49:06.721 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-05-14 00:49:06.744 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-05-14 00:49:06.768 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-05-14 00:49:06.792 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:49:06.815 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-05-14 00:49:06.839 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-05-14 00:49:06.863 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-05-14 00:49:06.887 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2025-05-14 00:49:06.889 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2025-05-14 00:49:06.902 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:49:06.904 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2025-05-14 00:49:06.929 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-05-14 00:49:06.931 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-05-14 00:49:06.933 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-05-14 00:49:06.958 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-05-14 00:49:06.981 | + stack.sh:main:938 : is_service_enabled neutron 2025-05-14 00:49:06.995 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:49:06.997 | + stack.sh:main:940 : stack_install_service neutron 2025-05-14 00:49:06.999 | + lib/stack:stack_install_service:20 : local service=neutron 2025-05-14 00:49:07.001 | + lib/stack:stack_install_service:21 : type install_neutron 2025-05-14 00:49:07.003 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-05-14 00:49:07.005 | + lib/stack:stack_install_service:32 : install_neutron 2025-05-14 00:49:07.008 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2025-05-14 00:49:07.010 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2025-05-14 00:49:07.012 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:49:07.014 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:49:07.016 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2025-05-14 00:49:07.018 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:49:07.020 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron unmaintained/2023.1 2025-05-14 00:49:07.022 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2025-05-14 00:49:07.024 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2025-05-14 00:49:07.026 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-05-14 00:49:07.028 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:49:07.030 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:49:07.032 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:49:07.034 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:49:07.036 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:49:07.049 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:49:07.051 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:49:07.053 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:49:07.054 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:49:07.057 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-05-14 00:49:07.057 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:49:07.061 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2025-05-14 00:49:07.063 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:49:07.065 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-05-14 00:49:07.067 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:49:07.068 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:49:07.070 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:49:07.072 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:49:07.074 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:49:07.076 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:49:07.077 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:49:07.079 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:49:07.082 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:49:07.085 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183747083 2025-05-14 00:49:07.087 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-05-14 00:49:07.089 | Cloning into '/opt/stack//neutron'... 2025-05-14 00:49:10.235 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:49:10.238 | + functions-common:time_stop:2435 : local name 2025-05-14 00:49:10.240 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:49:10.242 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:49:10.243 | + functions-common:time_stop:2438 : local total 2025-05-14 00:49:10.245 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:49:10.247 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:49:10.249 | + functions-common:time_stop:2442 : start_time=1747183747083 2025-05-14 00:49:10.251 | + functions-common:time_stop:2444 : [[ -z 1747183747083 ]] 2025-05-14 00:49:10.253 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:49:10.256 | + functions-common:time_stop:2447 : end_time=1747183750254 2025-05-14 00:49:10.258 | + functions-common:time_stop:2448 : elapsed_time=3171 2025-05-14 00:49:10.260 | + functions-common:time_stop:2449 : total=46161 2025-05-14 00:49:10.262 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:49:10.263 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=49332 2025-05-14 00:49:10.265 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2025-05-14 00:49:10.267 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:49:10.269 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:49:10.271 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:49:10.273 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:49:10.275 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:49:10.276 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:49:10.278 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:49:10.280 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:49:10.282 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:49:10.284 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:49:10.288 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183750285 2025-05-14 00:49:10.290 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:49:13.563 | From https://opendev.org/openstack/neutron 2025-05-14 00:49:13.563 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-05-14 00:49:13.567 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:49:13.569 | + functions-common:time_stop:2435 : local name 2025-05-14 00:49:13.571 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:49:13.573 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:49:13.575 | + functions-common:time_stop:2438 : local total 2025-05-14 00:49:13.577 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:49:13.579 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:49:13.581 | + functions-common:time_stop:2442 : start_time=1747183750285 2025-05-14 00:49:13.583 | + functions-common:time_stop:2444 : [[ -z 1747183750285 ]] 2025-05-14 00:49:13.585 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:49:13.589 | + functions-common:time_stop:2447 : end_time=1747183753586 2025-05-14 00:49:13.590 | + functions-common:time_stop:2448 : elapsed_time=3301 2025-05-14 00:49:13.592 | + functions-common:time_stop:2449 : total=49332 2025-05-14 00:49:13.594 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:49:13.596 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=52633 2025-05-14 00:49:13.598 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:49:13.600 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:49:13.602 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:49:13.604 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:49:13.605 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:49:13.608 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:49:13.610 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:49:13.612 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:49:13.614 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:49:13.616 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:49:13.619 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183753617 2025-05-14 00:49:13.621 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:49:13.879 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:49:13.879 | 2025-05-14 00:49:13.879 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:49:13.879 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:49:13.879 | state without impacting any branches by switching back to a branch. 2025-05-14 00:49:13.879 | 2025-05-14 00:49:13.879 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:49:13.879 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:49:13.879 | 2025-05-14 00:49:13.879 | git switch -c 2025-05-14 00:49:13.879 | 2025-05-14 00:49:13.879 | Or undo this operation with: 2025-05-14 00:49:13.879 | 2025-05-14 00:49:13.879 | git switch - 2025-05-14 00:49:13.879 | 2025-05-14 00:49:13.879 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:49:13.879 | 2025-05-14 00:49:13.879 | HEAD is now at 59c9ad4 [stable-only] Remove "devstack-tobiko-neutron" job 2025-05-14 00:49:13.883 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:49:13.886 | + functions-common:time_stop:2435 : local name 2025-05-14 00:49:13.887 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:49:13.889 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:49:13.891 | + functions-common:time_stop:2438 : local total 2025-05-14 00:49:13.893 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:49:13.895 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:49:13.897 | + functions-common:time_stop:2442 : start_time=1747183753617 2025-05-14 00:49:13.899 | + functions-common:time_stop:2444 : [[ -z 1747183753617 ]] 2025-05-14 00:49:13.901 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:49:13.904 | + functions-common:time_stop:2447 : end_time=1747183753902 2025-05-14 00:49:13.906 | + functions-common:time_stop:2448 : elapsed_time=285 2025-05-14 00:49:13.908 | + functions-common:time_stop:2449 : total=52633 2025-05-14 00:49:13.910 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:49:13.912 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=52918 2025-05-14 00:49:13.914 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-05-14 00:49:13.926 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2025-05-14 00:49:13.928 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:49:13.929 | + functions-common:git_clone:696 : head -1 2025-05-14 00:49:13.930 | 59c9ad4 [stable-only] Remove "devstack-tobiko-neutron" job 2025-05-14 00:49:13.932 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:49:13.934 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2025-05-14 00:49:13.937 | + inc/python:setup_develop:334 : local bindep 2025-05-14 00:49:13.939 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2025-05-14 00:49:13.941 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2025-05-14 00:49:13.943 | + inc/python:setup_develop:340 : local extras= 2025-05-14 00:49:13.945 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-05-14 00:49:13.947 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-05-14 00:49:13.949 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-05-14 00:49:13.951 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2025-05-14 00:49:13.953 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-05-14 00:49:13.956 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-05-14 00:49:13.958 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2025-05-14 00:49:13.960 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-05-14 00:49:13.963 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2025-05-14 00:49:13.964 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-05-14 00:49:13.966 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-05-14 00:49:13.969 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-05-14 00:49:13.974 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2025-05-14 00:49:13.975 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-05-14 00:49:14.294 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2025-05-14 00:49:14.296 | + inc/python:setup_package:414 : local bindep=0 2025-05-14 00:49:14.298 | + inc/python:setup_package:415 : local bindep_flag= 2025-05-14 00:49:14.300 | + inc/python:setup_package:416 : local bindep_profiles= 2025-05-14 00:49:14.303 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2025-05-14 00:49:14.305 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2025-05-14 00:49:14.306 | + inc/python:setup_package:423 : local flags=-e 2025-05-14 00:49:14.308 | + inc/python:setup_package:424 : local extras= 2025-05-14 00:49:14.310 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-05-14 00:49:14.313 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-05-14 00:49:14.315 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-05-14 00:49:14.317 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-05-14 00:49:14.318 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-05-14 00:49:14.320 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2025-05-14 00:49:14.337 | Using python 3.10 to install /opt/stack/neutron 2025-05-14 00:49:14.339 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-05-14 00:49:15.284 | Obtaining file:///opt/stack/neutron 2025-05-14 00:49:15.285 | Preparing metadata (setup.py): started 2025-05-14 00:49:15.887 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:49:15.962 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.1.2) 2025-05-14 00:49:15.964 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.5.2) 2025-05-14 00:49:15.964 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (2.1.1) 2025-05-14 00:49:15.964 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (2.5.1) 2025-05-14 00:49:15.965 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (1.4.41) 2025-05-14 00:49:15.966 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (1.8.7) 2025-05-14 00:49:15.966 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (1.8.1) 2025-05-14 00:49:15.967 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (2.5.0) 2025-05-14 00:49:15.968 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.1.1) 2025-05-14 00:49:15.969 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (0.33.1) 2025-05-14 00:49:15.970 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (2.4.1) 2025-05-14 00:49:15.970 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (0.20.4) 2025-05-14 00:49:15.971 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.1.3) 2025-05-14 00:49:15.972 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (10.2.0) 2025-05-14 00:49:15.973 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (0.8.0) 2025-05-14 00:49:15.974 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev11) (0.11.0) 2025-05-14 00:49:16.198 | Collecting neutron-lib>=3.4.2 2025-05-14 00:49:16.204 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2025-05-14 00:49:16.212 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (1.0.2) 2025-05-14 00:49:16.331 | Collecting os-ken>=2.2.0 2025-05-14 00:49:16.345 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2025-05-14 00:49:16.474 | Collecting os-resource-classes>=1.1.0 2025-05-14 00:49:16.476 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-05-14 00:49:16.627 | Collecting os-vif>=3.1.0 2025-05-14 00:49:16.630 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2025-05-14 00:49:16.633 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.3.1) 2025-05-14 00:49:16.634 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.1.1) 2025-05-14 00:49:16.634 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (9.1.1) 2025-05-14 00:49:16.635 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.1.1) 2025-05-14 00:49:16.636 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (12.3.3) 2025-05-14 00:49:16.638 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (6.0.0) 2025-05-14 00:49:16.638 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.2.1) 2025-05-14 00:49:16.638 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (14.2.5) 2025-05-14 00:49:16.639 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.1.1) 2025-05-14 00:49:16.641 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (4.1.1) 2025-05-14 00:49:16.641 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.1.0) 2025-05-14 00:49:16.641 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.0.0) 2025-05-14 00:49:16.642 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (7.0.1) 2025-05-14 00:49:16.643 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.1.2) 2025-05-14 00:49:16.643 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.1.2) 2025-05-14 00:49:16.644 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (2.1.1) 2025-05-14 00:49:16.645 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (6.1.0) 2025-05-14 00:49:16.645 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.1.0) 2025-05-14 00:49:16.646 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.4.3) 2025-05-14 00:49:16.760 | Collecting ovs>=2.10.0 2025-05-14 00:49:16.760 | Using cached ovs-2.17.7-py3-none-any.whl 2025-05-14 00:49:17.418 | Collecting ovsdbapp>=2.2.1 2025-05-14 00:49:17.421 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2025-05-14 00:49:17.424 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (23.1) 2025-05-14 00:49:17.425 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.11.1) 2025-05-14 00:49:17.550 | Collecting pecan>=1.4.0 2025-05-14 00:49:17.550 | Using cached pecan-1.4.2-py3-none-any.whl 2025-05-14 00:49:17.554 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.9.2) 2025-05-14 00:49:17.555 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (22.1.0) 2025-05-14 00:49:17.585 | Collecting pyroute2>=0.7.3 2025-05-14 00:49:17.589 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2025-05-14 00:49:17.714 | Collecting python-designateclient>=2.7.0 2025-05-14 00:49:17.716 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2025-05-14 00:49:17.760 | Collecting python-neutronclient>=7.8.0 2025-05-14 00:49:17.764 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2025-05-14 00:49:17.769 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (18.3.0) 2025-05-14 00:49:17.770 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (2.28.1) 2025-05-14 00:49:17.771 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (5.0.0) 2025-05-14 00:49:17.771 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (6.3.1) 2025-05-14 00:49:17.772 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev11) (3.2.0) 2025-05-14 00:49:17.777 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev11) (1.2.3) 2025-05-14 00:49:17.781 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev11) (1.14.1) 2025-05-14 00:49:17.786 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev11) (1.16.0) 2025-05-14 00:49:17.787 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev11) (2.2.1) 2025-05-14 00:49:17.788 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev11) (1.1.3) 2025-05-14 00:49:17.796 | 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.dev11) (3.0.9) 2025-05-14 00:49:17.800 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev11) (2.1.1) 2025-05-14 00:49:17.825 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev11) (1.1.0) 2025-05-14 00:49:17.825 | 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.dev11) (1.7.0) 2025-05-14 00:49:17.851 | 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.dev11) (5.1.0) 2025-05-14 00:49:17.852 | 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.dev11) (3.1.1) 2025-05-14 00:49:18.001 | Collecting setproctitle>=1.1.10 2025-05-14 00:49:18.003 | 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) 2025-05-14 00:49:18.127 | Collecting os-traits>=0.9.0 2025-05-14 00:49:18.129 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2025-05-14 00:49:18.143 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev11) (1.4.4) 2025-05-14 00:49:18.144 | 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.dev11) (1.1.8) 2025-05-14 00:49:18.145 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev11) (38.0.2) 2025-05-14 00:49:18.146 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev11) (1.32) 2025-05-14 00:49:18.146 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev11) (6.0) 2025-05-14 00:49:18.147 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev11) (1.4.0) 2025-05-14 00:49:18.148 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev11) (1.0.1) 2025-05-14 00:49:18.155 | 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.dev11) (1.0.4) 2025-05-14 00:49:18.180 | Collecting ncclient>=0.6.13 2025-05-14 00:49:18.180 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-05-14 00:49:18.234 | 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.dev11) (0.18) 2025-05-14 00:49:18.252 | 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.dev11) (1.5.0) 2025-05-14 00:49:18.278 | 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.dev11) (2.0.1) 2025-05-14 00:49:18.280 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev11) (0.5.0) 2025-05-14 00:49:18.281 | 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.dev11) (0.13.0) 2025-05-14 00:49:18.304 | 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.dev11) (2.8.2) 2025-05-14 00:49:18.306 | 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.dev11) (0.9.6) 2025-05-14 00:49:18.330 | 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.dev11) (5.1.1) 2025-05-14 00:49:18.331 | 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.dev11) (5.2.0) 2025-05-14 00:49:18.333 | 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.dev11) (0.6.0) 2025-05-14 00:49:18.334 | 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.dev11) (5.2.4) 2025-05-14 00:49:18.372 | 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.dev11) (4.0.0) 2025-05-14 00:49:18.372 | 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.dev11) (3.3.0) 2025-05-14 00:49:18.391 | 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.dev11) (1.15.1) 2025-05-14 00:49:18.410 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev11) (2022.4) 2025-05-14 00:49:18.422 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev11) (1.4.0) 2025-05-14 00:49:18.424 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev11) (4.0.1) 2025-05-14 00:49:18.436 | 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.dev11) (3.4.1) 2025-05-14 00:49:18.506 | Collecting sortedcontainers 2025-05-14 00:49:18.509 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-05-14 00:49:18.533 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev11) (59.6.0) 2025-05-14 00:49:18.577 | Collecting logutils>=0.3 2025-05-14 00:49:18.577 | Using cached logutils-0.3.5-py3-none-any.whl 2025-05-14 00:49:18.639 | 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.dev11) (4.16.0) 2025-05-14 00:49:18.640 | 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.dev11) (4.2.0) 2025-05-14 00:49:18.675 | Collecting osc-lib>=1.8.0 2025-05-14 00:49:18.678 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2025-05-14 00:49:18.730 | Collecting os-client-config>=1.28.0 2025-05-14 00:49:18.732 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-05-14 00:49:18.943 | Collecting simplejson>=3.5.1 2025-05-14 00:49:18.946 | 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) 2025-05-14 00:49:18.980 | 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.dev11) (1.26.12) 2025-05-14 00:49:18.981 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev11) (2.1.1) 2025-05-14 00:49:18.981 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev11) (3.4) 2025-05-14 00:49:18.982 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev11) (2020.6.20) 2025-05-14 00:49:18.994 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev11) (0.7) 2025-05-14 00:49:19.127 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev11) (0.13.1) 2025-05-14 00:49:19.153 | 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.dev11) (5.0.0) 2025-05-14 00:49:19.201 | 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.dev11) (2.21) 2025-05-14 00:49:19.225 | 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.dev11) (5.0.0) 2025-05-14 00:49:19.226 | 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.dev11) (2.4.2) 2025-05-14 00:49:19.227 | 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.dev11) (0.5.1) 2025-05-14 00:49:19.382 | 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.dev11) (22.1.0) 2025-05-14 00:49:19.383 | 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.dev11) (0.18.1) 2025-05-14 00:49:19.469 | 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.dev11) (4.9.1) 2025-05-14 00:49:19.470 | 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.dev11) (2.11.0) 2025-05-14 00:49:19.538 | 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.dev11) (0.14.1) 2025-05-14 00:49:19.555 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev11) (0.2.5) 2025-05-14 00:49:19.745 | 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.dev11) (0.5.2) 2025-05-14 00:49:19.746 | 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.dev11) (0.4.3) 2025-05-14 00:49:19.789 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev11) (2.5.0) 2025-05-14 00:49:19.994 | 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.dev11) (1.8.2) 2025-05-14 00:49:20.027 | 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.dev11) (3.8.1) 2025-05-14 00:49:20.073 | 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.dev11) (1.5.0) 2025-05-14 00:49:20.715 | 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 2025-05-14 00:49:20.715 | Attempting uninstall: sortedcontainers 2025-05-14 00:49:20.718 | Found existing installation: sortedcontainers 2.1.0 2025-05-14 00:49:20.718 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:49:20.719 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2025-05-14 00:49:21.127 | Attempting uninstall: ovs 2025-05-14 00:49:21.128 | Found existing installation: ovs 2.17.9 2025-05-14 00:49:21.130 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:49:21.130 | Can't uninstall 'ovs'. No files were found to uninstall. 2025-05-14 00:49:23.459 | Running setup.py develop for neutron 2025-05-14 00:49:24.589 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2025-05-14 00:49:24.589 | 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 2025-05-14 00:49:24.746 | + inc/python:pip_install:196 : result=0 2025-05-14 00:49:24.748 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:49:24.750 | + functions-common:time_stop:2435 : local name 2025-05-14 00:49:24.752 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:49:24.754 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:49:24.756 | + functions-common:time_stop:2438 : local total 2025-05-14 00:49:24.758 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:49:24.760 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:49:24.762 | + functions-common:time_stop:2442 : start_time=1747183754333 2025-05-14 00:49:24.764 | + functions-common:time_stop:2444 : [[ -z 1747183754333 ]] 2025-05-14 00:49:24.766 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:49:24.769 | + functions-common:time_stop:2447 : end_time=1747183764767 2025-05-14 00:49:24.771 | + functions-common:time_stop:2448 : elapsed_time=10434 2025-05-14 00:49:24.773 | + functions-common:time_stop:2449 : total=64580 2025-05-14 00:49:24.775 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:49:24.777 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=75014 2025-05-14 00:49:24.779 | + inc/python:pip_install:199 : return 0 2025-05-14 00:49:24.781 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-05-14 00:49:24.783 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2025-05-14 00:49:24.785 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2025-05-14 00:49:24.801 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2025-05-14 00:49:24.811 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2025-05-14 00:49:24.813 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2025-05-14 00:49:24.815 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:49:24.817 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:49:24.819 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-05-14 00:49:24.821 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:49:24.823 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2025-05-14 00:49:24.825 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-05-14 00:49:24.827 | + stack.sh:main:943 : is_service_enabled nova 2025-05-14 00:49:24.841 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:49:24.843 | + stack.sh:main:945 : stack_install_service nova 2025-05-14 00:49:24.845 | + lib/stack:stack_install_service:20 : local service=nova 2025-05-14 00:49:24.847 | + lib/stack:stack_install_service:21 : type install_nova 2025-05-14 00:49:24.849 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-05-14 00:49:24.852 | + lib/stack:stack_install_service:32 : install_nova 2025-05-14 00:49:24.854 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2025-05-14 00:49:24.855 | + inc/python:use_library_from_git:246 : local name=os-vif 2025-05-14 00:49:24.857 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:49:24.859 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:49:24.861 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2025-05-14 00:49:24.863 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:49:24.865 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2025-05-14 00:49:24.878 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:49:24.879 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2025-05-14 00:49:24.892 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:49:24.894 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2025-05-14 00:49:24.907 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:49:24.909 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 7dc48da8edd167462f60d1d06b9e055320293869 2025-05-14 00:49:24.911 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2025-05-14 00:49:24.913 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2025-05-14 00:49:24.915 | + functions-common:git_clone:614 : local git_ref=7dc48da8edd167462f60d1d06b9e055320293869 2025-05-14 00:49:24.917 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:49:24.919 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:49:24.921 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:49:24.923 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:49:24.925 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:49:24.938 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:49:24.940 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:49:24.942 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:49:24.944 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:49:24.946 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:49:24.946 | + functions-common:git_clone:633 : echo 7dc48da8edd167462f60d1d06b9e055320293869 2025-05-14 00:49:24.950 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//nova ]] 2025-05-14 00:49:24.952 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:49:24.954 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-05-14 00:49:24.955 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:49:24.957 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:49:24.959 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:49:24.961 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:49:24.963 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:49:24.965 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:49:24.967 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:49:24.968 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:49:24.971 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:49:24.974 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183764972 2025-05-14 00:49:24.976 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-05-14 00:49:24.978 | Cloning into '/opt/stack//nova'... 2025-05-14 00:49:36.991 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:49:36.993 | + functions-common:time_stop:2435 : local name 2025-05-14 00:49:36.995 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:49:36.997 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:49:36.999 | + functions-common:time_stop:2438 : local total 2025-05-14 00:49:37.000 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:49:37.002 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:49:37.004 | + functions-common:time_stop:2442 : start_time=1747183764972 2025-05-14 00:49:37.006 | + functions-common:time_stop:2444 : [[ -z 1747183764972 ]] 2025-05-14 00:49:37.008 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:49:37.011 | + functions-common:time_stop:2447 : end_time=1747183777009 2025-05-14 00:49:37.013 | + functions-common:time_stop:2448 : elapsed_time=12037 2025-05-14 00:49:37.015 | + functions-common:time_stop:2449 : total=52918 2025-05-14 00:49:37.017 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:49:37.019 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=64955 2025-05-14 00:49:37.020 | + functions-common:git_clone:654 : cd /opt/stack//nova 2025-05-14 00:49:37.022 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin 7dc48da8edd167462f60d1d06b9e055320293869 2025-05-14 00:49:37.024 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:49:37.026 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:49:37.028 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:49:37.030 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:49:37.032 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:49:37.033 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:49:37.035 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:49:37.037 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:49:37.040 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:49:37.043 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183777040 2025-05-14 00:49:37.044 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 7dc48da8edd167462f60d1d06b9e055320293869 2025-05-14 00:50:04.368 | From https://opendev.org/openstack/nova 2025-05-14 00:50:04.368 | * branch 7dc48da8edd167462f60d1d06b9e055320293869 -> FETCH_HEAD 2025-05-14 00:50:04.404 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:50:04.405 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:04.407 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:04.409 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:04.411 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:04.412 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:04.414 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:50:04.416 | + functions-common:time_stop:2442 : start_time=1747183777040 2025-05-14 00:50:04.417 | + functions-common:time_stop:2444 : [[ -z 1747183777040 ]] 2025-05-14 00:50:04.420 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:04.423 | + functions-common:time_stop:2447 : end_time=1747183804421 2025-05-14 00:50:04.424 | + functions-common:time_stop:2448 : elapsed_time=27381 2025-05-14 00:50:04.426 | + functions-common:time_stop:2449 : total=64955 2025-05-14 00:50:04.428 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:04.430 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92336 2025-05-14 00:50:04.431 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:50:04.433 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:50:04.435 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:50:04.437 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:50:04.438 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:50:04.440 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:50:04.442 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:50:04.443 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:04.445 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:04.447 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:04.450 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183804448 2025-05-14 00:50:04.452 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:50:04.759 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:50:04.759 | 2025-05-14 00:50:04.759 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:50:04.759 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:50:04.759 | state without impacting any branches by switching back to a branch. 2025-05-14 00:50:04.759 | 2025-05-14 00:50:04.759 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:50:04.759 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:50:04.759 | 2025-05-14 00:50:04.759 | git switch -c 2025-05-14 00:50:04.759 | 2025-05-14 00:50:04.759 | Or undo this operation with: 2025-05-14 00:50:04.759 | 2025-05-14 00:50:04.759 | git switch - 2025-05-14 00:50:04.760 | 2025-05-14 00:50:04.760 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:50:04.760 | 2025-05-14 00:50:04.760 | HEAD is now at 7dc48da Fix device type when booting from ISO image 2025-05-14 00:50:04.763 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:50:04.765 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:04.767 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:04.769 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:04.770 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:04.772 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:04.774 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:50:04.775 | + functions-common:time_stop:2442 : start_time=1747183804448 2025-05-14 00:50:04.777 | + functions-common:time_stop:2444 : [[ -z 1747183804448 ]] 2025-05-14 00:50:04.780 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:04.783 | + functions-common:time_stop:2447 : end_time=1747183804781 2025-05-14 00:50:04.785 | + functions-common:time_stop:2448 : elapsed_time=333 2025-05-14 00:50:04.786 | + functions-common:time_stop:2449 : total=92336 2025-05-14 00:50:04.788 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:04.790 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92669 2025-05-14 00:50:04.792 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2025-05-14 00:50:04.803 | + functions-common:git_clone:695 : cd /opt/stack//nova 2025-05-14 00:50:04.806 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:50:04.806 | + functions-common:git_clone:696 : head -1 2025-05-14 00:50:04.810 | 7dc48da Fix device type when booting from ISO image 2025-05-14 00:50:04.813 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:50:04.815 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2025-05-14 00:50:04.817 | + inc/python:setup_develop:334 : local bindep 2025-05-14 00:50:04.819 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2025-05-14 00:50:04.820 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2025-05-14 00:50:04.822 | + inc/python:setup_develop:340 : local extras= 2025-05-14 00:50:04.824 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-05-14 00:50:04.826 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-05-14 00:50:04.827 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2025-05-14 00:50:04.829 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2025-05-14 00:50:04.831 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-05-14 00:50:04.833 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-05-14 00:50:04.835 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2025-05-14 00:50:04.837 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-05-14 00:50:04.839 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2025-05-14 00:50:04.841 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-05-14 00:50:04.843 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-05-14 00:50:04.845 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-05-14 00:50:04.849 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2025-05-14 00:50:04.851 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-05-14 00:50:05.185 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2025-05-14 00:50:05.187 | + inc/python:setup_package:414 : local bindep=0 2025-05-14 00:50:05.189 | + inc/python:setup_package:415 : local bindep_flag= 2025-05-14 00:50:05.191 | + inc/python:setup_package:416 : local bindep_profiles= 2025-05-14 00:50:05.192 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2025-05-14 00:50:05.194 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2025-05-14 00:50:05.196 | + inc/python:setup_package:423 : local flags=-e 2025-05-14 00:50:05.198 | + inc/python:setup_package:424 : local extras= 2025-05-14 00:50:05.200 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-05-14 00:50:05.201 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-05-14 00:50:05.203 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-05-14 00:50:05.205 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-05-14 00:50:05.207 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-05-14 00:50:05.209 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2025-05-14 00:50:05.226 | Using python 3.10 to install /opt/stack/nova 2025-05-14 00:50:05.227 | + 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 2025-05-14 00:50:06.186 | Obtaining file:///opt/stack/nova 2025-05-14 00:50:06.186 | Preparing metadata (setup.py): started 2025-05-14 00:50:06.867 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:50:06.956 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.2) 2025-05-14 00:50:06.958 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.5.2) 2025-05-14 00:50:06.958 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.1.1) 2025-05-14 00:50:06.958 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.4.1) 2025-05-14 00:50:06.959 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.0) 2025-05-14 00:50:06.960 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.5.1) 2025-05-14 00:50:06.961 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.4.41) 2025-05-14 00:50:06.961 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.8.7) 2025-05-14 00:50:06.962 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.8.1) 2025-05-14 00:50:06.963 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.1.0) 2025-05-14 00:50:06.964 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (38.0.2) 2025-05-14 00:50:06.965 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.2.3) 2025-05-14 00:50:06.965 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-05-14 00:50:06.966 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.33.1) 2025-05-14 00:50:06.967 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.4.1) 2025-05-14 00:50:06.968 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.1.3) 2025-05-14 00:50:06.968 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.1.0) 2025-05-14 00:50:06.969 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.16.0) 2025-05-14 00:50:06.970 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.3) 2025-05-14 00:50:06.971 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (10.2.0) 2025-05-14 00:50:06.971 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.9.1) 2025-05-14 00:50:07.167 | Collecting microversion-parse>=0.2.1 2025-05-14 00:50:07.172 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-05-14 00:50:07.176 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.8.0) 2025-05-14 00:50:07.176 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.0.1.dev11) (0.11.0) 2025-05-14 00:50:07.178 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.0.2) 2025-05-14 00:50:07.178 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.2.5) 2025-05-14 00:50:07.180 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.1.0) 2025-05-14 00:50:07.180 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.7.0) 2025-05-14 00:50:07.182 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.10.0) 2025-05-14 00:50:07.183 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.1) 2025-05-14 00:50:07.184 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.3.1) 2025-05-14 00:50:07.185 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-05-14 00:50:07.186 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (9.1.1) 2025-05-14 00:50:07.187 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-05-14 00:50:07.189 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (12.3.3) 2025-05-14 00:50:07.190 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.0.0) 2025-05-14 00:50:07.192 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.1.0) 2025-05-14 00:50:07.193 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.2.1) 2025-05-14 00:50:07.194 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (14.2.5) 2025-05-14 00:50:07.195 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-05-14 00:50:07.196 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.1.1) 2025-05-14 00:50:07.231 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.0) 2025-05-14 00:50:07.235 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.0.0) 2025-05-14 00:50:07.235 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (7.0.1) 2025-05-14 00:50:07.235 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.2) 2025-05-14 00:50:07.235 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.2) 2025-05-14 00:50:07.236 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.1.1) 2025-05-14 00:50:07.238 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.1.0) 2025-05-14 00:50:07.239 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.0) 2025-05-14 00:50:07.240 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (23.1) 2025-05-14 00:50:07.241 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.11.0) 2025-05-14 00:50:07.242 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.11.1) 2025-05-14 00:50:07.243 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.9.2) 2025-05-14 00:50:07.245 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (9.3.0) 2025-05-14 00:50:07.246 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.8.2) 2025-05-14 00:50:07.247 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.3.2) 2025-05-14 00:50:07.248 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (9.0.0) 2025-05-14 00:50:07.249 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.28.1) 2025-05-14 00:50:07.250 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.3.3) 2025-05-14 00:50:07.251 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.5.0) 2025-05-14 00:50:07.252 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.13.0) 2025-05-14 00:50:07.253 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.0.0) 2025-05-14 00:50:07.253 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.2.0) 2025-05-14 00:50:07.273 | Collecting websockify>=0.9.0 2025-05-14 00:50:07.274 | Using cached websockify-0.10.0-py3-none-any.whl 2025-05-14 00:50:07.285 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.0.1.dev11) (1.2.3) 2025-05-14 00:50:07.294 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.0.1.dev11) (5.5.0) 2025-05-14 00:50:07.312 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.0.1.dev11) (1.15.1) 2025-05-14 00:50:07.325 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev11) (2.2.1) 2025-05-14 00:50:07.327 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev11) (1.16.0) 2025-05-14 00:50:07.335 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.0.1.dev11) (2.1.1) 2025-05-14 00:50:07.353 | 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.0.1.dev11) (0.18.1) 2025-05-14 00:50:07.355 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.0.1.dev11) (22.1.0) 2025-05-14 00:50:07.406 | 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.0.1.dev11) (3.1.1) 2025-05-14 00:50:07.406 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev11) (5.1.0) 2025-05-14 00:50:07.429 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.4.0) 2025-05-14 00:50:07.430 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.4.4) 2025-05-14 00:50:07.431 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.32) 2025-05-14 00:50:07.433 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.1.8) 2025-05-14 00:50:07.434 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.0.1) 2025-05-14 00:50:07.446 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev11) (6.3.1) 2025-05-14 00:50:07.447 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev11) (5.9.0) 2025-05-14 00:50:07.468 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev11) (2.5.0) 2025-05-14 00:50:07.469 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev11) (2.2.2) 2025-05-14 00:50:07.471 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev11) (0.7.3) 2025-05-14 00:50:07.499 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev11) (0.18) 2025-05-14 00:50:07.545 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev11) (2.0.1) 2025-05-14 00:50:07.546 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev11) (0.5.0) 2025-05-14 00:50:07.581 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.0.1.dev11) (0.9.6) 2025-05-14 00:50:07.607 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (5.2.4) 2025-05-14 00:50:07.608 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (5.2.0) 2025-05-14 00:50:07.609 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (0.6.0) 2025-05-14 00:50:07.611 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (5.1.1) 2025-05-14 00:50:07.622 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev11) (4.0.0) 2025-05-14 00:50:07.623 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev11) (3.3.0) 2025-05-14 00:50:07.644 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev11) (1.0.4) 2025-05-14 00:50:07.664 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev11) (2022.4) 2025-05-14 00:50:07.677 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev11) (4.0.1) 2025-05-14 00:50:07.679 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev11) (1.4.0) 2025-05-14 00:50:07.701 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev11) (3.0.9) 2025-05-14 00:50:07.741 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.0.1.dev11) (1.5.0) 2025-05-14 00:50:07.751 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.0.1.dev11) (59.6.0) 2025-05-14 00:50:07.808 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev11) (0.2.5) 2025-05-14 00:50:07.856 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev11) (2.0.1) 2025-05-14 00:50:07.858 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev11) (1.14.1) 2025-05-14 00:50:07.859 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev11) (22.1.0) 2025-05-14 00:50:07.875 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev11) (2.7.0) 2025-05-14 00:50:07.876 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev11) (4.2.0) 2025-05-14 00:50:07.877 | 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.0.1.dev11) (2.1.0) 2025-05-14 00:50:07.878 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev11) (3.17.6) 2025-05-14 00:50:07.901 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (2.1.1) 2025-05-14 00:50:07.902 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (3.4) 2025-05-14 00:50:07.903 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (2020.6.20) 2025-05-14 00:50:07.906 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (1.26.12) 2025-05-14 00:50:07.936 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.0.1.dev11) (0.7) 2025-05-14 00:50:08.026 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev11) (0.5.2) 2025-05-14 00:50:08.026 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev11) (0.4.3) 2025-05-14 00:50:08.075 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.0.1.dev11) (0.13.1) 2025-05-14 00:50:08.592 | Collecting numpy 2025-05-14 00:50:08.686 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2025-05-14 00:50:08.775 | 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.0.1.dev11) (5.0.0) 2025-05-14 00:50:08.860 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev11) (2.21) 2025-05-14 00:50:08.884 | 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.0.1.dev11) (5.0.0) 2025-05-14 00:50:08.885 | 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.0.1.dev11) (0.5.1) 2025-05-14 00:50:08.886 | 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.0.1.dev11) (2.4.2) 2025-05-14 00:50:09.095 | 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.0.1.dev11) (0.14.1) 2025-05-14 00:50:09.110 | 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.0.1.dev11) (2.17.7) 2025-05-14 00:50:09.380 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev11) (2.5.0) 2025-05-14 00:50:09.567 | 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.0.1.dev11) (1.8.2) 2025-05-14 00:50:09.599 | 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.0.1.dev11) (3.8.1) 2025-05-14 00:50:09.614 | 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.0.1.dev11) (2.4.0) 2025-05-14 00:50:10.219 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-05-14 00:50:12.088 | Running setup.py develop for nova 2025-05-14 00:50:13.266 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2025-05-14 00:50:13.266 | 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 2025-05-14 00:50:13.432 | + inc/python:pip_install:196 : result=0 2025-05-14 00:50:13.434 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:50:13.435 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:13.437 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:13.439 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:13.441 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:13.442 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:13.444 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:50:13.445 | + functions-common:time_stop:2442 : start_time=1747183805221 2025-05-14 00:50:13.447 | + functions-common:time_stop:2444 : [[ -z 1747183805221 ]] 2025-05-14 00:50:13.450 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:13.452 | + functions-common:time_stop:2447 : end_time=1747183813450 2025-05-14 00:50:13.454 | + functions-common:time_stop:2448 : elapsed_time=8229 2025-05-14 00:50:13.456 | + functions-common:time_stop:2449 : total=75014 2025-05-14 00:50:13.458 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:13.459 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83243 2025-05-14 00:50:13.461 | + inc/python:pip_install:199 : return 0 2025-05-14 00:50:13.463 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-05-14 00:50:13.465 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2025-05-14 00:50:13.467 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2025-05-14 00:50:13.482 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2025-05-14 00:50:13.492 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2025-05-14 00:50:13.494 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2025-05-14 00:50:13.496 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:50:13.498 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:50:13.500 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-05-14 00:50:13.502 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:50:13.504 | + 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 2025-05-14 00:50:13.516 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-05-14 00:50:13.518 | + stack.sh:main:946 : configure_nova 2025-05-14 00:50:13.520 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2025-05-14 00:50:13.530 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2025-05-14 00:50:13.532 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-05-14 00:50:13.535 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-05-14 00:50:13.538 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-05-14 00:50:13.538 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-05-14 00:50:13.542 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-05-14 00:50:13.543 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-05-14 00:50:13.546 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-05-14 00:50:13.548 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-05-14 00:50:13.549 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-05-14 00:50:13.551 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-05-14 00:50:13.553 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2025-05-14 00:50:13.555 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-05-14 00:50:13.564 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-05-14 00:50:13.574 | + 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 2025-05-14 00:50:13.583 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-05-14 00:50:13.593 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-05-14 00:50:13.603 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-05-14 00:50:13.605 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-05-14 00:50:13.608 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.WEpuMTZu9x 2025-05-14 00:50:13.610 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-05-14 00:50:13.612 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-05-14 00:50:13.614 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2025-05-14 00:50:13.616 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-05-14 00:50:13.618 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-05-14 00:50:13.620 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.WEpuMTZu9x 2025-05-14 00:50:13.623 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.WEpuMTZu9x 2025-05-14 00:50:13.632 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.WEpuMTZu9x /etc/sudoers.d/nova-rootwrap 2025-05-14 00:50:13.642 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2025-05-14 00:50:13.645 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-05-14 00:50:13.647 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-05-14 00:50:13.648 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-05-14 00:50:13.650 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-05-14 00:50:13.652 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-05-14 00:50:13.654 | + 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 ]] 2025-05-14 00:50:13.656 | + 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 ]] 2025-05-14 00:50:13.658 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-05-14 00:50:13.661 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2025-05-14 00:50:13.674 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:13.676 | + lib/nova:configure_nova:356 : create_nova_conf 2025-05-14 00:50:13.678 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2025-05-14 00:50:13.680 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2025-05-14 00:50:13.683 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-05-14 00:50:13.707 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2025-05-14 00:50:13.709 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-05-14 00:50:13.732 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-05-14 00:50:13.758 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-05-14 00:50:13.784 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-05-14 00:50:13.809 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2025-05-14 00:50:13.833 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-05-14 00:50:13.858 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-05-14 00:50:13.882 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-05-14 00:50:13.904 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-05-14 00:50:13.927 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-05-14 00:50:13.950 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-05-14 00:50:13.973 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-05-14 00:50:13.998 | + lib/nova:create_nova_conf:451 : is_fedora 2025-05-14 00:50:14.000 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-05-14 00:50:14.001 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-05-14 00:50:14.003 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-05-14 00:50:14.005 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-05-14 00:50:14.007 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-05-14 00:50:14.009 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-05-14 00:50:14.011 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-05-14 00:50:14.013 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-05-14 00:50:14.015 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-05-14 00:50:14.017 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-05-14 00:50:14.019 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-05-14 00:50:14.020 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-05-14 00:50:14.022 | + lib/nova:create_nova_conf:451 : is_suse 2025-05-14 00:50:14.024 | + functions-common:is_suse:544 : is_opensuse 2025-05-14 00:50:14.025 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:50:14.027 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:50:14.029 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:50:14.031 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:50:14.033 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:50:14.035 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2025-05-14 00:50:14.047 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:14.049 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:50:14.051 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2025-05-14 00:50:14.054 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2025-05-14 00:50:14.056 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-05-14 00:50:14.058 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-05-14 00:50:14.060 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-05-14 00:50:14.061 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:50:14.063 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:14.065 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-05-14 00:50:14.068 | + 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' 2025-05-14 00:50:14.093 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2025-05-14 00:50:14.095 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-05-14 00:50:14.096 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-05-14 00:50:14.098 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2025-05-14 00:50:14.100 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:50:14.102 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:14.104 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2025-05-14 00:50:14.106 | + 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' 2025-05-14 00:50:14.131 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2025-05-14 00:50:14.156 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-05-14 00:50:14.181 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-05-14 00:50:14.204 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2025-05-14 00:50:14.218 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:14.219 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2025-05-14 00:50:14.232 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:14.235 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2025-05-14 00:50:14.235 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2025-05-14 00:50:14.239 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2025-05-14 00:50:14.241 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-05-14 00:50:14.263 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:14.265 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:14.267 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2025-05-14 00:50:14.293 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2025-05-14 00:50:14.316 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2025-05-14 00:50:14.329 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:14.331 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-05-14 00:50:14.333 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-05-14 00:50:14.335 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-05-14 00:50:14.337 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-05-14 00:50:14.339 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-05-14 00:50:14.365 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-05-14 00:50:14.389 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-05-14 00:50:14.413 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-05-14 00:50:14.436 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-05-14 00:50:14.459 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-05-14 00:50:14.482 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-05-14 00:50:14.506 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-05-14 00:50:14.530 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:50:14.554 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-05-14 00:50:14.578 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2025-05-14 00:50:14.591 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:14.593 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2025-05-14 00:50:14.595 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-05-14 00:50:14.621 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2025-05-14 00:50:14.645 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-05-14 00:50:14.668 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2025-05-14 00:50:14.691 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-05-14 00:50:14.714 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-05-14 00:50:14.737 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2025-05-14 00:50:14.760 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-05-14 00:50:14.784 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2025-05-14 00:50:14.797 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:14.799 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2025-05-14 00:50:14.801 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-05-14 00:50:14.826 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-05-14 00:50:14.851 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2025-05-14 00:50:14.853 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-05-14 00:50:14.877 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2025-05-14 00:50:14.879 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2025-05-14 00:50:14.881 | + lib/nova:create_nova_conf:526 : is_suse 2025-05-14 00:50:14.883 | + functions-common:is_suse:544 : is_opensuse 2025-05-14 00:50:14.885 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:50:14.886 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:50:14.888 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:50:14.890 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:50:14.892 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:50:14.894 | + lib/nova:create_nova_conf:526 : is_fedora 2025-05-14 00:50:14.896 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-05-14 00:50:14.897 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-05-14 00:50:14.899 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-05-14 00:50:14.901 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-05-14 00:50:14.903 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-05-14 00:50:14.905 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-05-14 00:50:14.906 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-05-14 00:50:14.908 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-05-14 00:50:14.910 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-05-14 00:50:14.912 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-05-14 00:50:14.914 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-05-14 00:50:14.916 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-05-14 00:50:14.918 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2025-05-14 00:50:14.919 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-05-14 00:50:14.921 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-05-14 00:50:14.924 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-05-14 00:50:14.937 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-05-14 00:50:14.939 | + functions:setup_systemd_logging:706 : local pidstr= 2025-05-14 00:50:14.941 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:14.943 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-05-14 00:50:14.944 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-05-14 00:50:14.968 | + 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' 2025-05-14 00:50:14.991 | + 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' 2025-05-14 00:50:15.014 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-05-14 00:50:15.038 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-05-14 00:50:15.063 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2025-05-14 00:50:15.076 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:15.078 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2025-05-14 00:50:15.080 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2025-05-14 00:50:15.082 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2025-05-14 00:50:15.084 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2025-05-14 00:50:15.086 | + lib/apache:write_uwsgi_config:257 : local http= 2025-05-14 00:50:15.088 | + lib/apache:write_uwsgi_config:258 : local name= 2025-05-14 00:50:15.090 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2025-05-14 00:50:15.094 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2025-05-14 00:50:15.096 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-05-14 00:50:15.098 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-05-14 00:50:15.108 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-05-14 00:50:15.108 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:50:15.115 | d /var/run/uwsgi 0755 stack root 2025-05-14 00:50:15.118 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:50:15.127 | /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. 2025-05-14 00:50:15.130 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-05-14 00:50:15.132 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-05-14 00:50:15.135 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2025-05-14 00:50:15.159 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-05-14 00:50:15.184 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-05-14 00:50:15.207 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-05-14 00:50:15.231 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-05-14 00:50:15.253 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-05-14 00:50:15.276 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-05-14 00:50:15.300 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-05-14 00:50:15.323 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-05-14 00:50:15.346 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-05-14 00:50:15.370 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-05-14 00:50:15.393 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-05-14 00:50:15.417 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-05-14 00:50:15.440 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-05-14 00:50:15.442 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-05-14 00:50:15.445 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2025-05-14 00:50:15.447 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2025-05-14 00:50:15.448 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-05-14 00:50:15.450 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:15.452 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:15.454 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-05-14 00:50:15.456 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-05-14 00:50:15.458 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-05-14 00:50:15.482 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-05-14 00:50:15.505 | + 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 ' 2025-05-14 00:50:15.506 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-05-14 00:50:15.512 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2025-05-14 00:50:15.514 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2025-05-14 00:50:15.516 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2025-05-14 00:50:15.518 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-05-14 00:50:15.520 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-05-14 00:50:15.522 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:50:15.524 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:15.526 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:15.528 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-05-14 00:50:15.530 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-05-14 00:50:15.532 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:15.533 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:15.535 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2025-05-14 00:50:15.569 | Enabling site nova-api-wsgi. 2025-05-14 00:50:15.572 | To activate the new configuration, you need to run: 2025-05-14 00:50:15.572 | systemctl reload apache2 2025-05-14 00:50:15.576 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-05-14 00:50:15.578 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-05-14 00:50:15.580 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:50:15.582 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-05-14 00:50:15.675 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2025-05-14 00:50:15.689 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:15.691 | + 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 2025-05-14 00:50:15.693 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-05-14 00:50:15.694 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2025-05-14 00:50:15.696 | + lib/apache:write_uwsgi_config:256 : local url= 2025-05-14 00:50:15.698 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2025-05-14 00:50:15.700 | + lib/apache:write_uwsgi_config:258 : local name= 2025-05-14 00:50:15.704 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2025-05-14 00:50:15.707 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2025-05-14 00:50:15.709 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-05-14 00:50:15.711 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-05-14 00:50:15.724 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-05-14 00:50:15.725 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:50:15.733 | d /var/run/uwsgi 0755 stack root 2025-05-14 00:50:15.736 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:50:15.747 | /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. 2025-05-14 00:50:15.751 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-05-14 00:50:15.753 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-05-14 00:50:15.756 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2025-05-14 00:50:15.783 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-05-14 00:50:15.806 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-05-14 00:50:15.829 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-05-14 00:50:15.853 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-05-14 00:50:15.876 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-05-14 00:50:15.900 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-05-14 00:50:15.925 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-05-14 00:50:15.949 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-05-14 00:50:15.971 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-05-14 00:50:15.994 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-05-14 00:50:16.018 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-05-14 00:50:16.042 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-05-14 00:50:16.066 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2025-05-14 00:50:16.068 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-05-14 00:50:16.092 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2025-05-14 00:50:16.104 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:16.106 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-05-14 00:50:16.132 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2025-05-14 00:50:16.134 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2025-05-14 00:50:16.136 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2025-05-14 00:50:16.150 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:16.151 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:50:16.154 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:50:16.179 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-05-14 00:50:16.204 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-05-14 00:50:16.206 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-05-14 00:50:16.208 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2025-05-14 00:50:16.210 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-05-14 00:50:16.212 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-05-14 00:50:16.214 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-05-14 00:50:16.227 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:16.230 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-05-14 00:50:16.231 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-05-14 00:50:16.233 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-05-14 00:50:16.246 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:16.248 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:50:16.251 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:50:16.274 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-05-14 00:50:16.276 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-05-14 00:50:16.278 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-05-14 00:50:16.302 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-05-14 00:50:16.326 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2025-05-14 00:50:16.351 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2025-05-14 00:50:16.364 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:16.366 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-05-14 00:50:16.390 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2025-05-14 00:50:16.392 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2025-05-14 00:50:16.394 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-05-14 00:50:16.420 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2025-05-14 00:50:16.445 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-05-14 00:50:16.470 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2025-05-14 00:50:16.494 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-05-14 00:50:16.517 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-05-14 00:50:16.541 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2025-05-14 00:50:16.565 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-05-14 00:50:16.589 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-05-14 00:50:16.612 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2025-05-14 00:50:16.625 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:16.627 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2025-05-14 00:50:16.630 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-05-14 00:50:16.632 | + lib/nova:create_nova_conf:574 : local conf 2025-05-14 00:50:16.634 | + lib/nova:create_nova_conf:575 : local vhost 2025-05-14 00:50:16.637 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2025-05-14 00:50:16.639 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-05-14 00:50:16.641 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-05-14 00:50:16.643 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2025-05-14 00:50:16.645 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2025-05-14 00:50:16.646 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2025-05-14 00:50:16.650 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2025-05-14 00:50:16.652 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-05-14 00:50:16.654 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-05-14 00:50:16.656 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-05-14 00:50:16.658 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:50:16.660 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:16.662 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-05-14 00:50:16.664 | + 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' 2025-05-14 00:50:16.689 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-05-14 00:50:16.715 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-05-14 00:50:16.741 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:50:16.743 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-05-14 00:50:16.745 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-05-14 00:50:16.747 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2025-05-14 00:50:16.748 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-05-14 00:50:16.750 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-05-14 00:50:16.752 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-05-14 00:50:16.765 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:16.768 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-05-14 00:50:16.770 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-05-14 00:50:16.772 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-05-14 00:50:16.785 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:16.787 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:50:16.789 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:50:16.814 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-05-14 00:50:16.816 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-05-14 00:50:16.818 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2025-05-14 00:50:16.820 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-05-14 00:50:16.822 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-05-14 00:50:16.824 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-05-14 00:50:16.837 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-05-14 00:50:16.839 | + functions:setup_systemd_logging:706 : local pidstr= 2025-05-14 00:50:16.841 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:16.843 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-05-14 00:50:16.845 | + 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}}' 2025-05-14 00:50:16.870 | + 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' 2025-05-14 00:50:16.894 | + 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' 2025-05-14 00:50:16.920 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-05-14 00:50:16.944 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:50:16.945 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2025-05-14 00:50:16.947 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2025-05-14 00:50:16.949 | + lib/nova:configure_console_proxies:720 : local offset=0 2025-05-14 00:50:16.951 | + lib/nova:configure_console_proxies:724 : offset=0 2025-05-14 00:50:16.953 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2025-05-14 00:50:16.966 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:16.968 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2025-05-14 00:50:16.970 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2025-05-14 00:50:16.983 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:16.985 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2025-05-14 00:50:16.998 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:17.000 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2025-05-14 00:50:17.014 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:17.016 | + stack.sh:main:949 : is_service_enabled placement 2025-05-14 00:50:17.030 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:17.032 | + stack.sh:main:951 : stack_install_service placement 2025-05-14 00:50:17.034 | + lib/stack:stack_install_service:20 : local service=placement 2025-05-14 00:50:17.037 | + lib/stack:stack_install_service:21 : type install_placement 2025-05-14 00:50:17.039 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-05-14 00:50:17.041 | + lib/stack:stack_install_service:32 : install_placement 2025-05-14 00:50:17.043 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-05-14 00:50:17.045 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2025-05-14 00:50:17.047 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:17.049 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:17.051 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2025-05-14 00:50:17.053 | + functions-common:install_package:1459 : update_package_repo 2025-05-14 00:50:17.055 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:50:17.057 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-05-14 00:50:17.060 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:50:17.062 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:50:17.064 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:50:17.066 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:17.067 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:17.069 | + functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:50:17.071 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-05-14 00:50:17.074 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-05-14 00:50:17.075 | + functions-common:apt_get_update:1186 : return 2025-05-14 00:50:17.077 | + functions-common:install_package:1460 : real_install_package apache2 2025-05-14 00:50:17.079 | + functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:50:17.082 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:17.084 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:17.086 | + functions-common:real_install_package:1446 : apt_get install apache2 2025-05-14 00:50:17.103 | + 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 2025-05-14 00:50:17.163 | Reading package lists... 2025-05-14 00:50:17.415 | Building dependency tree... 2025-05-14 00:50:17.416 | Reading state information... 2025-05-14 00:50:17.652 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-05-14 00:50:17.652 | 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded. 2025-05-14 00:50:17.656 | + functions-common:apt_get:1230 : result=0 2025-05-14 00:50:17.658 | + functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:50:17.661 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:17.663 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:17.665 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:17.667 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:17.668 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:17.670 | + functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:50:17.672 | + functions-common:time_stop:2442 : start_time=1747183817100 2025-05-14 00:50:17.674 | + functions-common:time_stop:2444 : [[ -z 1747183817100 ]] 2025-05-14 00:50:17.677 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:17.680 | + functions-common:time_stop:2447 : end_time=1747183817678 2025-05-14 00:50:17.682 | + functions-common:time_stop:2448 : elapsed_time=578 2025-05-14 00:50:17.684 | + functions-common:time_stop:2449 : total=41531 2025-05-14 00:50:17.686 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:17.688 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42109 2025-05-14 00:50:17.690 | + functions-common:apt_get:1234 : return 0 2025-05-14 00:50:17.692 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2025-05-14 00:50:17.694 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2025-05-14 00:50:17.696 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2025-05-14 00:50:17.698 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2025-05-14 00:50:17.700 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2025-05-14 00:50:17.714 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2025-05-14 00:50:17.716 | + functions-common:install_package:1459 : update_package_repo 2025-05-14 00:50:17.719 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-05-14 00:50:17.721 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-05-14 00:50:17.723 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-05-14 00:50:17.725 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-05-14 00:50:17.727 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-05-14 00:50:17.729 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:17.731 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:17.733 | + functions-common:update_package_repo:1440 : apt_get_update 2025-05-14 00:50:17.735 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-05-14 00:50:17.737 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-05-14 00:50:17.739 | + functions-common:apt_get_update:1186 : return 2025-05-14 00:50:17.741 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2025-05-14 00:50:17.743 | + functions-common:real_install_package:1445 : is_ubuntu 2025-05-14 00:50:17.745 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:17.748 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:17.750 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2025-05-14 00:50:17.767 | + 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 2025-05-14 00:50:17.828 | Reading package lists... 2025-05-14 00:50:18.070 | Building dependency tree... 2025-05-14 00:50:18.071 | Reading state information... 2025-05-14 00:50:18.315 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-05-14 00:50:18.315 | 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded. 2025-05-14 00:50:18.319 | + functions-common:apt_get:1230 : result=0 2025-05-14 00:50:18.322 | + functions-common:apt_get:1233 : time_stop apt-get 2025-05-14 00:50:18.324 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:18.326 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:18.328 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:18.330 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:18.332 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:18.334 | + functions-common:time_stop:2441 : name=apt-get 2025-05-14 00:50:18.335 | + functions-common:time_stop:2442 : start_time=1747183817765 2025-05-14 00:50:18.337 | + functions-common:time_stop:2444 : [[ -z 1747183817765 ]] 2025-05-14 00:50:18.340 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:18.343 | + functions-common:time_stop:2447 : end_time=1747183818341 2025-05-14 00:50:18.345 | + functions-common:time_stop:2448 : elapsed_time=576 2025-05-14 00:50:18.347 | + functions-common:time_stop:2449 : total=42109 2025-05-14 00:50:18.349 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:18.351 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42685 2025-05-14 00:50:18.353 | + functions-common:apt_get:1234 : return 0 2025-05-14 00:50:18.356 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2025-05-14 00:50:18.358 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2025-05-14 00:50:18.360 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:50:18.362 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:18.364 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:18.366 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-05-14 00:50:18.368 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2025-05-14 00:50:18.398 | wsgi (enabled by maintainer script) 2025-05-14 00:50:18.401 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-05-14 00:50:18.403 | + inc/python:pip_install_gr:76 : local name=osc-placement 2025-05-14 00:50:18.405 | + inc/python:pip_install_gr:77 : local clean_name 2025-05-14 00:50:18.408 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2025-05-14 00:50:18.410 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2025-05-14 00:50:18.412 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-05-14 00:50:18.416 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-05-14 00:50:18.416 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-05-14 00:50:18.420 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2025-05-14 00:50:18.422 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2025-05-14 00:50:18.424 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2025-05-14 00:50:18.427 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2025-05-14 00:50:18.429 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2025-05-14 00:50:18.447 | Using python 3.10 to install osc-placement 2025-05-14 00:50:18.450 | + 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 2025-05-14 00:50:19.602 | Collecting osc-placement 2025-05-14 00:50:19.605 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2025-05-14 00:50:19.614 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2025-05-14 00:50:19.614 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2025-05-14 00:50:19.614 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2025-05-14 00:50:19.614 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2025-05-14 00:50:19.614 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2025-05-14 00:50:19.640 | 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) 2025-05-14 00:50:19.641 | 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) 2025-05-14 00:50:19.641 | 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) 2025-05-14 00:50:19.642 | 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) 2025-05-14 00:50:19.643 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2025-05-14 00:50:19.649 | 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) 2025-05-14 00:50:19.650 | 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) 2025-05-14 00:50:19.652 | 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.2) 2025-05-14 00:50:19.660 | 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) 2025-05-14 00:50:19.661 | 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) 2025-05-14 00:50:19.663 | 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) 2025-05-14 00:50:19.663 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-05-14 00:50:19.665 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2025-05-14 00:50:19.666 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-05-14 00:50:19.676 | 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) 2025-05-14 00:50:19.677 | 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) 2025-05-14 00:50:19.678 | 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) 2025-05-14 00:50:19.679 | 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) 2025-05-14 00:50:19.680 | 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) 2025-05-14 00:50:19.685 | 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) 2025-05-14 00:50:19.701 | 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) 2025-05-14 00:50:19.702 | 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) 2025-05-14 00:50:19.703 | 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) 2025-05-14 00:50:19.704 | 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) 2025-05-14 00:50:19.705 | 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) 2025-05-14 00:50:19.706 | 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) 2025-05-14 00:50:19.706 | 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) 2025-05-14 00:50:19.724 | 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) 2025-05-14 00:50:19.725 | 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) 2025-05-14 00:50:19.725 | 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) 2025-05-14 00:50:19.726 | 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) 2025-05-14 00:50:19.783 | 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) 2025-05-14 00:50:19.784 | 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) 2025-05-14 00:50:19.785 | 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) 2025-05-14 00:50:19.804 | 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) 2025-05-14 00:50:19.832 | 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) 2025-05-14 00:50:19.894 | 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) 2025-05-14 00:50:20.742 | Installing collected packages: osc-placement 2025-05-14 00:50:20.821 | Successfully installed osc-placement-4.1.0 2025-05-14 00:50:20.821 | 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 2025-05-14 00:50:20.934 | + inc/python:pip_install:196 : result=0 2025-05-14 00:50:20.937 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:50:20.939 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:20.941 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:20.944 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:20.946 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:20.948 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:20.950 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:50:20.953 | + functions-common:time_stop:2442 : start_time=1747183818443 2025-05-14 00:50:20.955 | + functions-common:time_stop:2444 : [[ -z 1747183818443 ]] 2025-05-14 00:50:20.958 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:20.962 | + functions-common:time_stop:2447 : end_time=1747183820959 2025-05-14 00:50:20.964 | + functions-common:time_stop:2448 : elapsed_time=2516 2025-05-14 00:50:20.966 | + functions-common:time_stop:2449 : total=83243 2025-05-14 00:50:20.968 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:20.970 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=85759 2025-05-14 00:50:20.972 | + inc/python:pip_install:199 : return 0 2025-05-14 00:50:20.974 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement unmaintained/2023.1 2025-05-14 00:50:20.976 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2025-05-14 00:50:20.978 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2025-05-14 00:50:20.980 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-05-14 00:50:20.982 | + functions-common:git_clone:615 : local orig_dir 2025-05-14 00:50:20.985 | ++ functions-common:git_clone:616 : pwd 2025-05-14 00:50:20.987 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:50:20.989 | + functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:50:20.992 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:50:21.005 | + functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:50:21.008 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:50:21.010 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:50:21.011 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:50:21.014 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-05-14 00:50:21.014 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:50:21.019 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2025-05-14 00:50:21.021 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:50:21.023 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-05-14 00:50:21.025 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:50:21.027 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:50:21.028 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:50:21.030 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:50:21.032 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:50:21.034 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:50:21.036 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:21.038 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:21.041 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:21.044 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183821042 2025-05-14 00:50:21.046 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-05-14 00:50:21.048 | Cloning into '/opt/stack//placement'... 2025-05-14 00:50:23.066 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:50:23.068 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:23.070 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:23.072 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:23.074 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:23.076 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:23.078 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:50:23.080 | + functions-common:time_stop:2442 : start_time=1747183821042 2025-05-14 00:50:23.082 | + functions-common:time_stop:2444 : [[ -z 1747183821042 ]] 2025-05-14 00:50:23.085 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:23.088 | + functions-common:time_stop:2447 : end_time=1747183823085 2025-05-14 00:50:23.090 | + functions-common:time_stop:2448 : elapsed_time=2043 2025-05-14 00:50:23.092 | + functions-common:time_stop:2449 : total=92669 2025-05-14 00:50:23.094 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:23.096 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94712 2025-05-14 00:50:23.098 | + functions-common:git_clone:654 : cd /opt/stack//placement 2025-05-14 00:50:23.100 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:50:23.102 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:50:23.104 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:50:23.106 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:50:23.108 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:50:23.110 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:50:23.111 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:50:23.113 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:23.115 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:23.118 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:23.121 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183823119 2025-05-14 00:50:23.123 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-05-14 00:50:24.510 | From https://opendev.org/openstack/placement 2025-05-14 00:50:24.510 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-05-14 00:50:24.515 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:50:24.517 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:24.519 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:24.521 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:24.522 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:24.524 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:24.526 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:50:24.528 | + functions-common:time_stop:2442 : start_time=1747183823119 2025-05-14 00:50:24.530 | + functions-common:time_stop:2444 : [[ -z 1747183823119 ]] 2025-05-14 00:50:24.532 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:24.535 | + functions-common:time_stop:2447 : end_time=1747183824533 2025-05-14 00:50:24.537 | + functions-common:time_stop:2448 : elapsed_time=1414 2025-05-14 00:50:24.539 | + functions-common:time_stop:2449 : total=94712 2025-05-14 00:50:24.540 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:24.542 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96126 2025-05-14 00:50:24.544 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:50:24.546 | + functions-common:git_timed:720 : local count=0 2025-05-14 00:50:24.548 | + functions-common:git_timed:721 : local timeout=0 2025-05-14 00:50:24.550 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:50:24.552 | + functions-common:git_timed:724 : timeout=0 2025-05-14 00:50:24.554 | + functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:50:24.556 | + functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:50:24.557 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:24.559 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:24.561 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:24.565 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183824562 2025-05-14 00:50:24.567 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:50:24.593 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:50:24.593 | 2025-05-14 00:50:24.593 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:50:24.593 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:50:24.593 | state without impacting any branches by switching back to a branch. 2025-05-14 00:50:24.593 | 2025-05-14 00:50:24.593 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:50:24.593 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:50:24.593 | 2025-05-14 00:50:24.593 | git switch -c 2025-05-14 00:50:24.593 | 2025-05-14 00:50:24.593 | Or undo this operation with: 2025-05-14 00:50:24.593 | 2025-05-14 00:50:24.593 | git switch - 2025-05-14 00:50:24.593 | 2025-05-14 00:50:24.593 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:50:24.593 | 2025-05-14 00:50:24.593 | HEAD is now at 938fc62 Update .gitreview for unmaintained/2023.1 2025-05-14 00:50:24.596 | + functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:50:24.598 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:24.600 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:24.602 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:24.604 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:24.605 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:24.607 | + functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:50:24.609 | + functions-common:time_stop:2442 : start_time=1747183824562 2025-05-14 00:50:24.611 | + functions-common:time_stop:2444 : [[ -z 1747183824562 ]] 2025-05-14 00:50:24.614 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:24.616 | + functions-common:time_stop:2447 : end_time=1747183824614 2025-05-14 00:50:24.618 | + functions-common:time_stop:2448 : elapsed_time=52 2025-05-14 00:50:24.620 | + functions-common:time_stop:2449 : total=96126 2025-05-14 00:50:24.622 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:24.623 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96178 2025-05-14 00:50:24.625 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2025-05-14 00:50:24.635 | + functions-common:git_clone:695 : cd /opt/stack//placement 2025-05-14 00:50:24.638 | + functions-common:git_clone:696 : git show --oneline 2025-05-14 00:50:24.638 | + functions-common:git_clone:696 : head -1 2025-05-14 00:50:24.640 | 938fc62 Update .gitreview for unmaintained/2023.1 2025-05-14 00:50:24.642 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:50:24.644 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-05-14 00:50:24.646 | + inc/python:setup_develop:334 : local bindep 2025-05-14 00:50:24.648 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2025-05-14 00:50:24.650 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2025-05-14 00:50:24.652 | + inc/python:setup_develop:340 : local extras= 2025-05-14 00:50:24.653 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-05-14 00:50:24.655 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-05-14 00:50:24.657 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2025-05-14 00:50:24.659 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2025-05-14 00:50:24.661 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-05-14 00:50:24.663 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-05-14 00:50:24.666 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2025-05-14 00:50:24.667 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-05-14 00:50:24.670 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2025-05-14 00:50:24.672 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-05-14 00:50:24.674 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-05-14 00:50:24.677 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-05-14 00:50:24.681 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2025-05-14 00:50:24.683 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-05-14 00:50:25.013 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2025-05-14 00:50:25.015 | + inc/python:setup_package:414 : local bindep=0 2025-05-14 00:50:25.017 | + inc/python:setup_package:415 : local bindep_flag= 2025-05-14 00:50:25.019 | + inc/python:setup_package:416 : local bindep_profiles= 2025-05-14 00:50:25.021 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2025-05-14 00:50:25.023 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2025-05-14 00:50:25.025 | + inc/python:setup_package:423 : local flags=-e 2025-05-14 00:50:25.027 | + inc/python:setup_package:424 : local extras= 2025-05-14 00:50:25.029 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-05-14 00:50:25.031 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-05-14 00:50:25.033 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-05-14 00:50:25.035 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-05-14 00:50:25.037 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-05-14 00:50:25.039 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2025-05-14 00:50:25.056 | Using python 3.10 to install /opt/stack/placement 2025-05-14 00:50:25.058 | + 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 2025-05-14 00:50:26.020 | Obtaining file:///opt/stack/placement 2025-05-14 00:50:26.021 | Preparing metadata (setup.py): started 2025-05-14 00:50:26.420 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:50:26.476 | 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) 2025-05-14 00:50:26.477 | 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) 2025-05-14 00:50:26.478 | 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) 2025-05-14 00:50:26.480 | 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) 2025-05-14 00:50:26.480 | 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) 2025-05-14 00:50:26.480 | 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) 2025-05-14 00:50:26.481 | 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) 2025-05-14 00:50:26.482 | 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) 2025-05-14 00:50:26.482 | 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) 2025-05-14 00:50:26.483 | 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) 2025-05-14 00:50:26.484 | 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) 2025-05-14 00:50:26.485 | 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.3) 2025-05-14 00:50:26.486 | 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.1) 2025-05-14 00:50:26.486 | 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) 2025-05-14 00:50:26.487 | 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) 2025-05-14 00:50:26.488 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.2) 2025-05-14 00:50:26.489 | 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) 2025-05-14 00:50:26.489 | 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) 2025-05-14 00:50:26.490 | 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) 2025-05-14 00:50:26.491 | 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) 2025-05-14 00:50:26.492 | 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) 2025-05-14 00:50:26.511 | 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) 2025-05-14 00:50:26.511 | 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) 2025-05-14 00:50:26.536 | 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) 2025-05-14 00:50:26.537 | 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) 2025-05-14 00:50:26.538 | 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) 2025-05-14 00:50:26.539 | 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) 2025-05-14 00:50:26.540 | 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) 2025-05-14 00:50:26.541 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.3) 2025-05-14 00:50:26.550 | 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) 2025-05-14 00:50:26.568 | 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) 2025-05-14 00:50:26.572 | 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) 2025-05-14 00:50:26.572 | 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) 2025-05-14 00:50:26.572 | 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) 2025-05-14 00:50:26.572 | 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) 2025-05-14 00:50:26.615 | 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) 2025-05-14 00:50:26.617 | 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) 2025-05-14 00:50:26.619 | 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) 2025-05-14 00:50:26.619 | 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) 2025-05-14 00:50:26.637 | 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) 2025-05-14 00:50:26.639 | 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) 2025-05-14 00:50:26.647 | 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) 2025-05-14 00:50:26.649 | 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) 2025-05-14 00:50:26.650 | 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) 2025-05-14 00:50:26.660 | 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) 2025-05-14 00:50:26.661 | 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) 2025-05-14 00:50:26.667 | 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) 2025-05-14 00:50:26.673 | 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) 2025-05-14 00:50:26.675 | 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) 2025-05-14 00:50:26.676 | 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) 2025-05-14 00:50:26.677 | 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) 2025-05-14 00:50:26.688 | 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) 2025-05-14 00:50:26.689 | 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) 2025-05-14 00:50:26.689 | 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) 2025-05-14 00:50:26.690 | 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) 2025-05-14 00:50:26.697 | 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) 2025-05-14 00:50:26.762 | 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) 2025-05-14 00:50:26.777 | 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) 2025-05-14 00:50:26.823 | 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) 2025-05-14 00:50:26.841 | 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) 2025-05-14 00:50:26.868 | 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) 2025-05-14 00:50:26.900 | 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) 2025-05-14 00:50:26.918 | 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) 2025-05-14 00:50:26.989 | 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) 2025-05-14 00:50:26.990 | 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) 2025-05-14 00:50:26.990 | 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) 2025-05-14 00:50:27.016 | 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) 2025-05-14 00:50:27.826 | Installing collected packages: openstack-placement 2025-05-14 00:50:27.827 | Running setup.py develop for openstack-placement 2025-05-14 00:50:28.467 | Successfully installed openstack-placement 2025-05-14 00:50:28.467 | 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 2025-05-14 00:50:28.588 | + inc/python:pip_install:196 : result=0 2025-05-14 00:50:28.590 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:50:28.592 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:28.594 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:28.597 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:28.599 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:28.600 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:28.602 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:50:28.604 | + functions-common:time_stop:2442 : start_time=1747183825052 2025-05-14 00:50:28.606 | + functions-common:time_stop:2444 : [[ -z 1747183825052 ]] 2025-05-14 00:50:28.609 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:28.612 | + functions-common:time_stop:2447 : end_time=1747183828610 2025-05-14 00:50:28.614 | + functions-common:time_stop:2448 : elapsed_time=3558 2025-05-14 00:50:28.615 | + functions-common:time_stop:2449 : total=85759 2025-05-14 00:50:28.617 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:28.619 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89317 2025-05-14 00:50:28.621 | + inc/python:pip_install:199 : return 0 2025-05-14 00:50:28.623 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-05-14 00:50:28.626 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-05-14 00:50:28.627 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-05-14 00:50:28.643 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-05-14 00:50:28.652 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2025-05-14 00:50:28.654 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2025-05-14 00:50:28.657 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:50:28.659 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:50:28.660 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-05-14 00:50:28.663 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:50:28.665 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-05-14 00:50:28.667 | + stack.sh:main:952 : configure_placement 2025-05-14 00:50:28.669 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-05-14 00:50:28.679 | + lib/placement:configure_placement:113 : create_placement_conf 2025-05-14 00:50:28.681 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-05-14 00:50:28.685 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-05-14 00:50:28.687 | ++ lib/database:database_connection_url:134 : local db=placement 2025-05-14 00:50:28.689 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-05-14 00:50:28.691 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2025-05-14 00:50:28.693 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:50:28.695 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:28.696 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2025-05-14 00:50:28.699 | + 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' 2025-05-14 00:50:28.726 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-05-14 00:50:28.752 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-05-14 00:50:28.778 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-05-14 00:50:28.780 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-05-14 00:50:28.782 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-05-14 00:50:28.784 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-05-14 00:50:28.786 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-05-14 00:50:28.813 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-05-14 00:50:28.838 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-05-14 00:50:28.863 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-05-14 00:50:28.889 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-05-14 00:50:28.913 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-05-14 00:50:28.938 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-05-14 00:50:28.962 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-05-14 00:50:28.987 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:50:29.011 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-05-14 00:50:29.037 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-05-14 00:50:29.039 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-05-14 00:50:29.041 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-05-14 00:50:29.044 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-05-14 00:50:29.058 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-05-14 00:50:29.060 | + functions:setup_systemd_logging:706 : local pidstr= 2025-05-14 00:50:29.063 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:29.065 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-05-14 00:50:29.067 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-05-14 00:50:29.093 | + 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' 2025-05-14 00:50:29.119 | + 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' 2025-05-14 00:50:29.144 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-05-14 00:50:29.169 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-05-14 00:50:29.172 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2025-05-14 00:50:29.174 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2025-05-14 00:50:29.176 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2025-05-14 00:50:29.178 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2025-05-14 00:50:29.180 | + lib/apache:write_uwsgi_config:257 : local http= 2025-05-14 00:50:29.182 | + lib/apache:write_uwsgi_config:258 : local name= 2025-05-14 00:50:29.185 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2025-05-14 00:50:29.188 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2025-05-14 00:50:29.190 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-05-14 00:50:29.192 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-05-14 00:50:29.203 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-05-14 00:50:29.203 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:50:29.212 | d /var/run/uwsgi 0755 stack root 2025-05-14 00:50:29.216 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-05-14 00:50:29.226 | /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. 2025-05-14 00:50:29.229 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2025-05-14 00:50:29.232 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2025-05-14 00:50:29.235 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2025-05-14 00:50:29.262 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-05-14 00:50:29.287 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-05-14 00:50:29.312 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-05-14 00:50:29.336 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-05-14 00:50:29.361 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-05-14 00:50:29.386 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-05-14 00:50:29.411 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-05-14 00:50:29.437 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-05-14 00:50:29.463 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-05-14 00:50:29.488 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-05-14 00:50:29.518 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-05-14 00:50:29.543 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-05-14 00:50:29.567 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-05-14 00:50:29.569 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-05-14 00:50:29.572 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2025-05-14 00:50:29.574 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2025-05-14 00:50:29.576 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-05-14 00:50:29.578 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:29.580 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:29.582 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2025-05-14 00:50:29.584 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-05-14 00:50:29.586 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-05-14 00:50:29.611 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-05-14 00:50:29.637 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2025-05-14 00:50:29.638 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-05-14 00:50:29.645 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2025-05-14 00:50:29.648 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2025-05-14 00:50:29.650 | + lib/apache:enable_apache_site:203 : local site=placement-api 2025-05-14 00:50:29.652 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-05-14 00:50:29.654 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-05-14 00:50:29.656 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-05-14 00:50:29.658 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:29.660 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:29.662 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-05-14 00:50:29.664 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-05-14 00:50:29.666 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:29.668 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:29.671 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2025-05-14 00:50:29.704 | Enabling site placement-api. 2025-05-14 00:50:29.708 | To activate the new configuration, you need to run: 2025-05-14 00:50:29.708 | systemctl reload apache2 2025-05-14 00:50:29.712 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-05-14 00:50:29.714 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-05-14 00:50:29.716 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:50:29.718 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-05-14 00:50:29.820 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:29.822 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:29.824 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-05-14 00:50:29.852 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-05-14 00:50:29.879 | + stack.sh:main:959 : is_service_enabled placement placement-client 2025-05-14 00:50:29.893 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:29.895 | + stack.sh:main:960 : is_service_enabled n-cpu 2025-05-14 00:50:29.909 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:29.911 | + stack.sh:main:960 : is_service_enabled n-sch 2025-05-14 00:50:29.925 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:29.927 | + stack.sh:main:961 : configure_placement_nova_compute 2025-05-14 00:50:29.929 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2025-05-14 00:50:29.931 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2025-05-14 00:50:29.958 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-05-14 00:50:29.983 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2025-05-14 00:50:30.008 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-05-14 00:50:30.033 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-05-14 00:50:30.058 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2025-05-14 00:50:30.083 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-05-14 00:50:30.108 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-05-14 00:50:30.134 | + stack.sh:main:965 : is_service_enabled horizon 2025-05-14 00:50:30.147 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:30.149 | + stack.sh:main:970 : is_service_enabled tls-proxy 2025-05-14 00:50:30.163 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:30.165 | + stack.sh:main:978 : run_phase stack install 2025-05-14 00:50:30.167 | + functions-common:run_phase:1863 : local mode=stack 2025-05-14 00:50:30.169 | + functions-common:run_phase:1864 : local phase=install 2025-05-14 00:50:30.171 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-05-14 00:50:30.173 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-05-14 00:50:30.175 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-05-14 00:50:30.177 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-05-14 00:50:30.179 | + functions-common:run_phase:1873 : local extra 2025-05-14 00:50:30.182 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-05-14 00:50:30.185 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-05-14 00:50:30.187 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-05-14 00:50:30.190 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-05-14 00:50:30.192 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-05-14 00:50:30.194 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-05-14 00:50:30.207 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:30.209 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:50:30.211 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:50:30.213 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-05-14 00:50:30.215 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-05-14 00:50:30.217 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:50:30.219 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2025-05-14 00:50:30.221 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-05-14 00:50:30.223 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-05-14 00:50:30.271 | ++ inc/async:async_inner:63 : install_tempest 2025-05-14 00:50:30.301 | [4206 Async install_tempest:34048]: running: install_tempest 2025-05-14 00:50:30.303 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-05-14 00:50:30.305 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-05-14 00:50:30.307 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:50:30.310 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-05-14 00:50:30.312 | + functions-common:run_phase:1890 : run_plugins stack install 2025-05-14 00:50:30.314 | + functions-common:run_plugins:1849 : local mode=stack 2025-05-14 00:50:30.317 | + functions-common:run_plugins:1850 : local phase=install 2025-05-14 00:50:30.319 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-05-14 00:50:30.321 | + functions-common:run_plugins:1853 : local plugin 2025-05-14 00:50:30.323 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-05-14 00:50:30.325 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:50:30.328 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-05-14 00:50:30.330 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-05-14 00:50:30.332 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:50:30.334 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:50:30.336 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-05-14 00:50:30.338 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-05-14 00:50:30.341 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:50:30.343 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2025-05-14 00:50:30.346 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-05-14 00:50:30.347 | ++ inc/python:setup_develop:334 : local bindep 2025-05-14 00:50:30.349 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-05-14 00:50:30.351 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2025-05-14 00:50:30.353 | ++ inc/python:setup_develop:340 : local extras= 2025-05-14 00:50:30.355 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-05-14 00:50:30.358 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-05-14 00:50:30.360 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-05-14 00:50:30.362 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2025-05-14 00:50:30.364 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-05-14 00:50:30.366 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-05-14 00:50:30.369 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2025-05-14 00:50:30.371 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-05-14 00:50:30.373 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2025-05-14 00:50:30.375 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-05-14 00:50:30.377 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2025-05-14 00:50:30.380 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-05-14 00:50:30.384 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2025-05-14 00:50:30.387 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-05-14 00:50:30.711 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2025-05-14 00:50:30.714 | ++ inc/python:setup_package:414 : local bindep=0 2025-05-14 00:50:30.716 | ++ inc/python:setup_package:415 : local bindep_flag= 2025-05-14 00:50:30.718 | ++ inc/python:setup_package:416 : local bindep_profiles= 2025-05-14 00:50:30.720 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-05-14 00:50:30.722 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2025-05-14 00:50:30.724 | ++ inc/python:setup_package:423 : local flags=-e 2025-05-14 00:50:30.726 | ++ inc/python:setup_package:424 : local extras= 2025-05-14 00:50:30.728 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2025-05-14 00:50:30.730 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2025-05-14 00:50:30.732 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-05-14 00:50:30.734 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2025-05-14 00:50:30.736 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-05-14 00:50:30.738 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2025-05-14 00:50:30.754 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-05-14 00:50:30.756 | ++ 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 2025-05-14 00:50:31.719 | Obtaining file:///opt/stack/networking-nsx-t 2025-05-14 00:50:31.720 | Preparing metadata (setup.py): started 2025-05-14 00:50:32.112 | Preparing metadata (setup.py): finished with status 'done' 2025-05-14 00:50:32.269 | Collecting Babel>=1.3 2025-05-14 00:50:32.320 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2025-05-14 00:50:32.368 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (22.1.0) 2025-05-14 00:50:32.434 | Collecting ipaddress 2025-05-14 00:50:32.436 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-05-14 00:50:32.437 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.8.0) 2025-05-14 00:50:32.438 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.4.3) 2025-05-14 00:50:32.439 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.1.1) 2025-05-14 00:50:32.440 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.0.0) 2025-05-14 00:50:32.440 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.2.1) 2025-05-14 00:50:32.441 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.1.2) 2025-05-14 00:50:32.442 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.1.2) 2025-05-14 00:50:32.443 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.1.0) 2025-05-14 00:50:32.444 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.11.1) 2025-05-14 00:50:32.444 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.14.1) 2025-05-14 00:50:32.445 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.0.0) 2025-05-14 00:50:32.469 | Collecting ratelimiter 2025-05-14 00:50:32.471 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-05-14 00:50:32.472 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.2.0) 2025-05-14 00:50:32.474 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev9) (2022.4) 2025-05-14 00:50:32.491 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.1.1) 2025-05-14 00:50:32.493 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.4.3) 2025-05-14 00:50:32.493 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.10.0) 2025-05-14 00:50:32.494 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (12.3.3) 2025-05-14 00:50:32.495 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.6.1) 2025-05-14 00:50:32.496 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.2) 2025-05-14 00:50:32.496 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.7) 2025-05-14 00:50:32.497 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.1.0) 2025-05-14 00:50:32.498 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.41) 2025-05-14 00:50:32.499 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (14.2.5) 2025-05-14 00:50:32.499 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.3.2) 2025-05-14 00:50:32.500 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.3) 2025-05-14 00:50:32.501 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-05-14 00:50:32.502 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-05-14 00:50:32.503 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-05-14 00:50:32.523 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.5.0) 2025-05-14 00:50:32.523 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2025-05-14 00:50:32.524 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.28.1) 2025-05-14 00:50:32.525 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (6.0) 2025-05-14 00:50:32.572 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (2.8.2) 2025-05-14 00:50:32.574 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (0.9.6) 2025-05-14 00:50:32.579 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev9) (1.0.4) 2025-05-14 00:50:32.589 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.1.3) 2025-05-14 00:50:32.591 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.4.0) 2025-05-14 00:50:32.592 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (4.0.1) 2025-05-14 00:50:32.592 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (3.5.2) 2025-05-14 00:50:32.593 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.5.1) 2025-05-14 00:50:32.594 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.33.1) 2025-05-14 00:50:32.595 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-05-14 00:50:32.601 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (3.0.9) 2025-05-14 00:50:32.602 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (23.1) 2025-05-14 00:50:32.602 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (0.11.0) 2025-05-14 00:50:32.604 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (1.1.0) 2025-05-14 00:50:32.647 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.17.6) 2025-05-14 00:50:32.648 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.7.0) 2025-05-14 00:50:32.649 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.1.0) 2025-05-14 00:50:32.650 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.0) 2025-05-14 00:50:32.651 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (4.2.0) 2025-05-14 00:50:32.683 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (6.3.1) 2025-05-14 00:50:32.684 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (2.4.1) 2025-05-14 00:50:32.685 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.13.1) 2025-05-14 00:50:32.686 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.18) 2025-05-14 00:50:32.692 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-05-14 00:50:32.693 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.5.1) 2025-05-14 00:50:32.694 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.4.1) 2025-05-14 00:50:32.695 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.4.2) 2025-05-14 00:50:32.700 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.14.1) 2025-05-14 00:50:32.706 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.2.1) 2025-05-14 00:50:32.707 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.16.0) 2025-05-14 00:50:32.751 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.7.0) 2025-05-14 00:50:32.761 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.2) 2025-05-14 00:50:32.770 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.13) 2025-05-14 00:50:32.771 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.17.7) 2025-05-14 00:50:32.817 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.0) 2025-05-14 00:50:32.818 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.13.0) 2025-05-14 00:50:32.820 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.0.1) 2025-05-14 00:50:32.821 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.1) 2025-05-14 00:50:32.847 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.4) 2025-05-14 00:50:32.848 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.0) 2025-05-14 00:50:32.849 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-05-14 00:50:32.850 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.0) 2025-05-14 00:50:32.851 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-05-14 00:50:32.904 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (59.6.0) 2025-05-14 00:50:32.920 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.2.3) 2025-05-14 00:50:32.921 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.3.5) 2025-05-14 00:50:32.973 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (3.4) 2025-05-14 00:50:32.974 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.26.12) 2025-05-14 00:50:32.975 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2020.6.20) 2025-05-14 00:50:32.976 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-05-14 00:50:32.993 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.7) 2025-05-14 00:50:33.136 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-05-14 00:50:33.192 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.8.2) 2025-05-14 00:50:33.193 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.2.5) 2025-05-14 00:50:33.244 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.8.1) 2025-05-14 00:50:33.289 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-05-14 00:50:33.300 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.9.1) 2025-05-14 00:50:33.301 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.11.0) 2025-05-14 00:50:33.317 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.1.8) 2025-05-14 00:50:33.318 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.1) 2025-05-14 00:50:33.319 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-05-14 00:50:33.320 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.0) 2025-05-14 00:50:33.321 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.32) 2025-05-14 00:50:33.322 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (38.0.2) 2025-05-14 00:50:33.322 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.4) 2025-05-14 00:50:33.357 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.3.0) 2025-05-14 00:50:33.358 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.0.0) 2025-05-14 00:50:33.359 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.1.2) 2025-05-14 00:50:33.370 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.4.0) 2025-05-14 00:50:33.412 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.2) 2025-05-14 00:50:33.412 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.4.3) 2025-05-14 00:50:33.464 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2025-05-14 00:50:33.541 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.15.1) 2025-05-14 00:50:33.632 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.5.0) 2025-05-14 00:50:33.746 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.21) 2025-05-14 00:50:34.300 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2025-05-14 00:50:34.340 | Attempting uninstall: Babel 2025-05-14 00:50:34.342 | Found existing installation: Babel 2.8.0 2025-05-14 00:50:34.343 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2025-05-14 00:50:34.343 | Can't uninstall 'Babel'. No files were found to uninstall. 2025-05-14 00:50:34.725 | Running setup.py develop for networking-nsxv3 2025-05-14 00:50:35.568 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2025-05-14 00:50:35.569 | 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 2025-05-14 00:50:35.721 | ++ inc/python:pip_install:196 : result=0 2025-05-14 00:50:35.723 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:50:35.725 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:50:35.727 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:35.728 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:35.730 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:50:35.732 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:35.734 | ++ functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:50:35.736 | ++ functions-common:time_stop:2442 : start_time=1747183830750 2025-05-14 00:50:35.738 | ++ functions-common:time_stop:2444 : [[ -z 1747183830750 ]] 2025-05-14 00:50:35.740 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:35.743 | ++ functions-common:time_stop:2447 : end_time=1747183835741 2025-05-14 00:50:35.745 | ++ functions-common:time_stop:2448 : elapsed_time=4991 2025-05-14 00:50:35.747 | ++ functions-common:time_stop:2449 : total=89317 2025-05-14 00:50:35.749 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:35.751 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94308 2025-05-14 00:50:35.753 | ++ inc/python:pip_install:199 : return 0 2025-05-14 00:50:35.755 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-05-14 00:50:35.757 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-05-14 00:50:35.759 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-05-14 00:50:35.775 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-05-14 00:50:35.784 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2025-05-14 00:50:35.786 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2025-05-14 00:50:35.788 | ++ inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:50:35.790 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:50:35.792 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-05-14 00:50:35.795 | ++ inc/python:use_library_from_git:249 : return 1 2025-05-14 00:50:35.797 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2025-05-14 00:50:35.799 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2025-05-14 00:50:35.801 | + inc/python:use_library_from_git:247 : local enabled=1 2025-05-14 00:50:35.803 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-05-14 00:50:35.805 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2025-05-14 00:50:35.807 | + inc/python:use_library_from_git:249 : return 1 2025-05-14 00:50:35.809 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2025-05-14 00:50:35.811 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2025-05-14 00:50:35.813 | + inc/python:pip_install_gr:77 : local clean_name 2025-05-14 00:50:35.815 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2025-05-14 00:50:35.817 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2025-05-14 00:50:35.819 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-05-14 00:50:35.823 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-05-14 00:50:35.823 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-05-14 00:50:35.828 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2025-05-14 00:50:35.830 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2025-05-14 00:50:35.832 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2025-05-14 00:50:35.835 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2025-05-14 00:50:35.837 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2025-05-14 00:50:35.856 | Using python 3.10 to install python-openstackclient 2025-05-14 00:50:35.858 | + 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 2025-05-14 00:50:36.964 | Collecting python-openstackclient 2025-05-14 00:50:36.973 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2025-05-14 00:50:36.992 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2025-05-14 00:50:36.992 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2025-05-14 00:50:36.996 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2025-05-14 00:50:36.996 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2025-05-14 00:50:36.996 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2025-05-14 00:50:36.996 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2025-05-14 00:50:36.996 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2025-05-14 00:50:36.996 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.2) 2025-05-14 00:50:36.997 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2025-05-14 00:50:36.998 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2025-05-14 00:50:36.999 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2025-05-14 00:50:37.004 | 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) 2025-05-14 00:50:37.004 | 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) 2025-05-14 00:50:37.005 | 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) 2025-05-14 00:50:37.006 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-05-14 00:50:37.007 | 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) 2025-05-14 00:50:37.018 | 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) 2025-05-14 00:50:37.019 | 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) 2025-05-14 00:50:37.020 | 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) 2025-05-14 00:50:37.021 | 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) 2025-05-14 00:50:37.021 | 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) 2025-05-14 00:50:37.022 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2025-05-14 00:50:37.023 | 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) 2025-05-14 00:50:37.024 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2025-05-14 00:50:37.025 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.3) 2025-05-14 00:50:37.026 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2025-05-14 00:50:37.036 | 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) 2025-05-14 00:50:37.049 | 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) 2025-05-14 00:50:37.050 | 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) 2025-05-14 00:50:37.051 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-05-14 00:50:37.052 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2025-05-14 00:50:37.054 | 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) 2025-05-14 00:50:37.067 | 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) 2025-05-14 00:50:37.083 | 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) 2025-05-14 00:50:37.085 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.2) 2025-05-14 00:50:37.087 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-05-14 00:50:37.156 | 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) 2025-05-14 00:50:37.157 | 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) 2025-05-14 00:50:37.158 | 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) 2025-05-14 00:50:37.176 | 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) 2025-05-14 00:50:37.181 | 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) 2025-05-14 00:50:37.207 | 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) 2025-05-14 00:50:37.265 | 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) 2025-05-14 00:50:37.271 | 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) 2025-05-14 00:50:37.300 | 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) 2025-05-14 00:50:37.301 | 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) 2025-05-14 00:50:37.302 | 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) 2025-05-14 00:50:37.303 | 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) 2025-05-14 00:50:37.348 | 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) 2025-05-14 00:50:38.253 | Installing collected packages: python-openstackclient 2025-05-14 00:50:39.132 | Successfully installed python-openstackclient-6.2.1 2025-05-14 00:50:39.132 | 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 2025-05-14 00:50:39.280 | + inc/python:pip_install:196 : result=0 2025-05-14 00:50:39.283 | + inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:50:39.285 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:39.287 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:39.289 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:39.290 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:39.292 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:39.294 | + functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:50:39.296 | + functions-common:time_stop:2442 : start_time=1747183835851 2025-05-14 00:50:39.298 | + functions-common:time_stop:2444 : [[ -z 1747183835851 ]] 2025-05-14 00:50:39.301 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:39.304 | + functions-common:time_stop:2447 : end_time=1747183839301 2025-05-14 00:50:39.306 | + functions-common:time_stop:2448 : elapsed_time=3450 2025-05-14 00:50:39.308 | + functions-common:time_stop:2449 : total=94308 2025-05-14 00:50:39.310 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:39.312 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97758 2025-05-14 00:50:39.314 | + inc/python:pip_install:199 : return 0 2025-05-14 00:50:39.316 | + stack.sh:main:990 : install_oscwrap 2025-05-14 00:50:39.319 | ++ functions-common:install_oscwrap:2480 : mktemp 2025-05-14 00:50:39.323 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.zMJuv4Dk4j 2025-05-14 00:50:39.325 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2025-05-14 00:50:39.327 | + functions-common:install_oscwrap:2486 : unalias -a 2025-05-14 00:50:39.329 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2025-05-14 00:50:39.331 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2025-05-14 00:50:39.333 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-05-14 00:50:39.335 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2025-05-14 00:50:39.349 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:39.351 | + stack.sh:main:1044 : configure_database 2025-05-14 00:50:39.353 | + lib/database:configure_database:128 : configure_database_mysql 2025-05-14 00:50:39.355 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2025-05-14 00:50:39.357 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2025-05-14 00:50:39.359 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:50:39.361 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2025-05-14 00:50:39.362 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2025-05-14 00:50:39.364 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:39.366 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:39.368 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2025-05-14 00:50:39.370 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2025-05-14 00:50:39.373 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-05-14 00:50:39.373 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-05-14 00:50:39.377 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-05-14 00:50:39.428 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2025-05-14 00:50:39.430 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-05-14 00:50:39.432 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-05-14 00:50:39.434 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-05-14 00:50:39.439 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-05-14 00:50:39.441 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-05-14 00:50:39.443 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-05-14 00:50:39.445 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-05-14 00:50:39.446 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-05-14 00:50:39.448 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-05-14 00:50:39.450 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-05-14 00:50:39.452 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-05-14 00:50:39.454 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-05-14 00:50:39.456 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2025-05-14 00:50:39.458 | + functions-common:is_suse:544 : is_opensuse 2025-05-14 00:50:39.460 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-05-14 00:50:39.462 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-05-14 00:50:39.463 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-05-14 00:50:39.465 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-05-14 00:50:39.467 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-05-14 00:50:39.469 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2025-05-14 00:50:39.471 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:39.473 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:39.476 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2025-05-14 00:50:39.477 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:50:39.479 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-05-14 00:50:40.028 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2025-05-14 00:50:40.030 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:40.033 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:40.035 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2025-05-14 00:50:40.037 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2025-05-14 00:50:40.039 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2025-05-14 00:50:40.041 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:40.043 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:40.045 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2025-05-14 00:50:40.047 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2025-05-14 00:50:40.049 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2025-05-14 00:50:40.051 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:40.054 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:40.056 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2025-05-14 00:50:40.057 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2025-05-14 00:50:40.059 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2025-05-14 00:50:40.064 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-05-14 00:50:40.081 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2025-05-14 00:50:40.082 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:50:40.085 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:50:40.087 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2025-05-14 00:50:40.089 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2025-05-14 00:50:40.091 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-05-14 00:50:40.139 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-05-14 00:50:40.185 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-05-14 00:50:40.233 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:40.235 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:40.237 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:40.239 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2025-05-14 00:50:40.241 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:50:40.243 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-05-14 00:50:40.797 | + stack.sh:main:1048 : save_stackenv 1048 2025-05-14 00:50:40.799 | + functions-common:save_stackenv:60 : local tag=1048 2025-05-14 00:50:40.802 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-05-14 00:50:40.807 | + functions-common:save_stackenv:62 : time_stamp=2025-05-14-005040 2025-05-14 00:50:40.809 | + functions-common:save_stackenv:63 : echo '# 2025-05-14-005040 1048' 2025-05-14 00:50:40.812 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.814 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-05-14 00:50:40.817 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.819 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-05-14 00:50:40.821 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.823 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-05-14 00:50:40.826 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.828 | + 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 2025-05-14 00:50:40.830 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.832 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-05-14 00:50:40.835 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.837 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-05-14 00:50:40.839 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.841 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-05-14-004551 2025-05-14 00:50:40.844 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.846 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-05-14 00:50:40.848 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.850 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-05-14 00:50:40.852 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.854 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-05-14 00:50:40.856 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.858 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-05-14 00:50:40.860 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.861 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-05-14 00:50:40.863 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.865 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-05-14 00:50:40.867 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.869 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-05-14 00:50:40.871 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:50:40.873 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-05-14 00:50:40.876 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2025-05-14 00:50:40.878 | + stack.sh:main:1074 : start_dstat 2025-05-14 00:50:40.879 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-05-14 00:50:40.882 | + functions-common:run_process:1689 : local service=dstat 2025-05-14 00:50:40.884 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-05-14 00:50:40.886 | + functions-common:run_process:1691 : local group= 2025-05-14 00:50:40.888 | + functions-common:run_process:1692 : local user= 2025-05-14 00:50:40.890 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:50:40.893 | + functions-common:run_process:1695 : local name=dstat 2025-05-14 00:50:40.895 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:50:40.897 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:50:40.899 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:40.902 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:40.905 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:40.909 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183840906 2025-05-14 00:50:40.911 | + functions-common:run_process:1698 : is_service_enabled dstat 2025-05-14 00:50:40.926 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:40.928 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:50:40.931 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:40.933 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:40.935 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:40.937 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:40.939 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:40.941 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:50:40.943 | + functions-common:time_stop:2442 : start_time=1747183840906 2025-05-14 00:50:40.946 | + functions-common:time_stop:2444 : [[ -z 1747183840906 ]] 2025-05-14 00:50:40.949 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:40.952 | + functions-common:time_stop:2447 : end_time=1747183840950 2025-05-14 00:50:40.954 | + functions-common:time_stop:2448 : elapsed_time=44 2025-05-14 00:50:40.956 | + functions-common:time_stop:2449 : total=0 2025-05-14 00:50:40.958 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:40.960 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=44 2025-05-14 00:50:40.962 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-05-14 00:50:40.965 | + functions-common:run_process:1689 : local service=memory_tracker 2025-05-14 00:50:40.967 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-05-14 00:50:40.969 | + functions-common:run_process:1691 : local group= 2025-05-14 00:50:40.971 | + functions-common:run_process:1692 : local user=root 2025-05-14 00:50:40.974 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:50:40.976 | + functions-common:run_process:1695 : local name=memory_tracker 2025-05-14 00:50:40.978 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:50:40.980 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:50:40.982 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:40.984 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:40.987 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:40.991 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183840989 2025-05-14 00:50:40.993 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2025-05-14 00:50:41.008 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:41.011 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:50:41.013 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:41.015 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:41.017 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:41.019 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:41.022 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:41.024 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:50:41.026 | + functions-common:time_stop:2442 : start_time=1747183840989 2025-05-14 00:50:41.028 | + functions-common:time_stop:2444 : [[ -z 1747183840989 ]] 2025-05-14 00:50:41.031 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:41.034 | + functions-common:time_stop:2447 : end_time=1747183841032 2025-05-14 00:50:41.036 | + functions-common:time_stop:2448 : elapsed_time=43 2025-05-14 00:50:41.039 | + functions-common:time_stop:2449 : total=44 2025-05-14 00:50:41.041 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:41.043 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=87 2025-05-14 00:50:41.045 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-05-14 00:50:41.060 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:41.062 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-05-14 00:50:41.065 | + functions-common:run_process:1689 : local service=file_tracker 2025-05-14 00:50:41.067 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-05-14 00:50:41.069 | + functions-common:run_process:1691 : local group= 2025-05-14 00:50:41.071 | + functions-common:run_process:1692 : local user= 2025-05-14 00:50:41.073 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:50:41.075 | + functions-common:run_process:1695 : local name=file_tracker 2025-05-14 00:50:41.077 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:50:41.080 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:50:41.082 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:41.084 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:41.088 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:41.091 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183841089 2025-05-14 00:50:41.094 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2025-05-14 00:50:41.109 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:41.111 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:50:41.114 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:41.116 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:41.119 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:41.121 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:41.123 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:41.126 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:50:41.129 | + functions-common:time_stop:2442 : start_time=1747183841089 2025-05-14 00:50:41.131 | + functions-common:time_stop:2444 : [[ -z 1747183841089 ]] 2025-05-14 00:50:41.134 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:41.138 | + functions-common:time_stop:2447 : end_time=1747183841135 2025-05-14 00:50:41.140 | + functions-common:time_stop:2448 : elapsed_time=46 2025-05-14 00:50:41.143 | + functions-common:time_stop:2449 : total=87 2025-05-14 00:50:41.145 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:41.147 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=133 2025-05-14 00:50:41.149 | + stack.sh:main:1078 : is_service_enabled tcpdump 2025-05-14 00:50:41.165 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:41.167 | + stack.sh:main:1086 : is_service_enabled etcd3 2025-05-14 00:50:41.183 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:41.185 | + stack.sh:main:1087 : start_etcd3 2025-05-14 00:50:41.187 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-05-14 00:50:41.189 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-05-14 00:50:41.192 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-05-14 00:50:41.194 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-05-14 00:50:41.197 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-05-14 00:50:41.199 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-05-14 00:50:41.201 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-05-14 00:50:41.203 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-05-14 00:50:41.205 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-05-14 00:50:41.208 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-05-14 00:50:41.210 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-05-14 00:50:41.212 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-05-14 00:50:41.215 | + 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 2025-05-14 00:50:41.217 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2025-05-14 00:50:41.219 | + 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' 2025-05-14 00:50:41.221 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:50:41.223 | + functions-common:write_user_unit_file:1561 : local user=root 2025-05-14 00:50:41.225 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:50:41.227 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:50:41.229 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:50:41.231 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-05-14 00:50:41.233 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:50:41.237 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-05-14 00:50:41.302 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-05-14 00:50:41.366 | + 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' 2025-05-14 00:50:41.413 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-05-14 00:50:41.462 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-05-14 00:50:41.513 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:50:41.562 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:50:41.564 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:50:41.567 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-05-14 00:50:41.622 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:50:41.880 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-05-14 00:50:41.933 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-05-14 00:50:41.983 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-05-14 00:50:42.041 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-05-14 00:50:42.090 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-05-14 00:50:42.093 | ++ functions-common:is_arch:507 : uname -m 2025-05-14 00:50:42.097 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-05-14 00:50:42.099 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-05-14 00:50:42.362 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-05-14 00:50:42.375 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-05-14 00:50:42.606 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-05-14 00:50:43.069 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2025-05-14 00:50:43.084 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:43.086 | + stack.sh:main:1098 : write_clouds_yaml 2025-05-14 00:50:43.089 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-05-14 00:50:43.092 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-05-14 00:50:43.095 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-05-14 00:50:43.106 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-05-14 00:50:43.116 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-05-14 00:50:43.118 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-05-14 00:50:43.121 | + 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 2025-05-14 00:50:43.168 | The user clouds.yaml file didn't exist. 2025-05-14 00:50:43.176 | + 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 2025-05-14 00:50:43.235 | + 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 2025-05-14 00:50:43.294 | + 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 2025-05-14 00:50:43.355 | + 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 2025-05-14 00:50:43.416 | + 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 2025-05-14 00:50:43.478 | + 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 2025-05-14 00:50:43.545 | + 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 2025-05-14 00:50:43.613 | + 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 2025-05-14 00:50:43.680 | + 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 2025-05-14 00:50:43.749 | + functions-common:write_clouds_yaml:198 : cat 2025-05-14 00:50:43.753 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-05-14 00:50:43.756 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-05-14 00:50:43.758 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-05-14 00:50:43.762 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2025-05-14 00:50:43.764 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2025-05-14 00:50:43.767 | + stack.sh:main:1101 : is_service_enabled keystone 2025-05-14 00:50:43.781 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:43.783 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2025-05-14 00:50:43.786 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:50:43.788 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2025-05-14 00:50:43.790 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-05-14 00:50:43.792 | + stack.sh:main:1105 : init_keystone 2025-05-14 00:50:43.795 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-05-14 00:50:43.808 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:43.810 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-05-14 00:50:43.812 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-05-14 00:50:43.814 | + lib/database:recreate_database:112 : local db=keystone 2025-05-14 00:50:43.816 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-05-14 00:50:43.818 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2025-05-14 00:50:43.821 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-05-14 00:50:43.830 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-05-14 00:50:43.839 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-05-14 00:50:43.842 | + functions-common:time_start:2421 : local name=dbsync 2025-05-14 00:50:43.844 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:43.846 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:43.849 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:43.852 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183843850 2025-05-14 00:50:43.855 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-05-14 00:50:45.725 | 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=36459) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:50:45.730 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-05-14 00:50:45.730 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-05-14 00:50:45.731 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:50:45.732 | 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=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:50:45.732 | 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=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:50:45.732 | 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=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:50:45.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:50:45.733 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-05-14 00:50:45.733 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=36459) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-05-14 00:50:45.744 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-05-14 00:50:45.744 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-05-14 00:50:45.778 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-05-14 00:50:46.483 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36459) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-05-14 00:50:46.485 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-05-14 00:50:46.485 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36459) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:50:46.486 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-05-14 00:50:46.486 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36459) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-05-14 00:50:46.824 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-05-14 00:50:46.826 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:46.828 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:46.831 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:46.833 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:46.835 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:46.837 | + functions-common:time_stop:2441 : name=dbsync 2025-05-14 00:50:46.839 | + functions-common:time_stop:2442 : start_time=1747183843850 2025-05-14 00:50:46.841 | + functions-common:time_stop:2444 : [[ -z 1747183843850 ]] 2025-05-14 00:50:46.844 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:46.847 | + functions-common:time_stop:2447 : end_time=1747183846845 2025-05-14 00:50:46.849 | + functions-common:time_stop:2448 : elapsed_time=2995 2025-05-14 00:50:46.851 | + functions-common:time_stop:2449 : total=0 2025-05-14 00:50:46.853 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:46.856 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2995 2025-05-14 00:50:46.857 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-05-14 00:50:46.860 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-05-14 00:50:46.863 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-05-14 00:50:48.551 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-05-14 00:50:48.551 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-05-14 00:50:48.551 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-05-14 00:50:48.551 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-05-14 00:50:48.552 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-05-14 00:50:48.552 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-05-14 00:50:48.552 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-05-14 00:50:48.552 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-05-14 00:50:48.552 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-05-14 00:50:48.893 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-05-14 00:50:48.896 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-05-14 00:50:50.591 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-05-14 00:50:50.592 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-05-14 00:50:50.592 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-05-14 00:50:50.592 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-05-14 00:50:50.593 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-05-14 00:50:50.593 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-05-14 00:50:50.593 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-05-14 00:50:50.593 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-05-14 00:50:50.593 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-05-14 00:50:50.958 | + stack.sh:main:1106 : start_keystone 2025-05-14 00:50:50.960 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-05-14 00:50:50.962 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-05-14 00:50:50.964 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-05-14 00:50:50.977 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:50.979 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-05-14 00:50:50.983 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-05-14 00:50:50.986 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-05-14 00:50:50.988 | + functions-common:run_process:1689 : local service=keystone 2025-05-14 00:50:50.990 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-05-14 00:50:50.992 | + functions-common:run_process:1691 : local group= 2025-05-14 00:50:50.994 | + functions-common:run_process:1692 : local user= 2025-05-14 00:50:50.996 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:50:50.998 | + functions-common:run_process:1695 : local name=keystone 2025-05-14 00:50:51.000 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:50:51.002 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:50:51.004 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:51.006 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:51.008 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:51.011 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183851009 2025-05-14 00:50:51.014 | + functions-common:run_process:1698 : is_service_enabled keystone 2025-05-14 00:50:51.026 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:50:51.029 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-05-14 00:50:51.031 | + functions-common:_run_under_systemd:1649 : local service=keystone 2025-05-14 00:50:51.033 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-05-14 00:50:51.035 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-05-14 00:50:51.037 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-05-14 00:50:51.038 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-05-14 00:50:51.040 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-05-14 00:50:51.042 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-05-14 00:50:51.044 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2025-05-14 00:50:51.046 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:50:51.048 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:50:51.050 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:50:51.052 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:50:51.054 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-05-14 00:50:51.056 | + 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 '' 2025-05-14 00:50:51.058 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2025-05-14 00:50:51.060 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-05-14 00:50:51.062 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-05-14 00:50:51.063 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-05-14 00:50:51.065 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-05-14 00:50:51.067 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-05-14 00:50:51.069 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-05-14 00:50:51.072 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-05-14 00:50:51.123 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-05-14 00:50:51.175 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-05-14 00:50:51.220 | + 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' 2025-05-14 00:50:51.268 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:50:51.312 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-05-14 00:50:51.356 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-05-14 00:50:51.402 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-05-14 00:50:51.447 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-05-14 00:50:51.491 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-05-14 00:50:51.535 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-05-14 00:50:51.538 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-05-14 00:50:51.539 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-05-14 00:50:51.592 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-05-14 00:50:51.854 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2025-05-14 00:50:51.864 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-05-14 00:50:52.108 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2025-05-14 00:50:52.176 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:50:52.178 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:52.180 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:52.182 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:52.184 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:52.186 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:52.188 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:50:52.190 | + functions-common:time_stop:2442 : start_time=1747183851009 2025-05-14 00:50:52.192 | + functions-common:time_stop:2444 : [[ -z 1747183851009 ]] 2025-05-14 00:50:52.194 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:52.198 | + functions-common:time_stop:2447 : end_time=1747183852195 2025-05-14 00:50:52.200 | + functions-common:time_stop:2448 : elapsed_time=1186 2025-05-14 00:50:52.202 | + functions-common:time_stop:2449 : total=133 2025-05-14 00:50:52.203 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:52.205 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1319 2025-05-14 00:50:52.211 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-05-14 00:50:52.211 | Waiting for keystone to start... 2025-05-14 00:50:52.213 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-05-14 00:50:52.215 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-05-14 00:50:52.219 | + functions:wait_for_service:468 : local timeout=60 2025-05-14 00:50:52.220 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-05-14 00:50:52.223 | + functions:wait_for_service:470 : local rval=0 2025-05-14 00:50:52.225 | + functions:wait_for_service:471 : time_start wait_for_service 2025-05-14 00:50:52.227 | + functions-common:time_start:2421 : local name=wait_for_service 2025-05-14 00:50:52.229 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:50:52.231 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:50:52.234 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:50:52.237 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183852235 2025-05-14 00:50:52.239 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-05-14 00:50:52.243 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-05-14 00:50:53.189 | ++ inc/async:async_inner:64 : rc=0 2025-05-14 00:50:53.208 | [34048 Async install_tempest:34048]: finished successfully 2025-05-14 00:50:54.682 | + :: : [[ 200 == 503 ]] 2025-05-14 00:50:54.683 | + :: : [[ 0 -eq 7 ]] 2025-05-14 00:50:54.686 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-05-14 00:50:54.688 | + functions-common:time_stop:2435 : local name 2025-05-14 00:50:54.691 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:50:54.693 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:50:54.695 | + functions-common:time_stop:2438 : local total 2025-05-14 00:50:54.697 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:50:54.699 | + functions-common:time_stop:2441 : name=wait_for_service 2025-05-14 00:50:54.701 | + functions-common:time_stop:2442 : start_time=1747183852235 2025-05-14 00:50:54.703 | + functions-common:time_stop:2444 : [[ -z 1747183852235 ]] 2025-05-14 00:50:54.707 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:50:54.710 | + functions-common:time_stop:2447 : end_time=1747183854707 2025-05-14 00:50:54.712 | + functions-common:time_stop:2448 : elapsed_time=2472 2025-05-14 00:50:54.714 | + functions-common:time_stop:2449 : total=0 2025-05-14 00:50:54.716 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:50:54.718 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2472 2025-05-14 00:50:54.720 | + functions:wait_for_service:478 : return 0 2025-05-14 00:50:54.722 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-05-14 00:50:54.736 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:50:54.738 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-05-14 00:50:54.740 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-05-14 00:50:54.742 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2025-05-14 00:50:56.269 | + stack.sh:main:1107 : bootstrap_keystone 2025-05-14 00:50:56.271 | + 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 2025-05-14 00:50:57.983 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:57.983 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:57.983 | 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=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:57.986 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:57.995 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:57.995 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.011 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.027 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.027 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.145 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.145 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.145 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.145 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.145 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.145 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.151 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.151 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.152 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.152 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.152 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.152 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.152 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.157 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37277) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-05-14 00:50:58.174 | 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=37277) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:50:58.279 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created domain default 2025-05-14 00:50:58.302 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created project admin 2025-05-14 00:50:58.317 | WARNING keystone.common.password_hashing [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-05-14 00:50:58.317 | DEBUG passlib.handlers.bcrypt [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=37277) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2025-05-14 00:50:58.318 | DEBUG passlib.handlers.bcrypt [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37277) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2025-05-14 00:50:58.352 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created user admin 2025-05-14 00:50:58.358 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created role reader 2025-05-14 00:50:58.366 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created role member 2025-05-14 00:50:58.378 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created implied role where b3a028a593cd4a6c86f8674581b21fcc implies 471e589f19a64a60932fe568f9b886e0 2025-05-14 00:50:58.383 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created role admin 2025-05-14 00:50:58.390 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created implied role where f34b3dc85d834368bf3bbb4e6b815042 implies b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:50:58.397 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Granted role admin on project admin to user admin. 2025-05-14 00:50:58.400 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Granted role admin on the system to user admin. 2025-05-14 00:50:58.406 | WARNING py.warnings [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b 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. 2025-05-14 00:50:58.406 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-05-14 00:50:58.406 |  2025-05-14 00:50:58.407 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created region RegionOne 2025-05-14 00:50:58.423 | INFO keystone.cmd.bootstrap [None req-6163f977-a62a-4baa-80f5-c69ab3dc168b None None] Created public endpoint http://10.180.1.21/identity 2025-05-14 00:50:58.819 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-05-14 00:50:58.821 | + stack.sh:main:1110 : create_keystone_accounts 2025-05-14 00:50:58.823 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-05-14 00:50:58.826 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-05-14 00:51:00.470 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:00.472 | + lib/keystone:create_keystone_accounts:315 : admin_project=b4cc8d13a7354de8be4a029915d283ac 2025-05-14 00:51:00.474 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-05-14 00:51:00.477 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-05-14 00:51:01.730 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:01.732 | + lib/keystone:create_keystone_accounts:317 : admin_user=556558fd3790414fac404832074e3013 2025-05-14 00:51:01.735 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-05-14 00:51:01.737 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-05-14 00:51:01.739 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-05-14 00:51:01.741 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 556558fd3790414fac404832074e3013 default 2025-05-14 00:51:01.788 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 556558fd3790414fac404832074e3013 default 2025-05-14 00:51:01.817 | [4206 Async ks-domain-role:37401]: running: get_or_add_user_domain_role admin 556558fd3790414fac404832074e3013 default 2025-05-14 00:51:01.820 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-05-14 00:51:01.822 | + functions-common:get_or_create_domain:895 : local domain_id 2025-05-14 00:51:01.824 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-05-14 00:51:03.353 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:03.355 | + functions-common:get_or_create_domain:900 : domain_id=default 2025-05-14 00:51:03.357 | + functions-common:get_or_create_domain:901 : echo default 2025-05-14 00:51:03.357 | default 2025-05-14 00:51:03.359 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-05-14 00:51:03.413 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-05-14 00:51:03.444 | [4206 Async ks-project:37511]: running: get_or_create_project service Default 2025-05-14 00:51:03.446 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-05-14 00:51:03.493 | + inc/async:async_inner:63 : get_or_create_role service 2025-05-14 00:51:03.525 | [4206 Async ks-service:37623]: running: get_or_create_role service 2025-05-14 00:51:03.527 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-05-14 00:51:03.577 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-05-14 00:51:03.607 | [4206 Async ks-reseller:37719]: running: get_or_create_role ResellerAdmin 2025-05-14 00:51:03.609 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-05-14 00:51:03.611 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-05-14 00:51:03.662 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-05-14 00:51:03.692 | [4206 Async ks-anotherrole:37816]: running: get_or_create_role anotherrole 2025-05-14 00:51:03.693 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-05-14 00:51:03.696 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-05-14 00:51:03.698 | ++ functions-common:get_or_create_project:945 : local project_id 2025-05-14 00:51:03.701 | +++ 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 2025-05-14 00:51:04.874 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:04.895 | [37623 Async ks-service:37623]: finished successfully 2025-05-14 00:51:05.061 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:05.080 | [37511 Async ks-project:37511]: finished successfully 2025-05-14 00:51:05.135 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:05.155 | [37719 Async ks-reseller:37719]: finished successfully 2025-05-14 00:51:05.224 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:05.245 | [37816 Async ks-anotherrole:37816]: finished successfully 2025-05-14 00:51:05.300 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:05.319 | [37401 Async ks-domain-role:37401]: finished successfully 2025-05-14 00:51:05.450 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:05.453 | ++ functions-common:get_or_create_project:951 : project_id=42c6413ea6084be684e24c766669ac72 2025-05-14 00:51:05.455 | ++ functions-common:get_or_create_project:952 : echo 42c6413ea6084be684e24c766669ac72 2025-05-14 00:51:05.458 | + lib/keystone:create_keystone_accounts:345 : invis_project=42c6413ea6084be684e24c766669ac72 2025-05-14 00:51:05.459 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-05-14 00:51:05.462 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-05-14 00:51:05.464 | ++ functions-common:get_or_create_project:945 : local project_id 2025-05-14 00:51:05.467 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-05-14 00:51:06.855 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:06.858 | ++ functions-common:get_or_create_project:951 : project_id=5252407094904599bedae0119ad574df 2025-05-14 00:51:06.860 | ++ functions-common:get_or_create_project:952 : echo 5252407094904599bedae0119ad574df 2025-05-14 00:51:06.863 | + lib/keystone:create_keystone_accounts:349 : demo_project=5252407094904599bedae0119ad574df 2025-05-14 00:51:06.865 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-05-14 00:51:06.867 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-05-14 00:51:06.869 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:06.871 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2025-05-14 00:51:06.872 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2025-05-14 00:51:06.875 | +++ 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 2025-05-14 00:51:08.335 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:08.337 | ++ functions-common:get_or_create_user:938 : user_id=07f43f8f4b3548a284e78e17719c7e70 2025-05-14 00:51:08.339 | ++ functions-common:get_or_create_user:939 : echo 07f43f8f4b3548a284e78e17719c7e70 2025-05-14 00:51:08.342 | + lib/keystone:create_keystone_accounts:352 : demo_user=07f43f8f4b3548a284e78e17719c7e70 2025-05-14 00:51:08.344 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-05-14 00:51:08.380 | [4206 Async ks-domain-role:37401]: Waiting for completion of get_or_add_user_domain_role admin 556558fd3790414fac404832074e3013 default running on PID 37401 (6 other jobs running) 2025-05-14 00:51:08.397 | [4206 Async ks-domain-role:37401]: Signaling child to exit 2025-05-14 00:51:08.398 | WAKEUP 2025-05-14 00:51:08.414 | [4206 Async ks-domain-role:37401]: Signaled 2025-05-14 00:51:08.415 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2025-05-14 00:51:08.415 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 556558fd3790414fac404832074e3013 --domain default 2025-05-14 00:51:08.415 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 556558fd3790414fac404832074e3013 --domain default -c Role -f value 2025-05-14 00:51:08.415 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:08.415 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:08.415 | + functions-common:get_or_add_user_domain_role:1022 : echo f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:08.415 | f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:08.446 | [4206 Async ks-domain-role:37401]: finished get_or_add_user_domain_role admin 556558fd3790414fac404832074e3013 default with result 0 in 3 seconds 2025-05-14 00:51:08.451 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-05-14 00:51:08.476 | [4206 Async ks-project:37511]: Waiting for completion of get_or_create_project service Default running on PID 37511 (5 other jobs running) 2025-05-14 00:51:08.495 | [4206 Async ks-project:37511]: Signaling child to exit 2025-05-14 00:51:08.495 | WAKEUP 2025-05-14 00:51:08.511 | [4206 Async ks-project:37511]: Signaled 2025-05-14 00:51:08.512 | + functions-common:get_or_create_project:945 : local project_id 2025-05-14 00:51:08.512 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-05-14 00:51:08.512 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:08.512 | + functions-common:get_or_create_project:951 : project_id=ec9c81c9649e4dc99f5ccd5cc62ce0cb 2025-05-14 00:51:08.512 | + functions-common:get_or_create_project:952 : echo ec9c81c9649e4dc99f5ccd5cc62ce0cb 2025-05-14 00:51:08.512 | ec9c81c9649e4dc99f5ccd5cc62ce0cb 2025-05-14 00:51:08.544 | [4206 Async ks-project:37511]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-05-14 00:51:08.570 | [4206 Async ks-service:37623]: Waiting for completion of get_or_create_role service running on PID 37623 (4 other jobs running) 2025-05-14 00:51:08.587 | [4206 Async ks-service:37623]: Signaling child to exit 2025-05-14 00:51:08.587 | WAKEUP 2025-05-14 00:51:08.603 | [4206 Async ks-service:37623]: Signaled 2025-05-14 00:51:08.604 | + functions-common:get_or_create_role:958 : local role_id 2025-05-14 00:51:08.604 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-05-14 00:51:08.604 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:08.604 | + functions-common:get_or_create_role:963 : role_id=1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:08.604 | + functions-common:get_or_create_role:964 : echo 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:08.604 | 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:08.636 | [4206 Async ks-service:37623]: finished get_or_create_role service with result 0 in 1 seconds 2025-05-14 00:51:08.663 | [4206 Async ks-reseller:37719]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 37719 (3 other jobs running) 2025-05-14 00:51:08.680 | [4206 Async ks-reseller:37719]: Signaling child to exit 2025-05-14 00:51:08.680 | WAKEUP 2025-05-14 00:51:08.696 | [4206 Async ks-reseller:37719]: Signaled 2025-05-14 00:51:08.697 | + functions-common:get_or_create_role:958 : local role_id 2025-05-14 00:51:08.697 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-05-14 00:51:08.697 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:08.697 | + functions-common:get_or_create_role:963 : role_id=cff402dcc300434a937ff2d33e3fa6a8 2025-05-14 00:51:08.697 | + functions-common:get_or_create_role:964 : echo cff402dcc300434a937ff2d33e3fa6a8 2025-05-14 00:51:08.697 | cff402dcc300434a937ff2d33e3fa6a8 2025-05-14 00:51:08.728 | [4206 Async ks-reseller:37719]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-05-14 00:51:08.754 | [4206 Async ks-anotherrole:37816]: Waiting for completion of get_or_create_role anotherrole running on PID 37816 (2 other jobs running) 2025-05-14 00:51:08.772 | [4206 Async ks-anotherrole:37816]: Signaling child to exit 2025-05-14 00:51:08.772 | WAKEUP 2025-05-14 00:51:08.789 | [4206 Async ks-anotherrole:37816]: Signaled 2025-05-14 00:51:08.789 | + functions-common:get_or_create_role:958 : local role_id 2025-05-14 00:51:08.789 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-05-14 00:51:08.789 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:08.789 | + functions-common:get_or_create_role:963 : role_id=e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:08.789 | + functions-common:get_or_create_role:964 : echo e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:08.789 | e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:08.822 | [4206 Async ks-anotherrole:37816]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-05-14 00:51:08.825 | + inc/async:async_wait:197 : return 0 2025-05-14 00:51:08.827 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df 2025-05-14 00:51:08.876 | + inc/async:async_inner:63 : get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df 2025-05-14 00:51:08.905 | [4206 Async ks-demo-member:38659]: running: get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df 2025-05-14 00:51:08.907 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 556558fd3790414fac404832074e3013 5252407094904599bedae0119ad574df 2025-05-14 00:51:08.955 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 556558fd3790414fac404832074e3013 5252407094904599bedae0119ad574df 2025-05-14 00:51:08.985 | [4206 Async ks-demo-admin:38755]: running: get_or_add_user_project_role admin 556558fd3790414fac404832074e3013 5252407094904599bedae0119ad574df 2025-05-14 00:51:08.987 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df 2025-05-14 00:51:09.035 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df 2025-05-14 00:51:09.068 | [4206 Async ks-demo-another:38852]: running: get_or_add_user_project_role anotherrole 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df 2025-05-14 00:51:09.070 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 42c6413ea6084be684e24c766669ac72 2025-05-14 00:51:09.118 | + inc/async:async_inner:63 : get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 42c6413ea6084be684e24c766669ac72 2025-05-14 00:51:09.151 | [4206 Async ks-demo-invis:38949]: running: get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 42c6413ea6084be684e24c766669ac72 2025-05-14 00:51:09.153 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-05-14 00:51:09.155 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-05-14 00:51:09.157 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:09.159 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2025-05-14 00:51:09.161 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2025-05-14 00:51:09.164 | +++ 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 2025-05-14 00:51:10.750 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:10.752 | ++ functions-common:get_or_create_user:938 : user_id=c2916e9a0eda4e4d8c6cc31d18084695 2025-05-14 00:51:10.755 | ++ functions-common:get_or_create_user:939 : echo c2916e9a0eda4e4d8c6cc31d18084695 2025-05-14 00:51:10.757 | + lib/keystone:create_keystone_accounts:365 : demo_reader=c2916e9a0eda4e4d8c6cc31d18084695 2025-05-14 00:51:10.759 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader c2916e9a0eda4e4d8c6cc31d18084695 5252407094904599bedae0119ad574df 2025-05-14 00:51:10.820 | + inc/async:async_inner:63 : get_or_add_user_project_role reader c2916e9a0eda4e4d8c6cc31d18084695 5252407094904599bedae0119ad574df 2025-05-14 00:51:10.852 | [4206 Async ks-demo-reader:39105]: running: get_or_add_user_project_role reader c2916e9a0eda4e4d8c6cc31d18084695 5252407094904599bedae0119ad574df 2025-05-14 00:51:10.854 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-05-14 00:51:10.858 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-05-14 00:51:10.860 | ++ functions-common:get_or_create_project:945 : local project_id 2025-05-14 00:51:10.863 | +++ 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 2025-05-14 00:51:12.496 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:12.499 | ++ functions-common:get_or_create_project:951 : project_id=f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:12.501 | ++ functions-common:get_or_create_project:952 : echo f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:12.503 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:12.505 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-05-14 00:51:12.508 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-05-14 00:51:12.510 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:12.512 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2025-05-14 00:51:12.514 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2025-05-14 00:51:12.517 | +++ 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 2025-05-14 00:51:12.628 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:12.649 | [38659 Async ks-demo-member:38659]: finished successfully 2025-05-14 00:51:12.989 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:13.017 | [38755 Async ks-demo-admin:38755]: finished successfully 2025-05-14 00:51:13.140 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:13.148 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:13.161 | [38949 Async ks-demo-invis:38949]: finished successfully 2025-05-14 00:51:13.168 | [38852 Async ks-demo-another:38852]: finished successfully 2025-05-14 00:51:13.944 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:13.947 | ++ functions-common:get_or_create_user:938 : user_id=6a03109f251f4d40bc549e1a9b5ce2fb 2025-05-14 00:51:13.949 | ++ functions-common:get_or_create_user:939 : echo 6a03109f251f4d40bc549e1a9b5ce2fb 2025-05-14 00:51:13.952 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=6a03109f251f4d40bc549e1a9b5ce2fb 2025-05-14 00:51:13.954 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:14.004 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:14.034 | [4206 Async ks-alt-admin:39512]: running: get_or_add_user_project_role admin 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:14.036 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:14.085 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:14.117 | [4206 Async ks-alt-another:39608]: running: get_or_add_user_project_role anotherrole 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:14.120 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-05-14 00:51:14.122 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-05-14 00:51:14.125 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:14.127 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2025-05-14 00:51:14.129 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2025-05-14 00:51:14.132 | +++ 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 2025-05-14 00:51:14.534 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:14.553 | [39105 Async ks-demo-reader:39105]: finished successfully 2025-05-14 00:51:15.582 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:15.585 | ++ functions-common:get_or_create_user:938 : user_id=bf850d715abf40b6b69a1bceb809e81a 2025-05-14 00:51:15.587 | ++ functions-common:get_or_create_user:939 : echo bf850d715abf40b6b69a1bceb809e81a 2025-05-14 00:51:15.589 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=bf850d715abf40b6b69a1bceb809e81a 2025-05-14 00:51:15.591 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member bf850d715abf40b6b69a1bceb809e81a f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:15.642 | + inc/async:async_inner:63 : get_or_add_user_project_role member bf850d715abf40b6b69a1bceb809e81a f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:15.674 | [4206 Async ks-alt-member-user:39785]: running: get_or_add_user_project_role member bf850d715abf40b6b69a1bceb809e81a f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:15.677 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-05-14 00:51:15.680 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-05-14 00:51:15.682 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:15.684 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2025-05-14 00:51:15.686 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2025-05-14 00:51:15.688 | +++ 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 2025-05-14 00:51:17.184 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:17.186 | ++ functions-common:get_or_create_user:938 : user_id=cab6e369c3fe4582920e200c2959142e 2025-05-14 00:51:17.189 | ++ functions-common:get_or_create_user:939 : echo cab6e369c3fe4582920e200c2959142e 2025-05-14 00:51:17.191 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=cab6e369c3fe4582920e200c2959142e 2025-05-14 00:51:17.193 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader cab6e369c3fe4582920e200c2959142e f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:17.244 | + inc/async:async_inner:63 : get_or_add_user_project_role reader cab6e369c3fe4582920e200c2959142e f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:17.276 | [4206 Async ks-alt-reader-user:39960]: running: get_or_add_user_project_role reader cab6e369c3fe4582920e200c2959142e f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:17.279 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-05-14 00:51:17.282 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:17.284 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2025-05-14 00:51:17.286 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2025-05-14 00:51:17.289 | +++ 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 2025-05-14 00:51:17.569 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:17.587 | [39512 Async ks-alt-admin:39512]: finished successfully 2025-05-14 00:51:17.637 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:17.656 | [39608 Async ks-alt-another:39608]: finished successfully 2025-05-14 00:51:18.743 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:18.746 | ++ functions-common:get_or_create_user:938 : user_id=6be88d8f218649f0aa283ec9cbba9b45 2025-05-14 00:51:18.748 | ++ functions-common:get_or_create_user:939 : echo 6be88d8f218649f0aa283ec9cbba9b45 2025-05-14 00:51:18.751 | + lib/keystone:create_keystone_accounts:397 : system_member_user=6be88d8f218649f0aa283ec9cbba9b45 2025-05-14 00:51:18.753 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 6be88d8f218649f0aa283ec9cbba9b45 all 2025-05-14 00:51:18.804 | + inc/async:async_inner:63 : get_or_add_user_system_role member 6be88d8f218649f0aa283ec9cbba9b45 all 2025-05-14 00:51:18.836 | [4206 Async ks-system-member:40193]: running: get_or_add_user_system_role member 6be88d8f218649f0aa283ec9cbba9b45 all 2025-05-14 00:51:18.839 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-05-14 00:51:18.842 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:18.844 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2025-05-14 00:51:18.846 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2025-05-14 00:51:18.848 | +++ 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 2025-05-14 00:51:19.153 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:19.171 | [39785 Async ks-alt-member-user:39785]: finished successfully 2025-05-14 00:51:20.244 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:20.247 | ++ functions-common:get_or_create_user:938 : user_id=eea00bedcb714cfaa4626cfd8b826195 2025-05-14 00:51:20.249 | ++ functions-common:get_or_create_user:939 : echo eea00bedcb714cfaa4626cfd8b826195 2025-05-14 00:51:20.252 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=eea00bedcb714cfaa4626cfd8b826195 2025-05-14 00:51:20.254 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader eea00bedcb714cfaa4626cfd8b826195 all 2025-05-14 00:51:20.305 | + inc/async:async_inner:63 : get_or_add_user_system_role reader eea00bedcb714cfaa4626cfd8b826195 all 2025-05-14 00:51:20.336 | [4206 Async ks-system-reader:40401]: running: get_or_add_user_system_role reader eea00bedcb714cfaa4626cfd8b826195 all 2025-05-14 00:51:20.339 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-05-14 00:51:20.342 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-05-14 00:51:20.344 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2025-05-14 00:51:20.346 | ++ functions-common:get_or_create_group:908 : local group_id 2025-05-14 00:51:20.349 | +++ 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 2025-05-14 00:51:20.663 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:20.682 | [39960 Async ks-alt-reader-user:39960]: finished successfully 2025-05-14 00:51:21.808 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:21.811 | ++ functions-common:get_or_create_group:915 : group_id=62f9eaab03d847708af3f8b691661768 2025-05-14 00:51:21.813 | ++ functions-common:get_or_create_group:916 : echo 62f9eaab03d847708af3f8b691661768 2025-05-14 00:51:21.815 | + lib/keystone:create_keystone_accounts:407 : admin_group=62f9eaab03d847708af3f8b691661768 2025-05-14 00:51:21.817 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-05-14 00:51:21.820 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-05-14 00:51:21.822 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2025-05-14 00:51:21.824 | ++ functions-common:get_or_create_group:908 : local group_id 2025-05-14 00:51:21.827 | +++ 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 2025-05-14 00:51:23.233 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:23.236 | ++ functions-common:get_or_create_group:915 : group_id=30fdaff2297a4e1c938690fab301a031 2025-05-14 00:51:23.237 | ++ functions-common:get_or_create_group:916 : echo 30fdaff2297a4e1c938690fab301a031 2025-05-14 00:51:23.240 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=30fdaff2297a4e1c938690fab301a031 2025-05-14 00:51:23.242 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.294 | + inc/async:async_inner:63 : get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.325 | [4206 Async ks-group-memberdemo:40668]: running: get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.328 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.382 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.412 | [4206 Async ks-group-anotherdemo:40747]: running: get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.414 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:23.465 | + inc/async:async_inner:63 : get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:23.503 | [4206 Async ks-group-memberalt:40827]: running: get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:23.505 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:23.511 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:23.534 | [40193 Async ks-system-member:40193]: finished successfully 2025-05-14 00:51:23.560 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:23.593 | [4206 Async ks-group-anotheralt:40965]: running: get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:23.598 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 62f9eaab03d847708af3f8b691661768 b4cc8d13a7354de8be4a029915d283ac 2025-05-14 00:51:23.648 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 62f9eaab03d847708af3f8b691661768 b4cc8d13a7354de8be4a029915d283ac 2025-05-14 00:51:23.681 | [4206 Async ks-group-admin:41046]: running: get_or_add_group_project_role admin 62f9eaab03d847708af3f8b691661768 b4cc8d13a7354de8be4a029915d283ac 2025-05-14 00:51:23.683 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-05-14 00:51:23.720 | [4206 Async ks-demo-member:38659]: Waiting for completion of get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df running on PID 38659 (17 other jobs running) 2025-05-14 00:51:23.738 | [4206 Async ks-demo-member:38659]: Signaling child to exit 2025-05-14 00:51:23.738 | WAKEUP 2025-05-14 00:51:23.754 | [4206 Async ks-demo-member:38659]: Signaled 2025-05-14 00:51:23.755 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:23.755 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:23.755 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:23.755 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:23.755 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:23.755 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:23.755 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:23.755 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:23.755 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:23.755 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 07f43f8f4b3548a284e78e17719c7e70 --project 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.755 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 07f43f8f4b3548a284e78e17719c7e70 --project 5252407094904599bedae0119ad574df -c Role -f value 2025-05-14 00:51:23.755 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:23.755 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:23.755 | + functions-common:get_or_add_user_project_role:1003 : echo b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:23.755 | b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:23.787 | [4206 Async ks-demo-member:38659]: finished get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df with result 0 in 3 seconds 2025-05-14 00:51:23.814 | [4206 Async ks-demo-admin:38755]: Waiting for completion of get_or_add_user_project_role admin 556558fd3790414fac404832074e3013 5252407094904599bedae0119ad574df running on PID 38755 (16 other jobs running) 2025-05-14 00:51:23.833 | [4206 Async ks-demo-admin:38755]: Signaling child to exit 2025-05-14 00:51:23.833 | WAKEUP 2025-05-14 00:51:23.849 | [4206 Async ks-demo-admin:38755]: Signaled 2025-05-14 00:51:23.850 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:23.850 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:23.850 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:23.850 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:23.850 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:23.850 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:23.850 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:23.850 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:23.850 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:23.850 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 556558fd3790414fac404832074e3013 --project 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.850 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 556558fd3790414fac404832074e3013 --project 5252407094904599bedae0119ad574df -c Role -f value 2025-05-14 00:51:23.850 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:23.850 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:23.850 | + functions-common:get_or_add_user_project_role:1003 : echo f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:23.850 | f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:23.881 | [4206 Async ks-demo-admin:38755]: finished get_or_add_user_project_role admin 556558fd3790414fac404832074e3013 5252407094904599bedae0119ad574df with result 0 in 4 seconds 2025-05-14 00:51:23.908 | [4206 Async ks-demo-another:38852]: Waiting for completion of get_or_add_user_project_role anotherrole 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df running on PID 38852 (15 other jobs running) 2025-05-14 00:51:23.925 | [4206 Async ks-demo-another:38852]: Signaling child to exit 2025-05-14 00:51:23.926 | WAKEUP 2025-05-14 00:51:23.942 | [4206 Async ks-demo-another:38852]: Signaled 2025-05-14 00:51:23.943 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:23.943 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:23.943 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:23.943 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:23.943 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:23.943 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:23.943 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:23.943 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:23.943 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:23.943 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 07f43f8f4b3548a284e78e17719c7e70 --project 5252407094904599bedae0119ad574df 2025-05-14 00:51:23.943 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 07f43f8f4b3548a284e78e17719c7e70 --project 5252407094904599bedae0119ad574df -c Role -f value 2025-05-14 00:51:23.943 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:23.943 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:23.943 | + functions-common:get_or_add_user_project_role:1003 : echo e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:23.943 | e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:23.974 | [4206 Async ks-demo-another:38852]: finished get_or_add_user_project_role anotherrole 07f43f8f4b3548a284e78e17719c7e70 5252407094904599bedae0119ad574df with result 0 in 4 seconds 2025-05-14 00:51:24.000 | [4206 Async ks-demo-invis:38949]: Waiting for completion of get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 42c6413ea6084be684e24c766669ac72 running on PID 38949 (14 other jobs running) 2025-05-14 00:51:24.018 | [4206 Async ks-demo-invis:38949]: Signaling child to exit 2025-05-14 00:51:24.019 | WAKEUP 2025-05-14 00:51:24.035 | [4206 Async ks-demo-invis:38949]: Signaled 2025-05-14 00:51:24.036 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:24.036 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:24.036 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:24.036 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:24.036 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:24.036 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:24.036 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:24.036 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:24.036 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:24.036 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 07f43f8f4b3548a284e78e17719c7e70 --project 42c6413ea6084be684e24c766669ac72 2025-05-14 00:51:24.036 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 07f43f8f4b3548a284e78e17719c7e70 --project 42c6413ea6084be684e24c766669ac72 -c Role -f value 2025-05-14 00:51:24.036 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.036 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:24.036 | + functions-common:get_or_add_user_project_role:1003 : echo b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:24.036 | b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:24.067 | [4206 Async ks-demo-invis:38949]: finished get_or_add_user_project_role member 07f43f8f4b3548a284e78e17719c7e70 42c6413ea6084be684e24c766669ac72 with result 0 in 4 seconds 2025-05-14 00:51:24.093 | [4206 Async ks-demo-reader:39105]: Waiting for completion of get_or_add_user_project_role reader c2916e9a0eda4e4d8c6cc31d18084695 5252407094904599bedae0119ad574df running on PID 39105 (13 other jobs running) 2025-05-14 00:51:24.111 | [4206 Async ks-demo-reader:39105]: Signaling child to exit 2025-05-14 00:51:24.111 | WAKEUP 2025-05-14 00:51:24.126 | [4206 Async ks-demo-reader:39105]: Signaled 2025-05-14 00:51:24.127 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:24.127 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:24.127 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:24.127 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:24.127 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:24.127 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:24.127 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:24.128 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:24.128 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:24.128 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user c2916e9a0eda4e4d8c6cc31d18084695 --project 5252407094904599bedae0119ad574df 2025-05-14 00:51:24.128 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c2916e9a0eda4e4d8c6cc31d18084695 --project 5252407094904599bedae0119ad574df -c Role -f value 2025-05-14 00:51:24.128 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.128 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:24.128 | + functions-common:get_or_add_user_project_role:1003 : echo 471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:24.128 | 471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:24.171 | [4206 Async ks-demo-reader:39105]: finished get_or_add_user_project_role reader c2916e9a0eda4e4d8c6cc31d18084695 5252407094904599bedae0119ad574df with result 0 in 3 seconds 2025-05-14 00:51:24.174 | + inc/async:async_wait:197 : return 0 2025-05-14 00:51:24.176 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-05-14 00:51:24.213 | [4206 Async ks-alt-admin:39512]: Waiting for completion of get_or_add_user_project_role admin 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c running on PID 39512 (12 other jobs running) 2025-05-14 00:51:24.232 | [4206 Async ks-alt-admin:39512]: Signaling child to exit 2025-05-14 00:51:24.232 | WAKEUP 2025-05-14 00:51:24.248 | [4206 Async ks-alt-admin:39512]: Signaled 2025-05-14 00:51:24.248 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:24.248 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:24.248 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:24.248 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:24.248 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:24.248 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:24.248 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:24.248 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:24.248 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:24.248 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 6a03109f251f4d40bc549e1a9b5ce2fb --project f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:24.248 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 6a03109f251f4d40bc549e1a9b5ce2fb --project f53fc26f78c74bc883b8ae1fb271105c -c Role -f value 2025-05-14 00:51:24.249 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.249 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:24.249 | + functions-common:get_or_add_user_project_role:1003 : echo f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:24.249 | f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:24.280 | [4206 Async ks-alt-admin:39512]: finished get_or_add_user_project_role admin 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c with result 0 in 3 seconds 2025-05-14 00:51:24.306 | [4206 Async ks-alt-another:39608]: Waiting for completion of get_or_add_user_project_role anotherrole 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c running on PID 39608 (11 other jobs running) 2025-05-14 00:51:24.326 | [4206 Async ks-alt-another:39608]: Signaling child to exit 2025-05-14 00:51:24.326 | WAKEUP 2025-05-14 00:51:24.341 | [4206 Async ks-alt-another:39608]: Signaled 2025-05-14 00:51:24.342 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:24.342 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:24.342 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:24.342 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:24.342 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:24.342 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:24.342 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:24.342 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:24.342 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:24.342 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 6a03109f251f4d40bc549e1a9b5ce2fb --project f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:24.342 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 6a03109f251f4d40bc549e1a9b5ce2fb --project f53fc26f78c74bc883b8ae1fb271105c -c Role -f value 2025-05-14 00:51:24.342 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.342 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:24.342 | + functions-common:get_or_add_user_project_role:1003 : echo e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:24.342 | e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:24.378 | [4206 Async ks-alt-another:39608]: finished get_or_add_user_project_role anotherrole 6a03109f251f4d40bc549e1a9b5ce2fb f53fc26f78c74bc883b8ae1fb271105c with result 0 in 3 seconds 2025-05-14 00:51:24.408 | [4206 Async ks-alt-member-user:39785]: Waiting for completion of get_or_add_user_project_role member bf850d715abf40b6b69a1bceb809e81a f53fc26f78c74bc883b8ae1fb271105c running on PID 39785 (10 other jobs running) 2025-05-14 00:51:24.427 | [4206 Async ks-alt-member-user:39785]: Signaling child to exit 2025-05-14 00:51:24.428 | WAKEUP 2025-05-14 00:51:24.444 | [4206 Async ks-alt-member-user:39785]: Signaled 2025-05-14 00:51:24.445 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:24.445 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:24.445 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:24.445 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:24.445 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:24.445 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:24.445 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:24.445 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:24.445 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:24.445 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user bf850d715abf40b6b69a1bceb809e81a --project f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:24.445 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user bf850d715abf40b6b69a1bceb809e81a --project f53fc26f78c74bc883b8ae1fb271105c -c Role -f value 2025-05-14 00:51:24.445 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.445 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:24.445 | + functions-common:get_or_add_user_project_role:1003 : echo b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:24.445 | b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:24.495 | [4206 Async ks-alt-member-user:39785]: finished get_or_add_user_project_role member bf850d715abf40b6b69a1bceb809e81a f53fc26f78c74bc883b8ae1fb271105c with result 0 in 3 seconds 2025-05-14 00:51:24.526 | [4206 Async ks-alt-reader-user:39960]: Waiting for completion of get_or_add_user_project_role reader cab6e369c3fe4582920e200c2959142e f53fc26f78c74bc883b8ae1fb271105c running on PID 39960 (9 other jobs running) 2025-05-14 00:51:24.545 | [4206 Async ks-alt-reader-user:39960]: Signaling child to exit 2025-05-14 00:51:24.545 | WAKEUP 2025-05-14 00:51:24.567 | [4206 Async ks-alt-reader-user:39960]: Signaled 2025-05-14 00:51:24.567 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:24.567 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:24.568 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-05-14 00:51:24.568 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:24.568 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:24.568 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:24.568 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:24.568 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:24.568 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-05-14 00:51:24.568 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user cab6e369c3fe4582920e200c2959142e --project f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:24.568 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user cab6e369c3fe4582920e200c2959142e --project f53fc26f78c74bc883b8ae1fb271105c -c Role -f value 2025-05-14 00:51:24.568 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.568 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:24.568 | + functions-common:get_or_add_user_project_role:1003 : echo 471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:24.568 | 471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:24.601 | [4206 Async ks-alt-reader-user:39960]: finished get_or_add_user_project_role reader cab6e369c3fe4582920e200c2959142e f53fc26f78c74bc883b8ae1fb271105c with result 0 in 3 seconds 2025-05-14 00:51:24.603 | + inc/async:async_wait:197 : return 0 2025-05-14 00:51:24.605 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-05-14 00:51:24.651 | [4206 Async ks-system-member:40193]: Waiting for completion of get_or_add_user_system_role member 6be88d8f218649f0aa283ec9cbba9b45 all running on PID 40193 (8 other jobs running) 2025-05-14 00:51:24.671 | [4206 Async ks-system-member:40193]: Signaling child to exit 2025-05-14 00:51:24.671 | WAKEUP 2025-05-14 00:51:24.693 | [4206 Async ks-system-member:40193]: Signaled 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-05-14 00:51:24.693 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-05-14 00:51:24.693 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:24.693 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:24.693 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:24.693 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:24.693 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-05-14 00:51:24.693 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6be88d8f218649f0aa283ec9cbba9b45 --system all -f value -c Role 2025-05-14 00:51:24.693 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 6be88d8f218649f0aa283ec9cbba9b45 --system all 2025-05-14 00:51:24.693 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6be88d8f218649f0aa283ec9cbba9b45 --system all -f value -c Role 2025-05-14 00:51:24.693 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1051 : user_role_id= 2025-05-14 00:51:24.693 | + functions-common:get_or_add_user_system_role:1053 : echo 2025-05-14 00:51:24.693 | 2025-05-14 00:51:24.728 | [4206 Async ks-system-member:40193]: finished get_or_add_user_system_role member 6be88d8f218649f0aa283ec9cbba9b45 all with result 0 in 4 seconds 2025-05-14 00:51:24.768 | [4206 Async ks-system-reader:40401]: Waiting for completion of get_or_add_user_system_role reader eea00bedcb714cfaa4626cfd8b826195 all running on PID 40401 (7 other jobs running) 2025-05-14 00:51:24.788 | [4206 Async ks-system-reader:40401]: Signaling child to exit 2025-05-14 00:51:25.155 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:25.175 | [40401 Async ks-system-reader:40401]: finished successfully 2025-05-14 00:51:25.192 | WAKEUP 2025-05-14 00:51:25.212 | [4206 Async ks-system-reader:40401]: Signaled 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-05-14 00:51:25.213 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-05-14 00:51:25.213 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:25.213 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:25.213 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-05-14 00:51:25.213 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-05-14 00:51:25.213 | ++ functions-common:_get_domain_args:980 : echo 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-05-14 00:51:25.213 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user eea00bedcb714cfaa4626cfd8b826195 --system all -f value -c Role 2025-05-14 00:51:25.213 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user eea00bedcb714cfaa4626cfd8b826195 --system all 2025-05-14 00:51:25.213 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user eea00bedcb714cfaa4626cfd8b826195 --system all -f value -c Role 2025-05-14 00:51:25.213 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:25.213 | + functions-common:get_or_add_user_system_role:1053 : echo 471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:25.213 | 471e589f19a64a60932fe568f9b886e0 2025-05-14 00:51:25.246 | [4206 Async ks-system-reader:40401]: finished get_or_add_user_system_role reader eea00bedcb714cfaa4626cfd8b826195 all with result 0 in 4 seconds 2025-05-14 00:51:25.249 | + inc/async:async_wait:197 : return 0 2025-05-14 00:51:25.252 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-05-14 00:51:25.289 | [4206 Async ks-group-memberdemo:40668]: Waiting for completion of get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df running on PID 40668 (6 other jobs running) 2025-05-14 00:51:25.307 | [4206 Async ks-group-memberdemo:40668]: Signaling child to exit 2025-05-14 00:51:26.715 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:26.735 | [40668 Async ks-group-memberdemo:40668]: finished successfully 2025-05-14 00:51:26.753 | WAKEUP 2025-05-14 00:51:26.771 | [4206 Async ks-group-memberdemo:40668]: Signaled 2025-05-14 00:51:26.772 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-05-14 00:51:26.772 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 30fdaff2297a4e1c938690fab301a031 --project 5252407094904599bedae0119ad574df 2025-05-14 00:51:26.772 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 30fdaff2297a4e1c938690fab301a031 --project 5252407094904599bedae0119ad574df -f value -c Role 2025-05-14 00:51:26.772 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:26.772 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:26.772 | + functions-common:get_or_add_group_project_role:1072 : echo b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:26.772 | b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:26.806 | [4206 Async ks-group-memberdemo:40668]: finished get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df with result 0 in 3 seconds 2025-05-14 00:51:26.835 | [4206 Async ks-group-anotherdemo:40747]: Waiting for completion of get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df running on PID 40747 (5 other jobs running) 2025-05-14 00:51:26.855 | [4206 Async ks-group-anotherdemo:40747]: Signaling child to exit 2025-05-14 00:51:26.905 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:26.925 | [40747 Async ks-group-anotherdemo:40747]: finished successfully 2025-05-14 00:51:26.942 | WAKEUP 2025-05-14 00:51:26.960 | [4206 Async ks-group-anotherdemo:40747]: Signaled 2025-05-14 00:51:26.961 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-05-14 00:51:26.961 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 30fdaff2297a4e1c938690fab301a031 --project 5252407094904599bedae0119ad574df 2025-05-14 00:51:26.961 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 30fdaff2297a4e1c938690fab301a031 --project 5252407094904599bedae0119ad574df -f value -c Role 2025-05-14 00:51:26.961 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:26.961 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:26.961 | + functions-common:get_or_add_group_project_role:1072 : echo e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:26.961 | e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:26.996 | [4206 Async ks-group-anotherdemo:40747]: finished get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 5252407094904599bedae0119ad574df with result 0 in 3 seconds 2025-05-14 00:51:27.024 | [4206 Async ks-group-memberalt:40827]: Waiting for completion of get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c running on PID 40827 (4 other jobs running) 2025-05-14 00:51:27.030 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:27.045 | [4206 Async ks-group-memberalt:40827]: Signaling child to exit 2025-05-14 00:51:27.052 | [40827 Async ks-group-memberalt:40827]: finished successfully 2025-05-14 00:51:27.068 | WAKEUP 2025-05-14 00:51:27.085 | [4206 Async ks-group-memberalt:40827]: Signaled 2025-05-14 00:51:27.086 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-05-14 00:51:27.086 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 30fdaff2297a4e1c938690fab301a031 --project f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:27.086 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 30fdaff2297a4e1c938690fab301a031 --project f53fc26f78c74bc883b8ae1fb271105c -f value -c Role 2025-05-14 00:51:27.086 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:27.086 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:27.086 | + functions-common:get_or_add_group_project_role:1072 : echo b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:27.086 | b3a028a593cd4a6c86f8674581b21fcc 2025-05-14 00:51:27.119 | [4206 Async ks-group-memberalt:40827]: finished get_or_add_group_project_role member 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c with result 0 in 3 seconds 2025-05-14 00:51:27.148 | [4206 Async ks-group-anotheralt:40965]: Waiting for completion of get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c running on PID 40965 (3 other jobs running) 2025-05-14 00:51:27.150 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:27.168 | [4206 Async ks-group-anotheralt:40965]: Signaling child to exit 2025-05-14 00:51:27.169 | [40965 Async ks-group-anotheralt:40965]: finished successfully 2025-05-14 00:51:27.186 | WAKEUP 2025-05-14 00:51:27.203 | [4206 Async ks-group-anotheralt:40965]: Signaled 2025-05-14 00:51:27.204 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-05-14 00:51:27.204 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 30fdaff2297a4e1c938690fab301a031 --project f53fc26f78c74bc883b8ae1fb271105c 2025-05-14 00:51:27.204 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 30fdaff2297a4e1c938690fab301a031 --project f53fc26f78c74bc883b8ae1fb271105c -f value -c Role 2025-05-14 00:51:27.204 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:27.204 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:27.204 | + functions-common:get_or_add_group_project_role:1072 : echo e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:27.204 | e68da4563c354c768939d0564fb3a317 2025-05-14 00:51:27.237 | [4206 Async ks-group-anotheralt:40965]: finished get_or_add_group_project_role anotherrole 30fdaff2297a4e1c938690fab301a031 f53fc26f78c74bc883b8ae1fb271105c with result 0 in 3 seconds 2025-05-14 00:51:27.266 | [4206 Async ks-group-admin:41046]: Waiting for completion of get_or_add_group_project_role admin 62f9eaab03d847708af3f8b691661768 b4cc8d13a7354de8be4a029915d283ac running on PID 41046 (2 other jobs running) 2025-05-14 00:51:27.284 | [4206 Async ks-group-admin:41046]: Signaling child to exit 2025-05-14 00:51:27.317 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:27.337 | [41046 Async ks-group-admin:41046]: finished successfully 2025-05-14 00:51:27.353 | WAKEUP 2025-05-14 00:51:27.370 | [4206 Async ks-group-admin:41046]: Signaled 2025-05-14 00:51:27.371 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-05-14 00:51:27.371 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 62f9eaab03d847708af3f8b691661768 --project b4cc8d13a7354de8be4a029915d283ac 2025-05-14 00:51:27.371 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 62f9eaab03d847708af3f8b691661768 --project b4cc8d13a7354de8be4a029915d283ac -f value -c Role 2025-05-14 00:51:27.371 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:27.371 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:27.371 | + functions-common:get_or_add_group_project_role:1072 : echo f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:27.371 | f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:27.404 | [4206 Async ks-group-admin:41046]: finished get_or_add_group_project_role admin 62f9eaab03d847708af3f8b691661768 b4cc8d13a7354de8be4a029915d283ac with result 0 in 3 seconds 2025-05-14 00:51:27.407 | + inc/async:async_wait:197 : return 0 2025-05-14 00:51:27.409 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-05-14 00:51:27.423 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:51:27.425 | + stack.sh:main:1111 : is_service_enabled nova 2025-05-14 00:51:27.440 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:27.442 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2025-05-14 00:51:27.444 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-05-14 00:51:27.494 | + inc/async:async_inner:63 : create_nova_accounts 2025-05-14 00:51:27.525 | [4206 Async create_nova_accounts:42895]: running: create_nova_accounts 2025-05-14 00:51:27.527 | + stack.sh:main:1114 : is_service_enabled glance 2025-05-14 00:51:27.541 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:27.544 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2025-05-14 00:51:27.546 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-05-14 00:51:27.596 | + inc/async:async_inner:63 : create_glance_accounts 2025-05-14 00:51:27.627 | [4206 Async create_glance_accounts:43018]: running: create_glance_accounts 2025-05-14 00:51:27.630 | + stack.sh:main:1117 : is_service_enabled cinder 2025-05-14 00:51:27.647 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:27.649 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2025-05-14 00:51:27.652 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-05-14 00:51:27.705 | + inc/async:async_inner:63 : create_cinder_accounts 2025-05-14 00:51:27.736 | [4206 Async create_cinder_accounts:43157]: running: create_cinder_accounts 2025-05-14 00:51:27.739 | + stack.sh:main:1120 : is_service_enabled neutron 2025-05-14 00:51:27.754 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:27.757 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2025-05-14 00:51:27.758 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-05-14 00:51:27.811 | + inc/async:async_inner:63 : create_neutron_accounts 2025-05-14 00:51:27.843 | [4206 Async create_neutron_accounts:43300]: running: create_neutron_accounts 2025-05-14 00:51:27.845 | + stack.sh:main:1123 : is_service_enabled swift 2025-05-14 00:51:27.860 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:51:27.863 | + stack.sh:main:1132 : is_service_enabled horizon 2025-05-14 00:51:27.878 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:51:27.880 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-05-14 00:51:27.921 | [4206 Async create_nova_accounts:42895]: Waiting for completion of create_nova_accounts running on PID 42895 (5 other jobs running) 2025-05-14 00:51:27.942 | [4206 Async create_nova_accounts:42895]: Signaling child to exit 2025-05-14 00:51:40.851 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:40.871 | [43300 Async create_neutron_accounts:43300]: finished successfully 2025-05-14 00:51:49.994 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:50.013 | [43157 Async create_cinder_accounts:43157]: finished successfully 2025-05-14 00:51:50.547 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:50.566 | [42895 Async create_nova_accounts:42895]: finished successfully 2025-05-14 00:51:50.583 | WAKEUP 2025-05-14 00:51:50.599 | [4206 Async create_nova_accounts:42895]: Signaled 2025-05-14 00:51:50.600 | + 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 ]] 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2025-05-14 00:51:50.600 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-05-14 00:51:50.600 | + functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:50.600 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-05-14 00:51:50.600 | + functions-common:get_or_create_user:926 : local email= 2025-05-14 00:51:50.600 | ++ 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 2025-05-14 00:51:50.600 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | + functions-common:get_or_create_user:938 : user_id=5febb8b6ecde4cd2a69c06dde3d7383c 2025-05-14 00:51:50.600 | + functions-common:get_or_create_user:939 : echo 5febb8b6ecde4cd2a69c06dde3d7383c 2025-05-14 00:51:50.600 | 5febb8b6ecde4cd2a69c06dde3d7383c 2025-05-14 00:51:50.600 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:50.600 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-05-14 00:51:50.600 | + 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 2025-05-14 00:51:50.600 | ++ 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 2025-05-14 00:51:50.600 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:1003 : echo 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:50.600 | 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:50.600 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-05-14 00:51:50.600 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:50.600 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-05-14 00:51:50.600 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-05-14 00:51:50.600 | + 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 2025-05-14 00:51:50.600 | ++ 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 2025-05-14 00:51:50.600 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:50.600 | + functions-common:get_or_add_user_project_role:1003 : echo f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:50.600 | f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-05-14 00:51:50.600 | + functions-common:get_or_create_service:1078 : local service_id 2025-05-14 00:51:50.600 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-05-14 00:51:50.600 | ++ 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 2025-05-14 00:51:50.600 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | + functions-common:get_or_create_service:1089 : service_id=' 2025-05-14 00:51:50.600 | 1dca35aa1c944bf1943d83b66dac326e' 2025-05-14 00:51:50.600 | + functions-common:get_or_create_service:1090 : echo 1dca35aa1c944bf1943d83b66dac326e 2025-05-14 00:51:50.600 | 1dca35aa1c944bf1943d83b66dac326e 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-05-14 00:51:50.600 | ++ 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 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-05-14 00:51:50.600 | +++ 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 2025-05-14 00:51:50.600 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-05-14 00:51:50.600 | +++ 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 2025-05-14 00:51:50.600 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a00ce92847e646f9a41916382d854269 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a00ce92847e646f9a41916382d854269 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1123 : public_id=a00ce92847e646f9a41916382d854269 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1132 : echo a00ce92847e646f9a41916382d854269 2025-05-14 00:51:50.600 | a00ce92847e646f9a41916382d854269 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2025-05-14 00:51:50.600 | + functions-common:get_or_create_service:1078 : local service_id 2025-05-14 00:51:50.600 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-05-14 00:51:50.600 | ++ 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 2025-05-14 00:51:50.600 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | + functions-common:get_or_create_service:1089 : service_id=' 2025-05-14 00:51:50.600 | 228e60f0a58f471c9d53f4801b97380e' 2025-05-14 00:51:50.600 | + functions-common:get_or_create_service:1090 : echo 228e60f0a58f471c9d53f4801b97380e 2025-05-14 00:51:50.600 | 228e60f0a58f471c9d53f4801b97380e 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-05-14 00:51:50.600 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-05-14 00:51:50.600 | +++ 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 2025-05-14 00:51:50.600 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-05-14 00:51:50.600 | +++ 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 2025-05-14 00:51:50.600 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=06a14887c287455d98fbb048f67064d4 2025-05-14 00:51:50.600 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 06a14887c287455d98fbb048f67064d4 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1123 : public_id=06a14887c287455d98fbb048f67064d4 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-05-14 00:51:50.600 | + functions-common:get_or_create_endpoint:1132 : echo 06a14887c287455d98fbb048f67064d4 2025-05-14 00:51:50.600 | 06a14887c287455d98fbb048f67064d4 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2025-05-14 00:51:50.600 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:50.600 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2025-05-14 00:51:50.600 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:51:50.601 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2025-05-14 00:51:50.601 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:51:50.601 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2025-05-14 00:51:50.601 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:50.601 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2025-05-14 00:51:50.632 | [4206 Async create_nova_accounts:42895]: finished create_nova_accounts with result 0 in 23 seconds 2025-05-14 00:51:50.659 | [4206 Async create_glance_accounts:43018]: Waiting for completion of create_glance_accounts running on PID 43018 (4 other jobs running) 2025-05-14 00:51:50.677 | [4206 Async create_glance_accounts:43018]: Signaling child to exit 2025-05-14 00:51:51.783 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:51.804 | [43018 Async create_glance_accounts:43018]: finished successfully 2025-05-14 00:51:51.821 | WAKEUP 2025-05-14 00:51:51.838 | [4206 Async create_glance_accounts:43018]: Signaled 2025-05-14 00:51:51.839 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2025-05-14 00:51:51.839 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:51.839 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2025-05-14 00:51:51.839 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-05-14 00:51:51.839 | + functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:51.839 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-05-14 00:51:51.839 | + functions-common:get_or_create_user:926 : local email= 2025-05-14 00:51:51.839 | ++ 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 2025-05-14 00:51:51.839 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.839 | + functions-common:get_or_create_user:938 : user_id=be4b06deda284ef3a745fd606584bd84 2025-05-14 00:51:51.839 | + functions-common:get_or_create_user:939 : echo be4b06deda284ef3a745fd606584bd84 2025-05-14 00:51:51.839 | be4b06deda284ef3a745fd606584bd84 2025-05-14 00:51:51.839 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-05-14 00:51:51.839 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:51.839 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:51.840 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-05-14 00:51:51.840 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:51.840 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:51.840 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-05-14 00:51:51.840 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-05-14 00:51:51.840 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-05-14 00:51:51.840 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-05-14 00:51:51.840 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-05-14 00:51:51.840 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-05-14 00:51:51.840 | + 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 2025-05-14 00:51:51.840 | ++ 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 2025-05-14 00:51:51.840 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.840 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:51.840 | + functions-common:get_or_add_user_project_role:1003 : echo 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:51.840 | 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:51.840 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-05-14 00:51:51.840 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2025-05-14 00:51:51.840 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:51:51.840 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2025-05-14 00:51:51.840 | + functions-common:get_or_create_service:1078 : local service_id 2025-05-14 00:51:51.840 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-05-14 00:51:51.840 | ++ 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 2025-05-14 00:51:51.840 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.840 | + functions-common:get_or_create_service:1089 : service_id=' 2025-05-14 00:51:51.840 | 9845f533b6f84ee3850062c35a05fff0' 2025-05-14 00:51:51.840 | + functions-common:get_or_create_service:1090 : echo 9845f533b6f84ee3850062c35a05fff0 2025-05-14 00:51:51.840 | 9845f533b6f84ee3850062c35a05fff0 2025-05-14 00:51:51.840 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-05-14 00:51:51.840 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-05-14 00:51:51.840 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-05-14 00:51:51.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-05-14 00:51:51.841 | +++ 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 2025-05-14 00:51:51.841 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-05-14 00:51:51.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-05-14 00:51:51.841 | +++ 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 2025-05-14 00:51:51.841 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=c1b2c6ed904744a091c00ac3fda63a85 2025-05-14 00:51:51.841 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo c1b2c6ed904744a091c00ac3fda63a85 2025-05-14 00:51:51.841 | + functions-common:get_or_create_endpoint:1123 : public_id=c1b2c6ed904744a091c00ac3fda63a85 2025-05-14 00:51:51.841 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-05-14 00:51:51.841 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-05-14 00:51:51.841 | + functions-common:get_or_create_endpoint:1132 : echo c1b2c6ed904744a091c00ac3fda63a85 2025-05-14 00:51:51.841 | c1b2c6ed904744a091c00ac3fda63a85 2025-05-14 00:51:51.841 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2025-05-14 00:51:51.841 | ++ functions-common:get_or_create_domain:895 : local domain_id 2025-05-14 00:51:51.841 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-05-14 00:51:51.841 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.841 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2025-05-14 00:51:51.841 | ++ functions-common:get_or_create_domain:901 : echo default 2025-05-14 00:51:51.841 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2025-05-14 00:51:51.841 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-05-14 00:51:51.841 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-05-14 00:51:51.841 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2025-05-14 00:51:51.841 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2025-05-14 00:51:51.841 | + 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 2025-05-14 00:51:51.841 | +---------------+----------------------------------+ 2025-05-14 00:51:51.841 | | Field | Value | 2025-05-14 00:51:51.841 | +---------------+----------------------------------+ 2025-05-14 00:51:51.841 | | default_limit | 1000 | 2025-05-14 00:51:51.841 | | description | None | 2025-05-14 00:51:51.841 | | id | bc46a0858a2c47d2b0407a44863dab98 | 2025-05-14 00:51:51.841 | | region_id | RegionOne | 2025-05-14 00:51:51.841 | | resource_name | image_size_total | 2025-05-14 00:51:51.841 | | service_id | 9845f533b6f84ee3850062c35a05fff0 | 2025-05-14 00:51:51.841 | +---------------+----------------------------------+ 2025-05-14 00:51:51.841 | + 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 2025-05-14 00:51:51.841 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | | Field | Value | 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | | default_limit | 1000 | 2025-05-14 00:51:51.842 | | description | None | 2025-05-14 00:51:51.842 | | id | 05d3cf6d0ab141cfba6e440aad9025e5 | 2025-05-14 00:51:51.842 | | region_id | RegionOne | 2025-05-14 00:51:51.842 | | resource_name | image_stage_total | 2025-05-14 00:51:51.842 | | service_id | 9845f533b6f84ee3850062c35a05fff0 | 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | + 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 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | | Field | Value | 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | | default_limit | 100 | 2025-05-14 00:51:51.842 | | description | None | 2025-05-14 00:51:51.842 | | id | 978be429dc784941a528d66e4e931a84 | 2025-05-14 00:51:51.842 | | region_id | RegionOne | 2025-05-14 00:51:51.842 | | resource_name | image_count_total | 2025-05-14 00:51:51.842 | | service_id | 9845f533b6f84ee3850062c35a05fff0 | 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | + 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 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | | Field | Value | 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | | default_limit | 100 | 2025-05-14 00:51:51.842 | | description | None | 2025-05-14 00:51:51.842 | | id | 7988384724cb4e4f85297e02aeb1a23b | 2025-05-14 00:51:51.842 | | region_id | RegionOne | 2025-05-14 00:51:51.842 | | resource_name | image_count_uploading | 2025-05-14 00:51:51.842 | | service_id | 9845f533b6f84ee3850062c35a05fff0 | 2025-05-14 00:51:51.842 | +---------------+----------------------------------+ 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-05-14 00:51:51.842 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-05-14 00:51:51.842 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id c1b2c6ed904744a091c00ac3fda63a85 2025-05-14 00:51:51.842 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-05-14 00:51:51.874 | [4206 Async create_glance_accounts:43018]: finished create_glance_accounts with result 0 in 24 seconds 2025-05-14 00:51:51.902 | [4206 Async create_cinder_accounts:43157]: Waiting for completion of create_cinder_accounts running on PID 43157 (3 other jobs running) 2025-05-14 00:51:51.920 | [4206 Async create_cinder_accounts:43157]: Signaling child to exit 2025-05-14 00:51:51.920 | WAKEUP 2025-05-14 00:51:51.936 | [4206 Async create_cinder_accounts:43157]: Signaled 2025-05-14 00:51:51.937 | + 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 ]] 2025-05-14 00:51:51.937 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2025-05-14 00:51:51.937 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2025-05-14 00:51:51.937 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:51:51.937 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2025-05-14 00:51:51.937 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-05-14 00:51:51.937 | + functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:51.937 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-05-14 00:51:51.937 | + functions-common:get_or_create_user:926 : local email= 2025-05-14 00:51:51.937 | ++ 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 2025-05-14 00:51:51.937 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.937 | + functions-common:get_or_create_user:938 : user_id=73a30f6f9f8a4aa1abe1a5bf3c3b14ec 2025-05-14 00:51:51.937 | + functions-common:get_or_create_user:939 : echo 73a30f6f9f8a4aa1abe1a5bf3c3b14ec 2025-05-14 00:51:51.937 | 73a30f6f9f8a4aa1abe1a5bf3c3b14ec 2025-05-14 00:51:51.937 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-05-14 00:51:51.937 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:51.937 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:51.937 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-05-14 00:51:51.937 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:51.937 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:51.937 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-05-14 00:51:51.937 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-05-14 00:51:51.937 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-05-14 00:51:51.937 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-05-14 00:51:51.937 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-05-14 00:51:51.937 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-05-14 00:51:51.937 | + 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 2025-05-14 00:51:51.937 | ++ 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 2025-05-14 00:51:51.937 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.937 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:51.937 | + functions-common:get_or_add_user_project_role:1003 : echo 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:51.937 | 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:51.937 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-05-14 00:51:51.937 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-05-14 00:51:51.937 | + functions-common:get_or_create_service:1078 : local service_id 2025-05-14 00:51:51.937 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-05-14 00:51:51.937 | ++ 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 2025-05-14 00:51:51.937 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.937 | + functions-common:get_or_create_service:1089 : service_id=' 2025-05-14 00:51:51.937 | 0a1dcbd9b7a14044bc01b2bc289b09d6' 2025-05-14 00:51:51.938 | + functions-common:get_or_create_service:1090 : echo 0a1dcbd9b7a14044bc01b2bc289b09d6 2025-05-14 00:51:51.938 | 0a1dcbd9b7a14044bc01b2bc289b09d6 2025-05-14 00:51:51.938 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2025-05-14 00:51:51.938 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-05-14 00:51:51.938 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-05-14 00:51:51.938 | ++ 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 2025-05-14 00:51:51.938 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-05-14 00:51:51.938 | +++ 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 2025-05-14 00:51:51.938 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.938 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-05-14 00:51:51.938 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-05-14 00:51:51.938 | +++ 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 2025-05-14 00:51:51.938 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.938 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=500297e9946f47ad931b9bff6a76780d 2025-05-14 00:51:51.938 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 500297e9946f47ad931b9bff6a76780d 2025-05-14 00:51:51.938 | + functions-common:get_or_create_endpoint:1123 : public_id=500297e9946f47ad931b9bff6a76780d 2025-05-14 00:51:51.938 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-05-14 00:51:51.938 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-05-14 00:51:51.938 | + functions-common:get_or_create_endpoint:1132 : echo 500297e9946f47ad931b9bff6a76780d 2025-05-14 00:51:51.938 | 500297e9946f47ad931b9bff6a76780d 2025-05-14 00:51:51.938 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-05-14 00:51:51.938 | + functions-common:get_or_create_service:1078 : local service_id 2025-05-14 00:51:51.938 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-05-14 00:51:51.938 | ++ 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 2025-05-14 00:51:51.938 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.938 | + functions-common:get_or_create_service:1089 : service_id=' 2025-05-14 00:51:51.938 | a815832e99384c13b0b0cecb2a0100c8' 2025-05-14 00:51:51.938 | + functions-common:get_or_create_service:1090 : echo a815832e99384c13b0b0cecb2a0100c8 2025-05-14 00:51:51.938 | a815832e99384c13b0b0cecb2a0100c8 2025-05-14 00:51:51.938 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-05-14 00:51:51.938 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-05-14 00:51:51.938 | ++ 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 2025-05-14 00:51:51.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-05-14 00:51:51.939 | +++ 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 2025-05-14 00:51:51.939 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-05-14 00:51:51.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-05-14 00:51:51.939 | +++ 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 2025-05-14 00:51:51.939 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=36024be549f24e199a097888778f64e7 2025-05-14 00:51:51.939 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 36024be549f24e199a097888778f64e7 2025-05-14 00:51:51.939 | + functions-common:get_or_create_endpoint:1123 : public_id=36024be549f24e199a097888778f64e7 2025-05-14 00:51:51.939 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-05-14 00:51:51.939 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-05-14 00:51:51.939 | + functions-common:get_or_create_endpoint:1132 : echo 36024be549f24e199a097888778f64e7 2025-05-14 00:51:51.939 | 36024be549f24e199a097888778f64e7 2025-05-14 00:51:51.939 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2025-05-14 00:51:51.939 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_project:945 : local project_id 2025-05-14 00:51:51.939 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-05-14 00:51:51.939 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_project:951 : project_id=ec9c81c9649e4dc99f5ccd5cc62ce0cb 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_project:952 : echo ec9c81c9649e4dc99f5ccd5cc62ce0cb 2025-05-14 00:51:51.939 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id ec9c81c9649e4dc99f5ccd5cc62ce0cb 2025-05-14 00:51:51.939 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_user:926 : local email= 2025-05-14 00:51:51.939 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-05-14 00:51:51.939 | No password was supplied, authentication will fail when a user does not have a password. 2025-05-14 00:51:51.939 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_user:938 : user_id=73a30f6f9f8a4aa1abe1a5bf3c3b14ec 2025-05-14 00:51:51.939 | ++ functions-common:get_or_create_user:939 : echo 73a30f6f9f8a4aa1abe1a5bf3c3b14ec 2025-05-14 00:51:51.939 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 73a30f6f9f8a4aa1abe1a5bf3c3b14ec 2025-05-14 00:51:51.969 | [4206 Async create_cinder_accounts:43157]: finished create_cinder_accounts with result 0 in 22 seconds 2025-05-14 00:51:51.972 | + inc/async:async_wait:197 : return 0 2025-05-14 00:51:51.974 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-05-14 00:51:52.012 | [4206 Async create_neutron_accounts:43300]: Waiting for completion of create_neutron_accounts running on PID 43300 (2 other jobs running) 2025-05-14 00:51:52.030 | [4206 Async create_neutron_accounts:43300]: Signaling child to exit 2025-05-14 00:51:52.031 | WAKEUP 2025-05-14 00:51:52.047 | [4206 Async create_neutron_accounts:43300]: Signaled 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2025-05-14 00:51:52.048 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2025-05-14 00:51:52.048 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-05-14 00:51:52.048 | + functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:51:52.048 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-05-14 00:51:52.048 | + functions-common:get_or_create_user:926 : local email= 2025-05-14 00:51:52.048 | ++ 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 2025-05-14 00:51:52.048 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:52.048 | + functions-common:get_or_create_user:938 : user_id=9d4b7aaa6cb7412794f8bf8ae92e5377 2025-05-14 00:51:52.048 | + functions-common:get_or_create_user:939 : echo 9d4b7aaa6cb7412794f8bf8ae92e5377 2025-05-14 00:51:52.048 | 9d4b7aaa6cb7412794f8bf8ae92e5377 2025-05-14 00:51:52.048 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-05-14 00:51:52.048 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:51:52.048 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:51:52.048 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-05-14 00:51:52.048 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:51:52.048 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:51:52.048 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-05-14 00:51:52.048 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-05-14 00:51:52.048 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-05-14 00:51:52.048 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-05-14 00:51:52.048 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-05-14 00:51:52.048 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-05-14 00:51:52.048 | + 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 2025-05-14 00:51:52.048 | ++ 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 2025-05-14 00:51:52.048 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:52.048 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:52.048 | + functions-common:get_or_add_user_project_role:1003 : echo 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:52.048 | 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:51:52.048 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2025-05-14 00:51:52.048 | + functions-common:get_or_create_service:1078 : local service_id 2025-05-14 00:51:52.048 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-05-14 00:51:52.048 | ++ 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 2025-05-14 00:51:52.048 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:52.048 | + functions-common:get_or_create_service:1089 : service_id=' 2025-05-14 00:51:52.048 | c02a777b539341c7aa42266111321de6' 2025-05-14 00:51:52.048 | + functions-common:get_or_create_service:1090 : echo c02a777b539341c7aa42266111321de6 2025-05-14 00:51:52.048 | c02a777b539341c7aa42266111321de6 2025-05-14 00:51:52.048 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-05-14 00:51:52.048 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-05-14 00:51:52.048 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-05-14 00:51:52.048 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-05-14 00:51:52.048 | +++ 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 2025-05-14 00:51:52.048 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:52.048 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-05-14 00:51:52.048 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-05-14 00:51:52.048 | +++ 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 2025-05-14 00:51:52.048 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:51:52.048 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=2b7c8226d1df434099b360b11fbb7b16 2025-05-14 00:51:52.048 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 2b7c8226d1df434099b360b11fbb7b16 2025-05-14 00:51:52.048 | + functions-common:get_or_create_endpoint:1123 : public_id=2b7c8226d1df434099b360b11fbb7b16 2025-05-14 00:51:52.049 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-05-14 00:51:52.049 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-05-14 00:51:52.049 | + functions-common:get_or_create_endpoint:1132 : echo 2b7c8226d1df434099b360b11fbb7b16 2025-05-14 00:51:52.049 | 2b7c8226d1df434099b360b11fbb7b16 2025-05-14 00:51:52.080 | [4206 Async create_neutron_accounts:43300]: finished create_neutron_accounts with result 0 in 13 seconds 2025-05-14 00:51:52.085 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-05-14 00:51:52.089 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-05-14 00:51:52.091 | + inc/async:async_wait:197 : return 0 2025-05-14 00:51:52.093 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2025-05-14 00:51:52.107 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:52.110 | + stack.sh:main:1144 : is_service_enabled glance 2025-05-14 00:51:52.124 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:52.126 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2025-05-14 00:51:52.129 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:51:52.130 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2025-05-14 00:51:52.133 | + stack.sh:main:1146 : async_runfunc init_glance 2025-05-14 00:51:52.135 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-05-14 00:51:52.184 | + inc/async:async_inner:63 : init_glance 2025-05-14 00:51:52.214 | [4206 Async init_glance:45622]: running: init_glance 2025-05-14 00:51:52.216 | + stack.sh:main:1153 : is_service_enabled neutron 2025-05-14 00:51:52.231 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:51:52.234 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2025-05-14 00:51:52.236 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:51:52.238 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2025-05-14 00:51:52.240 | + stack.sh:main:1156 : configure_neutron 2025-05-14 00:51:52.242 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2025-05-14 00:51:52.244 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2025-05-14 00:51:52.246 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2025-05-14 00:51:52.256 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2025-05-14 00:51:52.258 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2025-05-14 00:51:56.725 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:51:56.745 | [45622 Async init_glance:45622]: finished successfully 2025-05-14 00:52:13.173 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-05-14 00:52:13.177 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-05-14 00:52:13.179 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-05-14 00:52:13.181 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-05-14 00:52:13.182 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2025-05-14 00:52:13.184 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-05-14 00:52:13.186 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-05-14 00:52:13.188 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-05-14 00:52:13.190 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-05-14 00:52:13.192 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2025-05-14 00:52:13.194 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2025-05-14 00:52:13.195 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2025-05-14 00:52:13.197 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-05-14 00:52:13.199 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2025-05-14 00:52:13.201 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2025-05-14 00:52:13.203 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2025-05-14 00:52:13.206 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:13.208 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:13.210 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-05-14 00:52:13.212 | + 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 2025-05-14 00:52:13.217 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2025-05-14 00:52:13.219 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-05-14 00:52:13.221 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-05-14 00:52:13.223 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2025-05-14 00:52:13.225 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:52:13.227 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:52:13.228 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-05-14 00:52:13.231 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-05-14 00:52:13.256 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-05-14 00:52:13.280 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-05-14 00:52:13.305 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-05-14 00:52:13.329 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-05-14 00:52:13.354 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-05-14 00:52:13.379 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2025-05-14 00:52:13.381 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2025-05-14 00:52:13.383 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-05-14 00:52:13.385 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-05-14 00:52:13.387 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-05-14 00:52:13.401 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-05-14 00:52:13.403 | + functions:setup_systemd_logging:706 : local pidstr= 2025-05-14 00:52:13.405 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-05-14 00:52:13.407 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-05-14 00:52:13.409 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-05-14 00:52:13.434 | + 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' 2025-05-14 00:52:13.459 | + 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' 2025-05-14 00:52:13.484 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-05-14 00:52:13.509 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2025-05-14 00:52:13.524 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:13.525 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2025-05-14 00:52:13.527 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2025-05-14 00:52:13.529 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-05-14 00:52:13.531 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2025-05-14 00:52:13.533 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-05-14 00:52:13.535 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2025-05-14 00:52:13.538 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2025-05-14 00:52:13.540 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-05-14 00:52:13.550 | + 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/ 2025-05-14 00:52:13.560 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-05-14 00:52:13.562 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-05-14 00:52:13.572 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-05-14 00:52:13.582 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2025-05-14 00:52:13.592 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-05-14 00:52:13.594 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-05-14 00:52:13.597 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2025-05-14 00:52:13.600 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.Hg9hjQfUkO 2025-05-14 00:52:13.602 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-05-14 00:52:13.604 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-05-14 00:52:13.606 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.Hg9hjQfUkO 2025-05-14 00:52:13.609 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.Hg9hjQfUkO 2025-05-14 00:52:13.618 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.Hg9hjQfUkO /etc/sudoers.d/neutron-rootwrap 2025-05-14 00:52:13.627 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2025-05-14 00:52:13.629 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2025-05-14 00:52:13.631 | + 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' 2025-05-14 00:52:13.656 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-05-14 00:52:13.658 | + 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' 2025-05-14 00:52:13.683 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-05-14 00:52:13.685 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2025-05-14 00:52:13.687 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2025-05-14 00:52:13.689 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-05-14 00:52:13.691 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-05-14 00:52:13.693 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-05-14 00:52:13.707 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:13.710 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-05-14 00:52:13.712 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-05-14 00:52:13.714 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-05-14 00:52:13.728 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:13.730 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:52:13.733 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-05-14 00:52:13.759 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-05-14 00:52:13.761 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-05-14 00:52:13.764 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2025-05-14 00:52:13.777 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:13.780 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2025-05-14 00:52:13.793 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:13.796 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2025-05-14 00:52:13.798 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:13.801 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:13.803 | + 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' 2025-05-14 00:52:13.831 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-05-14 00:52:13.833 | + 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' 2025-05-14 00:52:13.858 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-05-14 00:52:13.884 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2025-05-14 00:52:13.886 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-05-14 00:52:13.889 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-05-14 00:52:13.891 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-05-14 00:52:15.243 | INFO neutron.common.config [-] Logging enabled! 2025-05-14 00:52:15.243 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev11 2025-05-14 00:52:15.244 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46512) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-05-14 00:52:15.244 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-05-14 00:52:15.245 | 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/tmphlryolk7/privsep.sock'] 2025-05-14 00:52:15.986 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-05-14 00:52:15.986 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmphlryolk7/privsep.sock {{(pid=46512) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2025-05-14 00:52:15.987 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-05-14 00:52:15.987 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-05-14 00:52:15.988 | 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 2025-05-14 00:52:15.988 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 46522 2025-05-14 00:52:15.988 | DEBUG oslo.privsep.daemon [-] privsep: reply[db6bbef2-9f92-41bc-a784-f3a924185c18]: (2,) {{(pid=46522) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:52:16.076 | 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=46522) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2025-05-14 00:52:16.086 | 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=46522) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2025-05-14 00:52:16.086 | DEBUG oslo.privsep.daemon [-] privsep: reply[f1ab8a52-ba13-4dea-bf87-3e19a685c8f4]: (4, ('de8baec3-f9db-4963-8c64-86a39ec9254e\n', '')) {{(pid=46522) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:52:16.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46512) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-05-14 00:52:16.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46512) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-05-14 00:52:16.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46512) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:16.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46512) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:16.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46512) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:16.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46512) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:16.213 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-05-14 00:52:16.213 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46512) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-05-14 00:52:16.213 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46512) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-05-14 00:52:16.214 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-05-14 00:52:16.530 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-05-14 00:52:16.532 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-05-14 00:52:16.535 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-05-14 00:52:16.537 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-05-14 00:52:16.539 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-05-14 00:52:16.552 | + 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 2025-05-14 00:52:16.566 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-05-14 00:52:16.569 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2025-05-14 00:52:16.571 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-05-14 00:52:16.598 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2025-05-14 00:52:16.602 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-05-14 00:52:16.607 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-05-14 00:52:16.610 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2025-05-14 00:52:16.612 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-05-14 00:52:16.638 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-05-14 00:52:16.651 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-05-14 00:52:16.654 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-05-14 00:52:16.661 | net.bridge.bridge-nf-call-iptables = 1 2025-05-14 00:52:16.664 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-05-14 00:52:16.666 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-05-14 00:52:16.672 | net.bridge.bridge-nf-call-ip6tables = 1 2025-05-14 00:52:16.676 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-05-14 00:52:16.678 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-05-14 00:52:16.680 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-05-14 00:52:16.682 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-05-14 00:52:16.684 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-05-14 00:52:16.686 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-05-14 00:52:16.688 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-05-14 00:52:16.690 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-05-14 00:52:16.692 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-05-14 00:52:16.694 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-05-14 00:52:16.707 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-05-14 00:52:16.709 | + 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 2025-05-14 00:52:16.737 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2025-05-14 00:52:16.739 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-05-14 00:52:16.764 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-05-14 00:52:16.790 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2025-05-14 00:52:16.805 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:16.807 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2025-05-14 00:52:16.809 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.813 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-05-14 00:52:16.838 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-05-14 00:52:16.864 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.866 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.868 | + 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' 2025-05-14 00:52:16.893 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-05-14 00:52:16.895 | + 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' 2025-05-14 00:52:16.920 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2025-05-14 00:52:16.933 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:16.935 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.938 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-05-14 00:52:16.962 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.965 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.967 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-05-14 00:52:16.992 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.994 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-05-14 00:52:16.996 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-05-14 00:52:16.998 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2025-05-14 00:52:17.012 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:17.014 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2025-05-14 00:52:17.016 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-05-14 00:52:17.020 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-05-14 00:52:17.045 | + 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' 2025-05-14 00:52:17.072 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2025-05-14 00:52:17.074 | + 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' 2025-05-14 00:52:17.100 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-05-14 00:52:17.103 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-05-14 00:52:17.127 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-05-14 00:52:17.129 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-05-14 00:52:17.131 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-05-14 00:52:17.157 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-05-14 00:52:17.159 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-05-14 00:52:17.161 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-05-14 00:52:17.163 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-05-14 00:52:18.523 | INFO neutron.common.config [-] Logging enabled! 2025-05-14 00:52:18.523 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev11 2025-05-14 00:52:18.523 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47068) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-05-14 00:52:18.548 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47068) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-05-14 00:52:18.548 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47068) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-05-14 00:52:18.548 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47068) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:18.549 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47068) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:18.549 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47068) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:18.549 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47068) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-05-14 00:52:18.583 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-05-14 00:52:18.583 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47068) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-05-14 00:52:18.584 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47068) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-05-14 00:52:18.584 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-05-14 00:52:18.886 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2025-05-14 00:52:18.889 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2025-05-14 00:52:18.891 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2025-05-14 00:52:18.893 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-05-14 00:52:18.895 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-05-14 00:52:18.898 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-05-14 00:52:18.900 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-05-14 00:52:18.913 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2025-05-14 00:52:18.915 | + functions:set_mtu:796 : local dev=br-ex 2025-05-14 00:52:18.917 | + functions:set_mtu:797 : local mtu=8950 2025-05-14 00:52:18.919 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-05-14 00:52:18.929 | + 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 2025-05-14 00:52:18.943 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2025-05-14 00:52:18.945 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2025-05-14 00:52:18.948 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-05-14 00:52:18.950 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2025-05-14 00:52:18.952 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2025-05-14 00:52:18.954 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2025-05-14 00:52:18.956 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2025-05-14 00:52:18.959 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2025-05-14 00:52:18.961 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2025-05-14 00:52:18.963 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2025-05-14 00:52:18.965 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2025-05-14 00:52:18.968 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2025-05-14 00:52:18.970 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2025-05-14 00:52:18.972 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2025-05-14 00:52:18.975 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2025-05-14 00:52:18.975 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2025-05-14 00:52:18.980 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2025-05-14 00:52:18.982 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2025-05-14 00:52:18.984 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2025-05-14 00:52:18.987 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2025-05-14 00:52:18.990 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2025-05-14 00:52:18.990 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2025-05-14 00:52:18.991 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2025-05-14 00:52:18.995 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2025-05-14 00:52:18.997 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2025-05-14 00:52:18.999 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2025-05-14 00:52:19.002 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-05-14 00:52:19.004 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2025-05-14 00:52:19.006 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2025-05-14 00:52:19.008 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-05-14 00:52:19.022 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2025-05-14 00:52:19.022 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2025-05-14 00:52:19.026 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2025-05-14 00:52:19.028 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2025-05-14 00:52:19.043 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:19.045 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2025-05-14 00:52:19.047 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-05-14 00:52:19.050 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-05-14 00:52:19.075 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-05-14 00:52:19.102 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-05-14 00:52:19.128 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-05-14 00:52:19.130 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2025-05-14 00:52:19.132 | + 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' 2025-05-14 00:52:19.158 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-05-14 00:52:19.160 | + 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' 2025-05-14 00:52:19.185 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2025-05-14 00:52:19.187 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2025-05-14 00:52:19.201 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:19.203 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2025-05-14 00:52:19.205 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2025-05-14 00:52:19.220 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:19.222 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2025-05-14 00:52:19.238 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:19.240 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2025-05-14 00:52:19.254 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:19.256 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-05-14 00:52:19.271 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:19.273 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2025-05-14 00:52:19.275 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-05-14 00:52:19.277 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-05-14 00:52:19.281 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2025-05-14 00:52:19.283 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2025-05-14 00:52:19.285 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2025-05-14 00:52:19.288 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2025-05-14 00:52:19.290 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2025-05-14 00:52:19.293 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-05-14 00:52:19.297 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-05-14 00:52:19.301 | + 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 2025-05-14 00:52:19.304 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-05-14 00:52:19.331 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-05-14 00:52:19.357 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-05-14 00:52:19.383 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-05-14 00:52:19.410 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-05-14 00:52:19.412 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-05-14 00:52:19.415 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-05-14 00:52:19.417 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-05-14 00:52:19.420 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-05-14 00:52:19.446 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-05-14 00:52:19.472 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-05-14 00:52:19.501 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-05-14 00:52:19.529 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-05-14 00:52:19.556 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-05-14 00:52:19.582 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-05-14 00:52:19.608 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-05-14 00:52:19.636 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:52:19.663 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-05-14 00:52:19.691 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-05-14 00:52:19.718 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-05-14 00:52:19.744 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-05-14 00:52:19.746 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-05-14 00:52:19.748 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-05-14 00:52:19.751 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-05-14 00:52:19.753 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-05-14 00:52:19.780 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-05-14 00:52:19.806 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-05-14 00:52:19.833 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-05-14 00:52:19.859 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-05-14 00:52:19.884 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-05-14 00:52:19.911 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-05-14 00:52:19.937 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-05-14 00:52:19.962 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:52:19.988 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-05-14 00:52:20.016 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-05-14 00:52:20.018 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-05-14 00:52:20.021 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-05-14 00:52:20.023 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-05-14 00:52:20.025 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-05-14 00:52:20.051 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-05-14 00:52:20.077 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-05-14 00:52:20.103 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-05-14 00:52:20.129 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-05-14 00:52:20.155 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-05-14 00:52:20.181 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-05-14 00:52:20.207 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-05-14 00:52:20.234 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-05-14 00:52:20.260 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-05-14 00:52:20.286 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2025-05-14 00:52:20.288 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-05-14 00:52:20.290 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-05-14 00:52:20.292 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-05-14 00:52:20.295 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-05-14 00:52:20.296 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-05-14 00:52:20.299 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-05-14 00:52:20.301 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-05-14 00:52:20.303 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-05-14 00:52:20.305 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-05-14 00:52:20.307 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-05-14 00:52:20.309 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-05-14 00:52:20.311 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-05-14 00:52:20.313 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-05-14 00:52:20.316 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-05-14 00:52:20.318 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-05-14 00:52:20.320 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-05-14 00:52:20.322 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-05-14 00:52:20.324 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-05-14 00:52:20.326 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.328 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-05-14 00:52:20.330 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-05-14 00:52:20.332 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-05-14 00:52:20.334 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.336 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-05-14 00:52:20.359 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-05-14 00:52:20.362 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.363 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-05-14 00:52:20.365 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-05-14 00:52:20.367 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-05-14 00:52:20.370 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.372 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-05-14 00:52:20.396 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-05-14 00:52:20.398 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-05-14 00:52:20.400 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.403 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-05-14 00:52:20.405 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-05-14 00:52:20.406 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-05-14 00:52:20.408 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.411 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-05-14 00:52:20.435 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-05-14 00:52:20.437 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-05-14 00:52:20.439 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.441 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-05-14 00:52:20.443 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-05-14 00:52:20.445 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-05-14 00:52:20.447 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.449 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-05-14 00:52:20.474 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-05-14 00:52:20.476 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.478 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-05-14 00:52:20.480 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-05-14 00:52:20.482 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-05-14 00:52:20.484 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.486 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-05-14 00:52:20.512 | + 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 2025-05-14 00:52:20.515 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.517 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-05-14 00:52:20.519 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-05-14 00:52:20.521 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-05-14 00:52:20.524 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.526 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-05-14 00:52:20.552 | + 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 2025-05-14 00:52:20.554 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.556 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-05-14 00:52:20.558 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-05-14 00:52:20.560 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-05-14 00:52:20.562 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.564 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-05-14 00:52:20.590 | + 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, 2025-05-14 00:52:20.592 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.594 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-05-14 00:52:20.596 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-05-14 00:52:20.598 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-05-14 00:52:20.600 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.602 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-05-14 00:52:20.628 | + 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 2025-05-14 00:52:20.630 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.632 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-05-14 00:52:20.634 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-05-14 00:52:20.636 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-05-14 00:52:20.638 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.640 | + 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 2025-05-14 00:52:20.666 | + 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 2025-05-14 00:52:20.669 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:20.671 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-05-14 00:52:20.673 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-05-14 00:52:20.675 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-05-14 00:52:20.677 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-05-14 00:52:20.679 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-05-14 00:52:20.704 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-05-14 00:52:20.706 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-05-14 00:52:20.733 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-05-14 00:52:20.759 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2025-05-14 00:52:20.762 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2025-05-14 00:52:20.776 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:20.778 | + stack.sh:main:1159 : is_service_enabled neutron 2025-05-14 00:52:20.792 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:20.794 | + stack.sh:main:1160 : async_runfunc init_neutron 2025-05-14 00:52:20.796 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-05-14 00:52:20.846 | + inc/async:async_inner:63 : init_neutron 2025-05-14 00:52:20.876 | [4206 Async init_neutron:48867]: running: init_neutron 2025-05-14 00:52:20.879 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2025-05-14 00:52:20.894 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:20.896 | ++ stack.sh:main:1172 : pidof NetworkManager 2025-05-14 00:52:20.907 | ++ stack.sh:main:1172 : true 2025-05-14 00:52:20.910 | + stack.sh:main:1172 : netman_pid= 2025-05-14 00:52:20.912 | + stack.sh:main:1173 : '[' -z '' ']' 2025-05-14 00:52:20.914 | + stack.sh:main:1174 : sudo killall dnsmasq 2025-05-14 00:52:20.925 | dnsmasq: no process found 2025-05-14 00:52:20.928 | + stack.sh:main:1174 : true 2025-05-14 00:52:20.930 | + stack.sh:main:1179 : clean_iptables 2025-05-14 00:52:20.934 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2025-05-14 00:52:20.934 | + lib/nova:clean_iptables:184 : grep nova 2025-05-14 00:52:20.934 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2025-05-14 00:52:20.935 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2025-05-14 00:52:20.935 | + lib/nova:clean_iptables:184 : grep '\-A' 2025-05-14 00:52:20.936 | + lib/nova:clean_iptables:184 : bash 2025-05-14 00:52:20.937 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2025-05-14 00:52:20.961 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2025-05-14 00:52:20.962 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2025-05-14 00:52:20.962 | + lib/nova:clean_iptables:186 : grep nova 2025-05-14 00:52:20.963 | + lib/nova:clean_iptables:186 : grep '\-A' 2025-05-14 00:52:20.963 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2025-05-14 00:52:20.963 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2025-05-14 00:52:20.964 | + lib/nova:clean_iptables:186 : bash 2025-05-14 00:52:20.973 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2025-05-14 00:52:20.973 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2025-05-14 00:52:20.973 | + lib/nova:clean_iptables:188 : grep nova 2025-05-14 00:52:20.974 | + lib/nova:clean_iptables:188 : grep '\-N' 2025-05-14 00:52:20.974 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2025-05-14 00:52:20.975 | + lib/nova:clean_iptables:188 : bash 2025-05-14 00:52:20.975 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2025-05-14 00:52:20.984 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2025-05-14 00:52:20.984 | + lib/nova:clean_iptables:190 : grep nova 2025-05-14 00:52:20.984 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2025-05-14 00:52:20.986 | + lib/nova:clean_iptables:190 : grep '\-N' 2025-05-14 00:52:20.986 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2025-05-14 00:52:20.986 | + lib/nova:clean_iptables:190 : bash 2025-05-14 00:52:20.988 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2025-05-14 00:52:20.995 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2025-05-14 00:52:21.003 | net.ipv4.ip_forward = 1 2025-05-14 00:52:21.006 | + stack.sh:main:1187 : is_service_enabled nova neutron 2025-05-14 00:52:21.021 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:21.023 | + stack.sh:main:1188 : configure_os_vif 2025-05-14 00:52:21.025 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-05-14 00:52:21.027 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-05-14 00:52:21.056 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-05-14 00:52:21.058 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-05-14 00:52:21.087 | + stack.sh:main:1194 : is_service_enabled swift 2025-05-14 00:52:21.101 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:21.103 | + stack.sh:main:1203 : is_service_enabled cinder 2025-05-14 00:52:21.117 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:21.120 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2025-05-14 00:52:21.122 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:52:21.124 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2025-05-14 00:52:21.126 | + stack.sh:main:1205 : async_runfunc init_cinder 2025-05-14 00:52:21.129 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-05-14 00:52:21.179 | + inc/async:async_inner:63 : init_cinder 2025-05-14 00:52:21.211 | [4206 Async init_cinder:49217]: running: init_cinder 2025-05-14 00:52:21.213 | + stack.sh:main:1211 : is_service_enabled placement 2025-05-14 00:52:21.228 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:21.230 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2025-05-14 00:52:21.233 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:52:21.235 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2025-05-14 00:52:21.237 | + stack.sh:main:1213 : async_runfunc init_placement 2025-05-14 00:52:21.240 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-05-14 00:52:21.290 | + inc/async:async_inner:63 : init_placement 2025-05-14 00:52:21.322 | [4206 Async init_placement:49364]: running: init_placement 2025-05-14 00:52:21.324 | + stack.sh:main:1217 : async_wait init_neutron 2025-05-14 00:52:21.363 | [4206 Async init_neutron:48867]: Waiting for completion of init_neutron running on PID 48867 (5 other jobs running) 2025-05-14 00:52:21.382 | [4206 Async init_neutron:48867]: Signaling child to exit 2025-05-14 00:52:24.575 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:52:24.595 | [49217 Async init_cinder:49217]: finished successfully 2025-05-14 00:52:29.045 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:52:29.065 | [48867 Async init_neutron:48867]: finished successfully 2025-05-14 00:52:29.083 | WAKEUP 2025-05-14 00:52:29.101 | [4206 Async init_neutron:48867]: Signaled 2025-05-14 00:52:29.102 | + lib/neutron:init_neutron:501 : recreate_database neutron 2025-05-14 00:52:29.102 | + lib/database:recreate_database:112 : local db=neutron 2025-05-14 00:52:29.102 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-05-14 00:52:29.102 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2025-05-14 00:52:29.102 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-05-14 00:52:29.102 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-05-14 00:52:29.102 | + lib/neutron:init_neutron:502 : time_start dbsync 2025-05-14 00:52:29.102 | + functions-common:time_start:2421 : local name=dbsync 2025-05-14 00:52:29.102 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:52:29.102 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:52:29.102 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:52:29.102 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183940886 2025-05-14 00:52:29.102 | + 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 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-05-14 00:52:29.102 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-05-14 00:52:29.103 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-05-14 00:52:29.103 | Running upgrade for neutron ... 2025-05-14 00:52:29.103 | OK 2025-05-14 00:52:29.103 | + lib/neutron:init_neutron:505 : time_stop dbsync 2025-05-14 00:52:29.103 | + functions-common:time_stop:2435 : local name 2025-05-14 00:52:29.103 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:52:29.103 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:52:29.103 | + functions-common:time_stop:2438 : local total 2025-05-14 00:52:29.103 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:52:29.103 | + functions-common:time_stop:2441 : name=dbsync 2025-05-14 00:52:29.103 | + functions-common:time_stop:2442 : start_time=1747183940886 2025-05-14 00:52:29.104 | + functions-common:time_stop:2444 : [[ -z 1747183940886 ]] 2025-05-14 00:52:29.104 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:52:29.104 | + functions-common:time_stop:2447 : end_time=1747183949032 2025-05-14 00:52:29.104 | + functions-common:time_stop:2448 : elapsed_time=8146 2025-05-14 00:52:29.104 | + functions-common:time_stop:2449 : total=2995 2025-05-14 00:52:29.104 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:52:29.104 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11141 2025-05-14 00:52:29.138 | [4206 Async init_neutron:48867]: finished init_neutron with result 0 in 8 seconds 2025-05-14 00:52:29.141 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:29.143 | + stack.sh:main:1218 : async_wait init_placement 2025-05-14 00:52:29.185 | [4206 Async init_placement:49364]: Waiting for completion of init_placement running on PID 49364 (4 other jobs running) 2025-05-14 00:52:29.204 | [4206 Async init_placement:49364]: Signaling child to exit 2025-05-14 00:52:38.367 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:52:38.387 | [49364 Async init_placement:49364]: finished successfully 2025-05-14 00:52:38.404 | WAKEUP 2025-05-14 00:52:38.422 | [4206 Async init_placement:49364]: Signaled 2025-05-14 00:52:38.423 | + lib/placement:init_placement:143 : recreate_database placement 2025-05-14 00:52:38.423 | + lib/database:recreate_database:112 : local db=placement 2025-05-14 00:52:38.423 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-05-14 00:52:38.423 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2025-05-14 00:52:38.423 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-05-14 00:52:38.423 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-05-14 00:52:38.423 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2025-05-14 00:52:38.423 | + lib/placement:init_placement:145 : create_placement_accounts 2025-05-14 00:52:38.423 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-05-14 00:52:38.423 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-05-14 00:52:38.423 | + functions-common:get_or_create_user:922 : local user_id 2025-05-14 00:52:38.423 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-05-14 00:52:38.423 | + functions-common:get_or_create_user:926 : local email= 2025-05-14 00:52:38.423 | ++ 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 2025-05-14 00:52:38.423 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:52:38.423 | + functions-common:get_or_create_user:938 : user_id=92967bbb5f9249d58e3bb8f4a0257d06 2025-05-14 00:52:38.423 | + functions-common:get_or_create_user:939 : echo 92967bbb5f9249d58e3bb8f4a0257d06 2025-05-14 00:52:38.423 | 92967bbb5f9249d58e3bb8f4a0257d06 2025-05-14 00:52:38.423 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-05-14 00:52:38.423 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:52:38.423 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:52:38.423 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-05-14 00:52:38.423 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:52:38.423 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-05-14 00:52:38.424 | + 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 2025-05-14 00:52:38.424 | ++ 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 2025-05-14 00:52:38.424 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:1003 : echo 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:52:38.424 | 1054502e59de49d2a15540fbcc86c3d5 2025-05-14 00:52:38.424 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-05-14 00:52:38.424 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-05-14 00:52:38.424 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:970 : local domain 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:971 : domain= 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-05-14 00:52:38.424 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-05-14 00:52:38.424 | + 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 2025-05-14 00:52:38.424 | ++ 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 2025-05-14 00:52:38.424 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:52:38.424 | + functions-common:get_or_add_user_project_role:1003 : echo f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:52:38.424 | f34b3dc85d834368bf3bbb4e6b815042 2025-05-14 00:52:38.424 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-05-14 00:52:38.424 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-05-14 00:52:38.424 | + functions-common:get_or_create_service:1078 : local service_id 2025-05-14 00:52:38.425 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-05-14 00:52:38.425 | ++ 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 2025-05-14 00:52:38.425 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:52:38.425 | + functions-common:get_or_create_service:1089 : service_id=' 2025-05-14 00:52:38.425 | 2a55629eb5ed4009a1f0030fbb365e7d' 2025-05-14 00:52:38.425 | + functions-common:get_or_create_service:1090 : echo 2a55629eb5ed4009a1f0030fbb365e7d 2025-05-14 00:52:38.425 | 2a55629eb5ed4009a1f0030fbb365e7d 2025-05-14 00:52:38.425 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-05-14 00:52:38.425 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-05-14 00:52:38.425 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-05-14 00:52:38.425 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-05-14 00:52:38.425 | +++ 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 2025-05-14 00:52:38.425 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:52:38.425 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-05-14 00:52:38.425 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-05-14 00:52:38.425 | +++ 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 2025-05-14 00:52:38.425 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:52:38.425 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=94367f3d4e77410da9c475d2ed94bb0a 2025-05-14 00:52:38.425 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 94367f3d4e77410da9c475d2ed94bb0a 2025-05-14 00:52:38.425 | + functions-common:get_or_create_endpoint:1123 : public_id=94367f3d4e77410da9c475d2ed94bb0a 2025-05-14 00:52:38.425 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-05-14 00:52:38.425 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-05-14 00:52:38.425 | + functions-common:get_or_create_endpoint:1132 : echo 94367f3d4e77410da9c475d2ed94bb0a 2025-05-14 00:52:38.425 | 94367f3d4e77410da9c475d2ed94bb0a 2025-05-14 00:52:38.457 | [4206 Async init_placement:49364]: finished init_placement with result 0 in 17 seconds 2025-05-14 00:52:38.460 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:38.462 | + stack.sh:main:1219 : async_wait init_glance 2025-05-14 00:52:38.501 | [4206 Async init_glance:45622]: Waiting for completion of init_glance running on PID 45622 (3 other jobs running) 2025-05-14 00:52:38.520 | [4206 Async init_glance:45622]: Signaling child to exit 2025-05-14 00:52:38.520 | WAKEUP 2025-05-14 00:52:38.537 | [4206 Async init_glance:45622]: Signaled 2025-05-14 00:52:38.538 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2025-05-14 00:52:38.538 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2025-05-14 00:52:38.538 | + lib/glance:init_glance:489 : recreate_database glance 2025-05-14 00:52:38.538 | + lib/database:recreate_database:112 : local db=glance 2025-05-14 00:52:38.538 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-05-14 00:52:38.538 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2025-05-14 00:52:38.538 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-05-14 00:52:38.538 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-05-14 00:52:38.538 | + lib/glance:init_glance:491 : time_start dbsync 2025-05-14 00:52:38.538 | + functions-common:time_start:2421 : local name=dbsync 2025-05-14 00:52:38.539 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:52:38.539 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:52:38.539 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:52:38.539 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183912229 2025-05-14 00:52:38.539 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-05-14 00:52:38.539 | 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=45708) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:52:38.539 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-05-14 00:52:38.539 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-05-14 00:52:38.539 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-05-14 00:52:38.539 | Database migration is up to date. No migration needed. 2025-05-14 00:52:38.539 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-05-14 00:52:38.539 | Database is synced successfully. 2025-05-14 00:52:38.539 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-05-14 00:52:38.539 | 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=45738) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-05-14 00:52:38.539 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-05-14 00:52:38.540 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-05-14 00:52:38.540 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-05-14 00:52:38.540 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-05-14 00:52:38.540 | + lib/glance:init_glance:497 : time_stop dbsync 2025-05-14 00:52:38.540 | + functions-common:time_stop:2435 : local name 2025-05-14 00:52:38.540 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:52:38.540 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:52:38.540 | + functions-common:time_stop:2438 : local total 2025-05-14 00:52:38.540 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:52:38.540 | + functions-common:time_stop:2441 : name=dbsync 2025-05-14 00:52:38.540 | + functions-common:time_stop:2442 : start_time=1747183912229 2025-05-14 00:52:38.540 | + functions-common:time_stop:2444 : [[ -z 1747183912229 ]] 2025-05-14 00:52:38.540 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:52:38.540 | + functions-common:time_stop:2447 : end_time=1747183916712 2025-05-14 00:52:38.540 | + functions-common:time_stop:2448 : elapsed_time=4483 2025-05-14 00:52:38.540 | + functions-common:time_stop:2449 : total=2995 2025-05-14 00:52:38.540 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:52:38.540 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7478 2025-05-14 00:52:38.571 | [4206 Async init_glance:45622]: finished init_glance with result 0 in 4 seconds 2025-05-14 00:52:38.575 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:38.577 | + stack.sh:main:1220 : async_wait init_swift 2025-05-14 00:52:38.593 | Not waiting for async task init_swift that we never started or has already been waited for 2025-05-14 00:52:38.595 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:38.598 | + stack.sh:main:1221 : async_wait init_cinder 2025-05-14 00:52:38.637 | [4206 Async init_cinder:49217]: Waiting for completion of init_cinder running on PID 49217 (2 other jobs running) 2025-05-14 00:52:38.656 | [4206 Async init_cinder:49217]: Signaling child to exit 2025-05-14 00:52:38.656 | WAKEUP 2025-05-14 00:52:38.672 | [4206 Async init_cinder:49217]: Signaled 2025-05-14 00:52:38.673 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2025-05-14 00:52:38.673 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:38.673 | + lib/cinder:init_cinder:476 : recreate_database cinder 2025-05-14 00:52:38.673 | + lib/database:recreate_database:112 : local db=cinder 2025-05-14 00:52:38.673 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-05-14 00:52:38.673 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2025-05-14 00:52:38.673 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-05-14 00:52:38.673 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-05-14 00:52:38.673 | + lib/cinder:init_cinder:478 : time_start dbsync 2025-05-14 00:52:38.673 | + functions-common:time_start:2421 : local name=dbsync 2025-05-14 00:52:38.673 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:52:38.673 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:52:38.673 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:52:38.673 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183941235 2025-05-14 00:52:38.673 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-05-14 00:52:38.673 | 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=49323) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:52:38.673 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-05-14 00:52:38.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | 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=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-05-14 00:52:38.674 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=49323) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-05-14 00:52:38.674 | INFO cinder.db.migration [-] Applying migration(s) 2025-05-14 00:52:38.674 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-05-14 00:52:38.674 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-05-14 00:52:38.674 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-05-14 00:52:38.674 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49323) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-05-14 00:52:38.674 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-05-14 00:52:38.674 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49323) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:38.674 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-05-14 00:52:38.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=49323) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:52:38.674 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49323) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:38.674 | INFO cinder.db.migration [-] Migration(s) applied 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:481 : time_stop dbsync 2025-05-14 00:52:38.674 | + functions-common:time_stop:2435 : local name 2025-05-14 00:52:38.674 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:52:38.674 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:52:38.674 | + functions-common:time_stop:2438 : local total 2025-05-14 00:52:38.674 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:52:38.674 | + functions-common:time_stop:2441 : name=dbsync 2025-05-14 00:52:38.674 | + functions-common:time_stop:2442 : start_time=1747183941235 2025-05-14 00:52:38.674 | + functions-common:time_stop:2444 : [[ -z 1747183941235 ]] 2025-05-14 00:52:38.674 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:52:38.674 | + functions-common:time_stop:2447 : end_time=1747183944511 2025-05-14 00:52:38.674 | + functions-common:time_stop:2448 : elapsed_time=3276 2025-05-14 00:52:38.674 | + functions-common:time_stop:2449 : total=2995 2025-05-14 00:52:38.674 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:52:38.674 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6271 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2025-05-14 00:52:38.674 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:485 : local be be_name be_type 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:487 : be_type=vmdk 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:488 : be_name=vsphere 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2025-05-14 00:52:38.674 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2025-05-14 00:52:38.675 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:38.675 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2025-05-14 00:52:38.706 | [4206 Async init_cinder:49217]: finished init_cinder with result 0 in 3 seconds 2025-05-14 00:52:38.710 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:38.712 | + stack.sh:main:1226 : is_service_enabled nova 2025-05-14 00:52:38.726 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:38.728 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2025-05-14 00:52:38.730 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:52:38.733 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2025-05-14 00:52:38.735 | + stack.sh:main:1228 : init_nova 2025-05-14 00:52:38.737 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2025-05-14 00:52:38.752 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:38.754 | + lib/nova:init_nova:850 : is_service_enabled n-api 2025-05-14 00:52:38.767 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:38.770 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:52:38.772 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2025-05-14 00:52:38.774 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-05-14 00:52:38.776 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-05-14 00:52:38.778 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2025-05-14 00:52:38.780 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-05-14 00:52:38.789 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-05-14 00:52:38.799 | ++ lib/nova:init_nova:863 : seq 1 1 2025-05-14 00:52:38.803 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-05-14 00:52:38.806 | ++ lib/nova:init_nova:864 : conductor_conf 1 2025-05-14 00:52:38.808 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-05-14 00:52:38.810 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-05-14 00:52:38.813 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-05-14 00:52:38.862 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-05-14 00:52:38.892 | [4206 Async nova-cell-1:50495]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-05-14 00:52:38.895 | + lib/nova:init_nova:867 : recreate_database nova_api 2025-05-14 00:52:38.897 | + lib/database:recreate_database:112 : local db=nova_api 2025-05-14 00:52:38.899 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-05-14 00:52:38.901 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2025-05-14 00:52:38.903 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-05-14 00:52:38.912 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-05-14 00:52:38.921 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-05-14 00:52:39.321 | 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. 2025-05-14 00:52:41.139 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-05-14 00:52:41.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:41.143 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-05-14 00:52:41.144 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50562) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-05-14 00:52:41.158 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-05-14 00:52:41.158 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-05-14 00:52:41.182 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-05-14 00:52:42.118 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=50562) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-05-14 00:52:42.120 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-05-14 00:52:42.322 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=50562) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:42.799 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2025-05-14 00:52:42.801 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-05-14 00:52:42.804 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-05-14 00:52:42.806 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2025-05-14 00:52:42.808 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-05-14 00:52:42.810 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-05-14 00:52:42.812 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2025-05-14 00:52:42.816 | + 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' 2025-05-14 00:52:43.234 | 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. 2025-05-14 00:52:44.281 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:52:44.301 | [50495 Async nova-cell-1:50495]: finished successfully 2025-05-14 00:52:45.061 | ++ lib/nova:init_nova:875 : seq 0 1 2025-05-14 00:52:45.065 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-05-14 00:52:45.068 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2025-05-14 00:52:45.085 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-05-14 00:52:45.087 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:45.090 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-05-14 00:52:45.092 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2025-05-14 00:52:45.136 | [4206 Async nova-cell-1:50495]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 50495 (2 other jobs running) 2025-05-14 00:52:45.155 | [4206 Async nova-cell-1:50495]: Signaling child to exit 2025-05-14 00:52:45.155 | WAKEUP 2025-05-14 00:52:45.173 | [4206 Async nova-cell-1:50495]: Signaled 2025-05-14 00:52:45.174 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2025-05-14 00:52:45.175 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2025-05-14 00:52:45.175 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2025-05-14 00:52:45.175 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-05-14 00:52:45.175 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-05-14 00:52:45.175 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2025-05-14 00:52:45.175 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-05-14 00:52:45.175 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-05-14 00:52:45.175 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-05-14 00:52:45.175 | 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. 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-05-14 00:52:45.175 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50548) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-05-14 00:52:45.175 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-05-14 00:52:45.175 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-05-14 00:52:45.175 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-05-14 00:52:45.175 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=50548) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-05-14 00:52:45.175 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-05-14 00:52:45.175 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50548) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:45.175 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-05-14 00:52:45.175 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50548) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:45.175 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-05-14 00:52:45.175 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50548) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:45.209 | [4206 Async nova-cell-1:50495]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-05-14 00:52:45.212 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:45.214 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:52:45.217 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-05-14 00:52:45.607 | 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. 2025-05-14 00:52:46.999 | DEBUG migrate.versioning.repository [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-05-14 00:52:47.000 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.000 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.000 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.000 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.000 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.000 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.001 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.001 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.001 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.001 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.001 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.001 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.002 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.004 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.005 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.005 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.005 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.005 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.006 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.006 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.006 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:47.006 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:47.006 | DEBUG migrate.versioning.repository [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-05-14 00:52:47.007 | DEBUG migrate.versioning.repository [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-05-14 00:52:47.019 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Context impl MySQLImpl. 2025-05-14 00:52:47.019 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Will assume non-transactional DDL. 2025-05-14 00:52:47.033 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-05-14 00:52:49.031 | DEBUG alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] new branch insert 8f2f1571d55b {{(pid=50752) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-05-14 00:52:49.033 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-05-14 00:52:49.060 | DEBUG alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50752) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:49.062 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-05-14 00:52:49.140 | DEBUG alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50752) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:49.142 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-05-14 00:52:49.158 | DEBUG alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50752) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-05-14 00:52:49.165 | DEBUG migrate.versioning.repository [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-05-14 00:52:49.167 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.167 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.167 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.167 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.167 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.167 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.167 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.168 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.168 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.168 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.169 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.169 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.169 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.169 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.170 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.170 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.170 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.171 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.171 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.171 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.171 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.172 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.172 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.173 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.173 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.173 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.173 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.173 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.175 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.176 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.176 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-05-14 00:52:49.176 | DEBUG migrate.versioning.script.base [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-05-14 00:52:49.176 | DEBUG migrate.versioning.repository [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-05-14 00:52:49.176 | DEBUG migrate.versioning.repository [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=50752) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-05-14 00:52:49.180 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Context impl MySQLImpl. 2025-05-14 00:52:49.180 | INFO alembic.runtime.migration [None req-50d23476-5b10-44ba-8caf-071c1ac7c021 None None] Will assume non-transactional DDL. 2025-05-14 00:52:49.587 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-05-14 00:52:49.972 | 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. 2025-05-14 00:52:51.447 | Running batches of 50 until complete 2025-05-14 00:52:51.447 | +-------------------------------------+--------------+-----------+ 2025-05-14 00:52:51.447 | | Migration | Total Needed | Completed | 2025-05-14 00:52:51.447 | +-------------------------------------+--------------+-----------+ 2025-05-14 00:52:51.447 | | fill_virtual_interface_list | 0 | 0 | 2025-05-14 00:52:51.447 | | migrate_empty_ratio | 0 | 0 | 2025-05-14 00:52:51.447 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-05-14 00:52:51.447 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-05-14 00:52:51.447 | | migration_migrate_to_uuid | 0 | 0 | 2025-05-14 00:52:51.447 | | populate_dev_uuids | 0 | 0 | 2025-05-14 00:52:51.447 | | populate_missing_availability_zones | 0 | 0 | 2025-05-14 00:52:51.447 | | populate_queued_for_delete | 0 | 0 | 2025-05-14 00:52:51.447 | | populate_user_id | 0 | 0 | 2025-05-14 00:52:51.447 | | populate_uuids | 0 | 0 | 2025-05-14 00:52:51.447 | +-------------------------------------+--------------+-----------+ 2025-05-14 00:52:51.893 | ++ lib/nova:init_nova:889 : seq 1 1 2025-05-14 00:52:51.897 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-05-14 00:52:51.900 | ++ lib/nova:init_nova:890 : conductor_conf 1 2025-05-14 00:52:51.903 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-05-14 00:52:51.905 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-05-14 00:52:51.908 | + 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 2025-05-14 00:52:52.295 | 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. 2025-05-14 00:52:53.658 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-05-14 00:52:53.659 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-05-14 00:52:54.060 | + lib/nova:init_nova:894 : create_nova_keys_dir 2025-05-14 00:52:54.062 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-05-14 00:52:54.073 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2025-05-14 00:52:54.075 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2025-05-14 00:52:54.077 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-05-14 00:52:54.129 | + inc/async:async_inner:63 : configure_neutron_nova 2025-05-14 00:52:54.161 | [4206 Async configure_neutron_nova:50832]: running: configure_neutron_nova 2025-05-14 00:52:54.163 | + stack.sh:main:1238 : run_phase stack post-config 2025-05-14 00:52:54.165 | + functions-common:run_phase:1863 : local mode=stack 2025-05-14 00:52:54.167 | + functions-common:run_phase:1864 : local phase=post-config 2025-05-14 00:52:54.169 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-05-14 00:52:54.172 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-05-14 00:52:54.174 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-05-14 00:52:54.176 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-05-14 00:52:54.178 | + functions-common:run_phase:1873 : local extra 2025-05-14 00:52:54.181 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-05-14 00:52:54.185 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-05-14 00:52:54.187 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-05-14 00:52:54.189 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-05-14 00:52:54.191 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-05-14 00:52:54.194 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-05-14 00:52:54.208 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:54.210 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:52:54.213 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:52:54.215 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-05-14 00:52:54.217 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:52:54.220 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:52:54.222 | ++ extras.d/80-tempest.sh:source:12 : : 2025-05-14 00:52:54.224 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-05-14 00:52:54.226 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-05-14 00:52:54.229 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:52:54.231 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-05-14 00:52:54.233 | + functions-common:run_phase:1890 : run_plugins stack post-config 2025-05-14 00:52:54.235 | + functions-common:run_plugins:1849 : local mode=stack 2025-05-14 00:52:54.238 | + functions-common:run_plugins:1850 : local phase=post-config 2025-05-14 00:52:54.240 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-05-14 00:52:54.242 | + functions-common:run_plugins:1853 : local plugin 2025-05-14 00:52:54.245 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-05-14 00:52:54.247 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:52:54.250 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-05-14 00:52:54.252 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-05-14 00:52:54.254 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:52:54.256 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:52:54.259 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-05-14 00:52:54.261 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:52:54.263 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:52:54.265 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-05-14 00:52:54.267 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:52:54.270 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2025-05-14 00:52:54.272 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-05-14 00:52:54.274 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.276 | + inc/meta-config:merge_config_group:171 : shift 2025-05-14 00:52:54.279 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-05-14 00:52:54.281 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:52:54.283 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-05-14 00:52:54.285 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-05-14 00:52:54.288 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-05-14 00:52:54.290 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.293 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-05-14 00:52:54.295 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:52:54.298 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-05-14 00:52:54.298 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:52:54.298 | gsub("[][]", "", $1); 2025-05-14 00:52:54.298 | split($1, a, "|"); 2025-05-14 00:52:54.298 | if (a[1] == matchgroup) 2025-05-14 00:52:54.298 | print a[2] 2025-05-14 00:52:54.298 | } 2025-05-14 00:52:54.298 | ' /opt/stack/devstack/local.conf 2025-05-14 00:52:54.303 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-05-14 00:52:54.305 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-05-14 00:52:54.308 | + inc/meta-config:merge_config_group:180 : local dir 2025-05-14 00:52:54.310 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-05-14 00:52:54.312 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-05-14 00:52:54.315 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-05-14 00:52:54.317 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-05-14 00:52:54.320 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-05-14 00:52:54.324 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-05-14 00:52:54.326 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-05-14 00:52:54.329 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-05-14 00:52:54.331 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.333 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-05-14 00:52:54.336 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-05-14 00:52:54.338 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-05-14 00:52:54.341 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-05-14 00:52:54.343 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-05-14 00:52:54.346 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-05-14 00:52:54.348 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-05-14 00:52:54.351 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-05-14 00:52:54.351 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-05-14 00:52:54.352 | BEGIN { 2025-05-14 00:52:54.352 | section = "" 2025-05-14 00:52:54.352 | last_section = "" 2025-05-14 00:52:54.352 | section_count = 0 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | /^\[.+\]/ { 2025-05-14 00:52:54.352 | gsub("[][]", "", $1); 2025-05-14 00:52:54.352 | section=$1 2025-05-14 00:52:54.352 | next 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | /^ *\#/ { 2025-05-14 00:52:54.352 | next 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | /^[^ \t]+/ { 2025-05-14 00:52:54.352 | # get offset of first = in $0 2025-05-14 00:52:54.352 | eq_idx = index($0, "=") 2025-05-14 00:52:54.352 | # extract attr & value from $0 2025-05-14 00:52:54.352 | attr = substr($0, 1, eq_idx - 1) 2025-05-14 00:52:54.352 | value = substr($0, eq_idx + 1) 2025-05-14 00:52:54.352 | # only need to strip trailing whitespace from attr 2025-05-14 00:52:54.352 | sub(/[ \t]*$/, "", attr) 2025-05-14 00:52:54.352 | # need to strip leading & trailing whitespace from value 2025-05-14 00:52:54.352 | sub(/^[ \t]*/, "", value) 2025-05-14 00:52:54.352 | sub(/[ \t]*$/, "", value) 2025-05-14 00:52:54.352 | 2025-05-14 00:52:54.352 | # cfg_attr_count: number of config lines per [section, attr] 2025-05-14 00:52:54.352 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-05-14 00:52:54.352 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-05-14 00:52:54.352 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-05-14 00:52:54.352 | if (! (section, attr) in cfg_attr_count) { 2025-05-14 00:52:54.352 | if (section != last_section) { 2025-05-14 00:52:54.352 | cfg_section[section_count++] = section 2025-05-14 00:52:54.352 | last_section = section 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-05-14 00:52:54.352 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-05-14 00:52:54.352 | 2025-05-14 00:52:54.352 | cfg_attr[section, attr, 0] = value 2025-05-14 00:52:54.352 | cfg_attr_count[section, attr] = 1 2025-05-14 00:52:54.352 | } else { 2025-05-14 00:52:54.352 | lno = cfg_attr_count[section, attr]++ 2025-05-14 00:52:54.352 | cfg_attr[section, attr, lno] = value 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | END { 2025-05-14 00:52:54.352 | # Process each section in order 2025-05-14 00:52:54.352 | for (sno = 0; sno < section_count; sno++) { 2025-05-14 00:52:54.352 | section = cfg_section[sno] 2025-05-14 00:52:54.352 | # The ini routines simply append a config item immediately 2025-05-14 00:52:54.352 | # after the section header. To keep the same order as defined 2025-05-14 00:52:54.352 | # in local.conf, invoke the ini routines in the reverse order 2025-05-14 00:52:54.352 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-05-14 00:52:54.352 | attr = cfg_sec_attr_name[sno, attr_no] 2025-05-14 00:52:54.352 | if (cfg_attr_count[section, attr] == 1) 2025-05-14 00:52:54.352 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-05-14 00:52:54.352 | else { 2025-05-14 00:52:54.352 | # For multiline, invoke the ini routines in the reverse order 2025-05-14 00:52:54.352 | count = cfg_attr_count[section, attr] 2025-05-14 00:52:54.352 | print "inidelete " configfile " " section " " attr 2025-05-14 00:52:54.352 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-05-14 00:52:54.352 | for (l = count -2; l >= 0; l--) 2025-05-14 00:52:54.352 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | } 2025-05-14 00:52:54.352 | ' 2025-05-14 00:52:54.352 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.354 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.354 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-05-14 00:52:54.356 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-05-14 00:52:54.358 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-05-14 00:52:54.360 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:52:54.363 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-05-14 00:52:54.365 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-05-14 00:52:54.365 | BEGIN { group = "" } 2025-05-14 00:52:54.365 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:52:54.365 | gsub("[][]", "", $1); 2025-05-14 00:52:54.365 | split($1, a, "|"); 2025-05-14 00:52:54.365 | if (a[1] == matchgroup && a[2] == configfile) { 2025-05-14 00:52:54.365 | group=a[1] 2025-05-14 00:52:54.365 | } else { 2025-05-14 00:52:54.365 | group="" 2025-05-14 00:52:54.365 | } 2025-05-14 00:52:54.365 | next 2025-05-14 00:52:54.365 | } 2025-05-14 00:52:54.365 | { 2025-05-14 00:52:54.365 | if (group != "") 2025-05-14 00:52:54.365 | print $0 2025-05-14 00:52:54.365 | } 2025-05-14 00:52:54.365 | ' /opt/stack/devstack/local.conf 2025-05-14 00:52:54.370 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-05-14 00:52:54.372 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-05-14 00:52:54.397 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.401 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-05-14 00:52:54.403 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-05-14 00:52:54.405 | + inc/meta-config:merge_config_group:180 : local dir 2025-05-14 00:52:54.408 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-05-14 00:52:54.410 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-05-14 00:52:54.413 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-05-14 00:52:54.415 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-05-14 00:52:54.418 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-05-14 00:52:54.421 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-05-14 00:52:54.423 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-05-14 00:52:54.425 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-05-14 00:52:54.428 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.430 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-05-14 00:52:54.432 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-05-14 00:52:54.435 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-05-14 00:52:54.438 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-05-14 00:52:54.439 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-05-14 00:52:54.443 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-05-14 00:52:54.445 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-05-14 00:52:54.448 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-05-14 00:52:54.449 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.449 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-05-14 00:52:54.449 | BEGIN { 2025-05-14 00:52:54.449 | section = "" 2025-05-14 00:52:54.449 | last_section = "" 2025-05-14 00:52:54.449 | section_count = 0 2025-05-14 00:52:54.449 | } 2025-05-14 00:52:54.449 | /^\[.+\]/ { 2025-05-14 00:52:54.449 | gsub("[][]", "", $1); 2025-05-14 00:52:54.449 | section=$1 2025-05-14 00:52:54.449 | next 2025-05-14 00:52:54.449 | } 2025-05-14 00:52:54.449 | /^ *\#/ { 2025-05-14 00:52:54.449 | next 2025-05-14 00:52:54.449 | } 2025-05-14 00:52:54.449 | /^[^ \t]+/ { 2025-05-14 00:52:54.449 | # get offset of first = in $0 2025-05-14 00:52:54.449 | eq_idx = index($0, "=") 2025-05-14 00:52:54.449 | # extract attr & value from $0 2025-05-14 00:52:54.449 | attr = substr($0, 1, eq_idx - 1) 2025-05-14 00:52:54.449 | value = substr($0, eq_idx + 1) 2025-05-14 00:52:54.449 | # only need to strip trailing whitespace from attr 2025-05-14 00:52:54.449 | sub(/[ \t]*$/, "", attr) 2025-05-14 00:52:54.449 | # need to strip leading & trailing whitespace from value 2025-05-14 00:52:54.449 | sub(/^[ \t]*/, "", value) 2025-05-14 00:52:54.449 | sub(/[ \t]*$/, "", value) 2025-05-14 00:52:54.449 | 2025-05-14 00:52:54.449 | # cfg_attr_count: number of config lines per [section, attr] 2025-05-14 00:52:54.449 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-05-14 00:52:54.449 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-05-14 00:52:54.449 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-05-14 00:52:54.449 | if (! (section, attr) in cfg_attr_count) { 2025-05-14 00:52:54.449 | if (section != last_section) { 2025-05-14 00:52:54.449 | cfg_section[section_count++] = section 2025-05-14 00:52:54.449 | last_section = section 2025-05-14 00:52:54.449 | } 2025-05-14 00:52:54.449 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-05-14 00:52:54.449 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-05-14 00:52:54.449 | 2025-05-14 00:52:54.449 | cfg_attr[section, attr, 0] = value 2025-05-14 00:52:54.449 | cfg_attr_count[section, attr] = 1 2025-05-14 00:52:54.449 | } else { 2025-05-14 00:52:54.449 | lno = cfg_attr_count[section, attr]++ 2025-05-14 00:52:54.449 | cfg_attr[section, attr, lno] = value 2025-05-14 00:52:54.449 | } 2025-05-14 00:52:54.449 | } 2025-05-14 00:52:54.449 | END { 2025-05-14 00:52:54.449 | # Process each section in order 2025-05-14 00:52:54.449 | for (sno = 0; sno < section_count; sno++) { 2025-05-14 00:52:54.450 | section = cfg_section[sno] 2025-05-14 00:52:54.450 | # The ini routines simply append a config item immediately 2025-05-14 00:52:54.450 | # after the section header. To keep the same order as defined 2025-05-14 00:52:54.450 | # in local.conf, invoke the ini routines in the reverse order 2025-05-14 00:52:54.450 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-05-14 00:52:54.450 | attr = cfg_sec_attr_name[sno, attr_no] 2025-05-14 00:52:54.450 | if (cfg_attr_count[section, attr] == 1) 2025-05-14 00:52:54.450 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-05-14 00:52:54.450 | else { 2025-05-14 00:52:54.450 | # For multiline, invoke the ini routines in the reverse order 2025-05-14 00:52:54.450 | count = cfg_attr_count[section, attr] 2025-05-14 00:52:54.450 | print "inidelete " configfile " " section " " attr 2025-05-14 00:52:54.450 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-05-14 00:52:54.450 | for (l = count -2; l >= 0; l--) 2025-05-14 00:52:54.450 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-05-14 00:52:54.450 | } 2025-05-14 00:52:54.450 | } 2025-05-14 00:52:54.450 | } 2025-05-14 00:52:54.450 | } 2025-05-14 00:52:54.450 | ' 2025-05-14 00:52:54.450 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.451 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-05-14 00:52:54.452 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-05-14 00:52:54.455 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-05-14 00:52:54.457 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:52:54.460 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-05-14 00:52:54.462 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-05-14 00:52:54.462 | BEGIN { group = "" } 2025-05-14 00:52:54.462 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:52:54.462 | gsub("[][]", "", $1); 2025-05-14 00:52:54.462 | split($1, a, "|"); 2025-05-14 00:52:54.462 | if (a[1] == matchgroup && a[2] == configfile) { 2025-05-14 00:52:54.462 | group=a[1] 2025-05-14 00:52:54.462 | } else { 2025-05-14 00:52:54.462 | group="" 2025-05-14 00:52:54.462 | } 2025-05-14 00:52:54.462 | next 2025-05-14 00:52:54.462 | } 2025-05-14 00:52:54.462 | { 2025-05-14 00:52:54.462 | if (group != "") 2025-05-14 00:52:54.462 | print $0 2025-05-14 00:52:54.462 | } 2025-05-14 00:52:54.462 | ' /opt/stack/devstack/local.conf 2025-05-14 00:52:54.467 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-05-14 00:52:54.469 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:52:54.469 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-05-14 00:52:54.489 | [50832 Async configure_neutron_nova:50832]: finished successfully 2025-05-14 00:52:54.494 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.497 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-05-14 00:52:54.499 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-05-14 00:52:54.502 | + inc/meta-config:merge_config_group:180 : local dir 2025-05-14 00:52:54.506 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-05-14 00:52:54.508 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-05-14 00:52:54.510 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-05-14 00:52:54.513 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-05-14 00:52:54.516 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-05-14 00:52:54.519 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-05-14 00:52:54.521 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-05-14 00:52:54.524 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-05-14 00:52:54.526 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.528 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-05-14 00:52:54.530 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-05-14 00:52:54.533 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-05-14 00:52:54.536 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-05-14 00:52:54.538 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-05-14 00:52:54.541 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-05-14 00:52:54.543 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-05-14 00:52:54.546 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-05-14 00:52:54.546 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-05-14 00:52:54.546 | BEGIN { 2025-05-14 00:52:54.546 | section = "" 2025-05-14 00:52:54.546 | last_section = "" 2025-05-14 00:52:54.546 | section_count = 0 2025-05-14 00:52:54.546 | } 2025-05-14 00:52:54.546 | /^\[.+\]/ { 2025-05-14 00:52:54.546 | gsub("[][]", "", $1); 2025-05-14 00:52:54.546 | section=$1 2025-05-14 00:52:54.546 | next 2025-05-14 00:52:54.546 | } 2025-05-14 00:52:54.546 | /^ *\#/ { 2025-05-14 00:52:54.546 | next 2025-05-14 00:52:54.546 | } 2025-05-14 00:52:54.546 | /^[^ \t]+/ { 2025-05-14 00:52:54.546 | # get offset of first = in $0 2025-05-14 00:52:54.546 | eq_idx = index($0, "=") 2025-05-14 00:52:54.546 | # extract attr & value from $0 2025-05-14 00:52:54.546 | attr = substr($0, 1, eq_idx - 1) 2025-05-14 00:52:54.546 | value = substr($0, eq_idx + 1) 2025-05-14 00:52:54.546 | # only need to strip trailing whitespace from attr 2025-05-14 00:52:54.546 | sub(/[ \t]*$/, "", attr) 2025-05-14 00:52:54.546 | # need to strip leading & trailing whitespace from value 2025-05-14 00:52:54.546 | sub(/^[ \t]*/, "", value) 2025-05-14 00:52:54.546 | sub(/[ \t]*$/, "", value) 2025-05-14 00:52:54.546 | 2025-05-14 00:52:54.546 | # cfg_attr_count: number of config lines per [section, attr] 2025-05-14 00:52:54.546 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-05-14 00:52:54.546 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-05-14 00:52:54.546 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-05-14 00:52:54.546 | if (! (section, attr) in cfg_attr_count) { 2025-05-14 00:52:54.546 | if (section != last_section) { 2025-05-14 00:52:54.547 | cfg_section[section_count++] = section 2025-05-14 00:52:54.547 | last_section = section 2025-05-14 00:52:54.547 | } 2025-05-14 00:52:54.547 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-05-14 00:52:54.547 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-05-14 00:52:54.547 | 2025-05-14 00:52:54.547 | cfg_attr[section, attr, 0] = value 2025-05-14 00:52:54.547 | cfg_attr_count[section, attr] = 1 2025-05-14 00:52:54.547 | } else { 2025-05-14 00:52:54.547 | lno = cfg_attr_count[section, attr]++ 2025-05-14 00:52:54.547 | cfg_attr[section, attr, lno] = value 2025-05-14 00:52:54.547 | } 2025-05-14 00:52:54.547 | } 2025-05-14 00:52:54.547 | END { 2025-05-14 00:52:54.547 | # Process each section in order 2025-05-14 00:52:54.547 | for (sno = 0; sno < section_count; sno++) { 2025-05-14 00:52:54.547 | section = cfg_section[sno] 2025-05-14 00:52:54.547 | # The ini routines simply append a config item immediately 2025-05-14 00:52:54.547 | # after the section header. To keep the same order as defined 2025-05-14 00:52:54.547 | # in local.conf, invoke the ini routines in the reverse order 2025-05-14 00:52:54.547 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-05-14 00:52:54.547 | attr = cfg_sec_attr_name[sno, attr_no] 2025-05-14 00:52:54.547 | if (cfg_attr_count[section, attr] == 1) 2025-05-14 00:52:54.547 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-05-14 00:52:54.547 | else { 2025-05-14 00:52:54.547 | # For multiline, invoke the ini routines in the reverse order 2025-05-14 00:52:54.547 | count = cfg_attr_count[section, attr] 2025-05-14 00:52:54.547 | print "inidelete " configfile " " section " " attr 2025-05-14 00:52:54.547 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-05-14 00:52:54.547 | for (l = count -2; l >= 0; l--) 2025-05-14 00:52:54.547 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-05-14 00:52:54.547 | } 2025-05-14 00:52:54.547 | } 2025-05-14 00:52:54.547 | } 2025-05-14 00:52:54.547 | } 2025-05-14 00:52:54.547 | ' 2025-05-14 00:52:54.547 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.548 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.548 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-05-14 00:52:54.550 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-05-14 00:52:54.552 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-05-14 00:52:54.554 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:52:54.556 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-05-14 00:52:54.558 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-05-14 00:52:54.558 | BEGIN { group = "" } 2025-05-14 00:52:54.558 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:52:54.558 | gsub("[][]", "", $1); 2025-05-14 00:52:54.558 | split($1, a, "|"); 2025-05-14 00:52:54.558 | if (a[1] == matchgroup && a[2] == configfile) { 2025-05-14 00:52:54.558 | group=a[1] 2025-05-14 00:52:54.558 | } else { 2025-05-14 00:52:54.559 | group="" 2025-05-14 00:52:54.559 | } 2025-05-14 00:52:54.559 | next 2025-05-14 00:52:54.559 | } 2025-05-14 00:52:54.559 | { 2025-05-14 00:52:54.559 | if (group != "") 2025-05-14 00:52:54.559 | print $0 2025-05-14 00:52:54.559 | } 2025-05-14 00:52:54.559 | ' /opt/stack/devstack/local.conf 2025-05-14 00:52:54.564 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-05-14 00:52:54.566 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-05-14 00:52:54.592 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.594 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-05-14 00:52:54.596 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-05-14 00:52:54.622 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.625 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-05-14 00:52:54.627 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-05-14 00:52:54.629 | + inc/meta-config:merge_config_group:180 : local dir 2025-05-14 00:52:54.632 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-05-14 00:52:54.634 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:54.637 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:54.639 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-05-14 00:52:54.642 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:54.646 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-05-14 00:52:54.648 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-05-14 00:52:54.650 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-05-14 00:52:54.652 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.654 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-05-14 00:52:54.656 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-05-14 00:52:54.659 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-05-14 00:52:54.662 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-05-14 00:52:54.664 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:54.666 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-05-14 00:52:54.668 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-05-14 00:52:54.672 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-05-14 00:52:54.672 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-05-14 00:52:54.672 | BEGIN { 2025-05-14 00:52:54.672 | section = "" 2025-05-14 00:52:54.672 | last_section = "" 2025-05-14 00:52:54.672 | section_count = 0 2025-05-14 00:52:54.672 | } 2025-05-14 00:52:54.672 | /^\[.+\]/ { 2025-05-14 00:52:54.672 | gsub("[][]", "", $1); 2025-05-14 00:52:54.672 | section=$1 2025-05-14 00:52:54.672 | next 2025-05-14 00:52:54.672 | } 2025-05-14 00:52:54.672 | /^ *\#/ { 2025-05-14 00:52:54.672 | next 2025-05-14 00:52:54.672 | } 2025-05-14 00:52:54.672 | /^[^ \t]+/ { 2025-05-14 00:52:54.672 | # get offset of first = in $0 2025-05-14 00:52:54.672 | eq_idx = index($0, "=") 2025-05-14 00:52:54.672 | # extract attr & value from $0 2025-05-14 00:52:54.672 | attr = substr($0, 1, eq_idx - 1) 2025-05-14 00:52:54.672 | value = substr($0, eq_idx + 1) 2025-05-14 00:52:54.672 | # only need to strip trailing whitespace from attr 2025-05-14 00:52:54.672 | sub(/[ \t]*$/, "", attr) 2025-05-14 00:52:54.672 | # need to strip leading & trailing whitespace from value 2025-05-14 00:52:54.672 | sub(/^[ \t]*/, "", value) 2025-05-14 00:52:54.672 | sub(/[ \t]*$/, "", value) 2025-05-14 00:52:54.672 | 2025-05-14 00:52:54.672 | # cfg_attr_count: number of config lines per [section, attr] 2025-05-14 00:52:54.672 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-05-14 00:52:54.672 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-05-14 00:52:54.672 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-05-14 00:52:54.672 | if (! (section, attr) in cfg_attr_count) { 2025-05-14 00:52:54.673 | if (section != last_section) { 2025-05-14 00:52:54.673 | cfg_section[section_count++] = section 2025-05-14 00:52:54.673 | last_section = section 2025-05-14 00:52:54.673 | } 2025-05-14 00:52:54.673 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-05-14 00:52:54.673 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-05-14 00:52:54.673 | 2025-05-14 00:52:54.673 | cfg_attr[section, attr, 0] = value 2025-05-14 00:52:54.673 | cfg_attr_count[section, attr] = 1 2025-05-14 00:52:54.673 | } else { 2025-05-14 00:52:54.673 | lno = cfg_attr_count[section, attr]++ 2025-05-14 00:52:54.673 | cfg_attr[section, attr, lno] = value 2025-05-14 00:52:54.673 | } 2025-05-14 00:52:54.673 | } 2025-05-14 00:52:54.673 | END { 2025-05-14 00:52:54.673 | # Process each section in order 2025-05-14 00:52:54.673 | for (sno = 0; sno < section_count; sno++) { 2025-05-14 00:52:54.673 | section = cfg_section[sno] 2025-05-14 00:52:54.673 | # The ini routines simply append a config item immediately 2025-05-14 00:52:54.673 | # after the section header. To keep the same order as defined 2025-05-14 00:52:54.673 | # in local.conf, invoke the ini routines in the reverse order 2025-05-14 00:52:54.673 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-05-14 00:52:54.673 | attr = cfg_sec_attr_name[sno, attr_no] 2025-05-14 00:52:54.673 | if (cfg_attr_count[section, attr] == 1) 2025-05-14 00:52:54.673 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-05-14 00:52:54.673 | else { 2025-05-14 00:52:54.673 | # For multiline, invoke the ini routines in the reverse order 2025-05-14 00:52:54.673 | count = cfg_attr_count[section, attr] 2025-05-14 00:52:54.673 | print "inidelete " configfile " " section " " attr 2025-05-14 00:52:54.673 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-05-14 00:52:54.673 | for (l = count -2; l >= 0; l--) 2025-05-14 00:52:54.673 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-05-14 00:52:54.673 | } 2025-05-14 00:52:54.673 | } 2025-05-14 00:52:54.673 | } 2025-05-14 00:52:54.673 | } 2025-05-14 00:52:54.673 | ' 2025-05-14 00:52:54.673 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.674 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.674 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-05-14 00:52:54.676 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-05-14 00:52:54.678 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-05-14 00:52:54.680 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:52:54.682 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-05-14 00:52:54.684 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-05-14 00:52:54.684 | BEGIN { group = "" } 2025-05-14 00:52:54.684 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:52:54.684 | gsub("[][]", "", $1); 2025-05-14 00:52:54.684 | split($1, a, "|"); 2025-05-14 00:52:54.684 | if (a[1] == matchgroup && a[2] == configfile) { 2025-05-14 00:52:54.684 | group=a[1] 2025-05-14 00:52:54.684 | } else { 2025-05-14 00:52:54.684 | group="" 2025-05-14 00:52:54.684 | } 2025-05-14 00:52:54.684 | next 2025-05-14 00:52:54.684 | } 2025-05-14 00:52:54.684 | { 2025-05-14 00:52:54.684 | if (group != "") 2025-05-14 00:52:54.684 | print $0 2025-05-14 00:52:54.684 | } 2025-05-14 00:52:54.685 | ' /opt/stack/devstack/local.conf 2025-05-14 00:52:54.689 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-05-14 00:52:54.692 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-05-14 00:52:54.717 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.719 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-05-14 00:52:54.721 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-05-14 00:52:54.747 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.749 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-05-14 00:52:54.751 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-05-14 00:52:54.777 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.779 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-05-14 00:52:54.781 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-05-14 00:52:54.808 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.810 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-05-14 00:52:54.812 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-05-14 00:52:54.837 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.839 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-05-14 00:52:54.841 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-05-14 00:52:54.867 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.869 | + 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"' 2025-05-14 00:52:54.871 | ++ 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 2025-05-14 00:52:54.897 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.899 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-05-14 00:52:54.902 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-05-14 00:52:54.927 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.930 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-05-14 00:52:54.932 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-05-14 00:52:54.959 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:54.962 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-05-14 00:52:54.964 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-05-14 00:52:54.966 | + inc/meta-config:merge_config_group:180 : local dir 2025-05-14 00:52:54.969 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-05-14 00:52:54.971 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:54.974 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-05-14 00:52:54.976 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-05-14 00:52:54.979 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:54.983 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-05-14 00:52:54.985 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-05-14 00:52:54.987 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:54.989 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:54.991 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-05-14 00:52:54.994 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-05-14 00:52:54.996 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-05-14 00:52:54.999 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:55.001 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:55.004 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-05-14 00:52:55.006 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-05-14 00:52:55.009 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-05-14 00:52:55.009 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-05-14 00:52:55.009 | BEGIN { 2025-05-14 00:52:55.009 | section = "" 2025-05-14 00:52:55.009 | last_section = "" 2025-05-14 00:52:55.009 | section_count = 0 2025-05-14 00:52:55.009 | } 2025-05-14 00:52:55.009 | /^\[.+\]/ { 2025-05-14 00:52:55.009 | gsub("[][]", "", $1); 2025-05-14 00:52:55.009 | section=$1 2025-05-14 00:52:55.009 | next 2025-05-14 00:52:55.009 | } 2025-05-14 00:52:55.009 | /^ *\#/ { 2025-05-14 00:52:55.009 | next 2025-05-14 00:52:55.009 | } 2025-05-14 00:52:55.009 | /^[^ \t]+/ { 2025-05-14 00:52:55.009 | # get offset of first = in $0 2025-05-14 00:52:55.009 | eq_idx = index($0, "=") 2025-05-14 00:52:55.009 | # extract attr & value from $0 2025-05-14 00:52:55.009 | attr = substr($0, 1, eq_idx - 1) 2025-05-14 00:52:55.009 | value = substr($0, eq_idx + 1) 2025-05-14 00:52:55.009 | # only need to strip trailing whitespace from attr 2025-05-14 00:52:55.009 | sub(/[ \t]*$/, "", attr) 2025-05-14 00:52:55.009 | # need to strip leading & trailing whitespace from value 2025-05-14 00:52:55.009 | sub(/^[ \t]*/, "", value) 2025-05-14 00:52:55.009 | sub(/[ \t]*$/, "", value) 2025-05-14 00:52:55.009 | 2025-05-14 00:52:55.009 | # cfg_attr_count: number of config lines per [section, attr] 2025-05-14 00:52:55.009 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-05-14 00:52:55.009 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-05-14 00:52:55.009 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-05-14 00:52:55.009 | if (! (section, attr) in cfg_attr_count) { 2025-05-14 00:52:55.010 | if (section != last_section) { 2025-05-14 00:52:55.010 | cfg_section[section_count++] = section 2025-05-14 00:52:55.010 | last_section = section 2025-05-14 00:52:55.010 | } 2025-05-14 00:52:55.010 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-05-14 00:52:55.010 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-05-14 00:52:55.010 | 2025-05-14 00:52:55.010 | cfg_attr[section, attr, 0] = value 2025-05-14 00:52:55.010 | cfg_attr_count[section, attr] = 1 2025-05-14 00:52:55.010 | } else { 2025-05-14 00:52:55.010 | lno = cfg_attr_count[section, attr]++ 2025-05-14 00:52:55.010 | cfg_attr[section, attr, lno] = value 2025-05-14 00:52:55.010 | } 2025-05-14 00:52:55.010 | } 2025-05-14 00:52:55.010 | END { 2025-05-14 00:52:55.010 | # Process each section in order 2025-05-14 00:52:55.010 | for (sno = 0; sno < section_count; sno++) { 2025-05-14 00:52:55.010 | section = cfg_section[sno] 2025-05-14 00:52:55.010 | # The ini routines simply append a config item immediately 2025-05-14 00:52:55.010 | # after the section header. To keep the same order as defined 2025-05-14 00:52:55.010 | # in local.conf, invoke the ini routines in the reverse order 2025-05-14 00:52:55.010 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-05-14 00:52:55.010 | attr = cfg_sec_attr_name[sno, attr_no] 2025-05-14 00:52:55.010 | if (cfg_attr_count[section, attr] == 1) 2025-05-14 00:52:55.010 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-05-14 00:52:55.010 | else { 2025-05-14 00:52:55.010 | # For multiline, invoke the ini routines in the reverse order 2025-05-14 00:52:55.010 | count = cfg_attr_count[section, attr] 2025-05-14 00:52:55.010 | print "inidelete " configfile " " section " " attr 2025-05-14 00:52:55.010 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-05-14 00:52:55.010 | for (l = count -2; l >= 0; l--) 2025-05-14 00:52:55.010 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-05-14 00:52:55.010 | } 2025-05-14 00:52:55.010 | } 2025-05-14 00:52:55.010 | } 2025-05-14 00:52:55.010 | } 2025-05-14 00:52:55.010 | ' 2025-05-14 00:52:55.010 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:55.011 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:52:55.011 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-05-14 00:52:55.013 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-05-14 00:52:55.015 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-05-14 00:52:55.017 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:52:55.019 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-05-14 00:52:55.022 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-05-14 00:52:55.022 | BEGIN { group = "" } 2025-05-14 00:52:55.022 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:52:55.022 | gsub("[][]", "", $1); 2025-05-14 00:52:55.022 | split($1, a, "|"); 2025-05-14 00:52:55.022 | if (a[1] == matchgroup && a[2] == configfile) { 2025-05-14 00:52:55.022 | group=a[1] 2025-05-14 00:52:55.022 | } else { 2025-05-14 00:52:55.022 | group="" 2025-05-14 00:52:55.022 | } 2025-05-14 00:52:55.022 | next 2025-05-14 00:52:55.022 | } 2025-05-14 00:52:55.022 | { 2025-05-14 00:52:55.022 | if (group != "") 2025-05-14 00:52:55.022 | print $0 2025-05-14 00:52:55.022 | } 2025-05-14 00:52:55.022 | ' /opt/stack/devstack/local.conf 2025-05-14 00:52:55.026 | + 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"' 2025-05-14 00:52:55.029 | ++ 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' 2025-05-14 00:52:55.054 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:55.056 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-05-14 00:52:55.058 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-05-14 00:52:55.085 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:55.087 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-05-14 00:52:55.089 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-05-14 00:52:55.115 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:52:55.118 | + stack.sh:main:1255 : is_service_enabled swift 2025-05-14 00:52:55.133 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:55.135 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-05-14 00:52:55.137 | + stack.sh:main:1264 : is_service_enabled cinder 2025-05-14 00:52:55.153 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:55.155 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-05-14 00:52:55.183 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2025-05-14 00:52:55.223 | [4206 Async configure_neutron_nova:50832]: Waiting for completion of configure_neutron_nova running on PID 50832 (2 other jobs running) 2025-05-14 00:52:55.243 | [4206 Async configure_neutron_nova:50832]: Signaling child to exit 2025-05-14 00:52:55.243 | WAKEUP 2025-05-14 00:52:55.259 | [4206 Async configure_neutron_nova:50832]: Signaled 2025-05-14 00:52:55.260 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-05-14 00:52:55.260 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-05-14 00:52:55.260 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2025-05-14 00:52:55.260 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-05-14 00:52:55.260 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-05-14 00:52:55.261 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-05-14 00:52:55.261 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:52:55.292 | [4206 Async configure_neutron_nova:50832]: finished configure_neutron_nova with result 0 in 0 seconds 2025-05-14 00:52:55.295 | + inc/async:async_wait:197 : return 0 2025-05-14 00:52:55.298 | + stack.sh:main:1274 : is_service_enabled nova 2025-05-14 00:52:55.313 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:55.316 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-05-14 00:52:55.342 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-05-14 00:52:55.371 | + stack.sh:main:1280 : is_service_enabled n-api 2025-05-14 00:52:55.386 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:55.388 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2025-05-14 00:52:55.390 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:52:55.393 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2025-05-14 00:52:55.395 | + stack.sh:main:1282 : start_nova_api 2025-05-14 00:52:55.397 | + lib/nova:start_nova_api:970 : local service_port=8774 2025-05-14 00:52:55.399 | + lib/nova:start_nova_api:971 : local service_protocol=http 2025-05-14 00:52:55.401 | + lib/nova:start_nova_api:972 : local nova_url 2025-05-14 00:52:55.403 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2025-05-14 00:52:55.417 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:55.419 | + 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 2025-05-14 00:52:55.421 | + 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 2025-05-14 00:52:55.424 | + 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 2025-05-14 00:52:55.426 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2025-05-14 00:52:55.429 | ++ lib/nova:start_nova_api:990 : which uwsgi 2025-05-14 00:52:55.432 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-05-14 00:52:55.434 | + functions-common:run_process:1689 : local service=n-api 2025-05-14 00:52:55.436 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-05-14 00:52:55.439 | + functions-common:run_process:1691 : local group= 2025-05-14 00:52:55.441 | + functions-common:run_process:1692 : local user= 2025-05-14 00:52:55.443 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:52:55.446 | + functions-common:run_process:1695 : local name=n-api 2025-05-14 00:52:55.448 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:52:55.450 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:52:55.452 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:52:55.454 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:52:55.458 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:52:55.461 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183975458 2025-05-14 00:52:55.463 | + functions-common:run_process:1698 : is_service_enabled n-api 2025-05-14 00:52:55.476 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:55.478 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-05-14 00:52:55.480 | + functions-common:_run_under_systemd:1649 : local service=n-api 2025-05-14 00:52:55.482 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-05-14 00:52:55.484 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-05-14 00:52:55.486 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-05-14 00:52:55.488 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-05-14 00:52:55.490 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-05-14 00:52:55.492 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-05-14 00:52:55.495 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2025-05-14 00:52:55.497 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:52:55.499 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:52:55.501 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:52:55.503 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:52:55.506 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-05-14 00:52:55.508 | + 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 '' 2025-05-14 00:52:55.510 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2025-05-14 00:52:55.512 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-05-14 00:52:55.514 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-05-14 00:52:55.516 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-05-14 00:52:55.517 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-05-14 00:52:55.519 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-05-14 00:52:55.521 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-05-14 00:52:55.525 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-05-14 00:52:55.575 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-05-14 00:52:55.625 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-05-14 00:52:55.667 | + 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' 2025-05-14 00:52:55.711 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:52:55.753 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-05-14 00:52:55.796 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-05-14 00:52:55.840 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-05-14 00:52:55.884 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-05-14 00:52:55.927 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-05-14 00:52:55.970 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-05-14 00:52:55.972 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-05-14 00:52:55.974 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-05-14 00:52:56.025 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-05-14 00:52:56.266 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2025-05-14 00:52:56.276 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-05-14 00:52:56.516 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2025-05-14 00:52:56.574 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:52:56.576 | + functions-common:time_stop:2435 : local name 2025-05-14 00:52:56.578 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:52:56.580 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:52:56.583 | + functions-common:time_stop:2438 : local total 2025-05-14 00:52:56.585 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:52:56.587 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:52:56.589 | + functions-common:time_stop:2442 : start_time=1747183975458 2025-05-14 00:52:56.591 | + functions-common:time_stop:2444 : [[ -z 1747183975458 ]] 2025-05-14 00:52:56.594 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:52:56.597 | + functions-common:time_stop:2447 : end_time=1747183976595 2025-05-14 00:52:56.599 | + functions-common:time_stop:2448 : elapsed_time=1137 2025-05-14 00:52:56.601 | + functions-common:time_stop:2449 : total=1319 2025-05-14 00:52:56.603 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:52:56.605 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2456 2025-05-14 00:52:56.607 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-05-14 00:52:56.609 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2025-05-14 00:52:56.609 | Waiting for nova-api to start... 2025-05-14 00:52:56.611 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-05-14 00:52:56.613 | + functions:wait_for_service:468 : local timeout=60 2025-05-14 00:52:56.615 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-05-14 00:52:56.617 | + functions:wait_for_service:470 : local rval=0 2025-05-14 00:52:56.619 | + functions:wait_for_service:471 : time_start wait_for_service 2025-05-14 00:52:56.622 | + functions-common:time_start:2421 : local name=wait_for_service 2025-05-14 00:52:56.624 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:52:56.626 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:52:56.629 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:52:56.632 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183976630 2025-05-14 00:52:56.634 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-05-14 00:52:56.638 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-05-14 00:52:59.375 | + :: : [[ 200 == 503 ]] 2025-05-14 00:52:59.376 | + :: : [[ 0 -eq 7 ]] 2025-05-14 00:52:59.379 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-05-14 00:52:59.381 | + functions-common:time_stop:2435 : local name 2025-05-14 00:52:59.383 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:52:59.385 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:52:59.387 | + functions-common:time_stop:2438 : local total 2025-05-14 00:52:59.389 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:52:59.392 | + functions-common:time_stop:2441 : name=wait_for_service 2025-05-14 00:52:59.393 | + functions-common:time_stop:2442 : start_time=1747183976630 2025-05-14 00:52:59.396 | + functions-common:time_stop:2444 : [[ -z 1747183976630 ]] 2025-05-14 00:52:59.398 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:52:59.402 | + functions-common:time_stop:2447 : end_time=1747183979399 2025-05-14 00:52:59.404 | + functions-common:time_stop:2448 : elapsed_time=2769 2025-05-14 00:52:59.406 | + functions-common:time_stop:2449 : total=2472 2025-05-14 00:52:59.408 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:52:59.410 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5241 2025-05-14 00:52:59.412 | + functions:wait_for_service:478 : return 0 2025-05-14 00:52:59.414 | + 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 2025-05-14 00:52:59.417 | + 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 2025-05-14 00:52:59.419 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2025-05-14 00:52:59.433 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:59.435 | + stack.sh:main:1290 : is_service_enabled neutron-api 2025-05-14 00:52:59.449 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:59.452 | + stack.sh:main:1293 : is_service_enabled q-svc 2025-05-14 00:52:59.466 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:59.468 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2025-05-14 00:52:59.470 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:52:59.473 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2025-05-14 00:52:59.475 | + stack.sh:main:1295 : configure_neutron_after_post_config 2025-05-14 00:52:59.478 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2025-05-14 00:52:59.480 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-05-14 00:52:59.508 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2025-05-14 00:52:59.510 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2025-05-14 00:52:59.512 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2025-05-14 00:52:59.514 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-05-14 00:52:59.542 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-05-14 00:52:59.568 | + stack.sh:main:1296 : start_neutron_service_and_check 2025-05-14 00:52:59.570 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2025-05-14 00:52:59.572 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2025-05-14 00:52:59.574 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2025-05-14 00:52:59.577 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2025-05-14 00:52:59.579 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2025-05-14 00:52:59.582 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-05-14 00:52:59.584 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-05-14 00:52:59.587 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2025-05-14 00:52:59.589 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2025-05-14 00:52:59.591 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2025-05-14 00:52:59.593 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2025-05-14 00:52:59.595 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-05-14 00:52:59.597 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-05-14 00:52:59.600 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-05-14 00:52:59.602 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-05-14 00:52:59.604 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-05-14 00:52:59.607 | + 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' 2025-05-14 00:52:59.609 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2025-05-14 00:52:59.624 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:52:59.626 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2025-05-14 00:52:59.628 | + 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' 2025-05-14 00:52:59.630 | + functions-common:run_process:1689 : local service=q-svc 2025-05-14 00:52:59.633 | + 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' 2025-05-14 00:52:59.635 | + functions-common:run_process:1691 : local group= 2025-05-14 00:52:59.637 | + functions-common:run_process:1692 : local user= 2025-05-14 00:52:59.639 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:52:59.641 | + functions-common:run_process:1695 : local name=q-svc 2025-05-14 00:52:59.643 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:52:59.646 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:52:59.648 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:52:59.650 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:52:59.653 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:52:59.656 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183979654 2025-05-14 00:52:59.659 | + functions-common:run_process:1698 : is_service_enabled q-svc 2025-05-14 00:52:59.672 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:52:59.674 | + 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' '' '' '' 2025-05-14 00:52:59.676 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2025-05-14 00:52:59.678 | + 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' 2025-05-14 00:52:59.680 | + 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' 2025-05-14 00:52:59.682 | + 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' 2025-05-14 00:52:59.684 | + 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' 2025-05-14 00:52:59.686 | + 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 ]] 2025-05-14 00:52:59.688 | + 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 =~ ^/ ]] 2025-05-14 00:52:59.691 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2025-05-14 00:52:59.693 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:52:59.695 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:52:59.697 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:52:59.699 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:52:59.701 | + 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 ]] 2025-05-14 00:52:59.704 | + 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 '' 2025-05-14 00:52:59.706 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2025-05-14 00:52:59.708 | + 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' 2025-05-14 00:52:59.710 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:52:59.712 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:52:59.714 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:52:59.716 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:52:59.718 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:52:59.719 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-05-14 00:52:59.721 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:52:59.725 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-05-14 00:52:59.775 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-05-14 00:52:59.829 | + 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' 2025-05-14 00:52:59.871 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-05-14 00:52:59.917 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-05-14 00:52:59.962 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:00.004 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:00.006 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:00.009 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-05-14 00:53:00.061 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:00.310 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2025-05-14 00:53:00.320 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-05-14 00:53:00.555 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2025-05-14 00:53:00.576 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:00.578 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:00.580 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:00.582 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:00.584 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:00.586 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:00.588 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:00.590 | + functions-common:time_stop:2442 : start_time=1747183979654 2025-05-14 00:53:00.592 | + functions-common:time_stop:2444 : [[ -z 1747183979654 ]] 2025-05-14 00:53:00.595 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:00.599 | + functions-common:time_stop:2447 : end_time=1747183980596 2025-05-14 00:53:00.601 | + functions-common:time_stop:2448 : elapsed_time=942 2025-05-14 00:53:00.603 | + functions-common:time_stop:2449 : total=2456 2025-05-14 00:53:00.605 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:00.607 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3398 2025-05-14 00:53:00.609 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2025-05-14 00:53:00.612 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2025-05-14 00:53:00.627 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:00.629 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2025-05-14 00:53:00.631 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2025-05-14 00:53:00.634 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2025-05-14 00:53:00.634 | Waiting for Neutron to start... 2025-05-14 00:53:00.636 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-05-14 00:53:00.639 | + 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 2025-05-14 00:53:00.641 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-05-14 00:53:00.643 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2025-05-14 00:53:00.645 | + functions-common:test_with_retry:2375 : local until=60 2025-05-14 00:53:00.647 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-05-14 00:53:00.650 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-05-14 00:53:00.652 | + functions-common:time_start:2421 : local name=test_with_retry 2025-05-14 00:53:00.654 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:00.656 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:00.659 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:00.662 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183980660 2025-05-14 00:53:00.665 | + 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' 2025-05-14 00:53:03.704 | {"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 2025-05-14 00:53:03.707 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:03.710 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:03.712 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:03.714 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:03.716 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:03.719 | + functions-common:time_stop:2441 : name=test_with_retry 2025-05-14 00:53:03.722 | + functions-common:time_stop:2442 : start_time=1747183980660 2025-05-14 00:53:03.724 | + functions-common:time_stop:2444 : [[ -z 1747183980660 ]] 2025-05-14 00:53:03.726 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:03.730 | + functions-common:time_stop:2447 : end_time=1747183983727 2025-05-14 00:53:03.732 | + functions-common:time_stop:2448 : elapsed_time=3067 2025-05-14 00:53:03.734 | + functions-common:time_stop:2449 : total=0 2025-05-14 00:53:03.736 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:03.739 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3067 2025-05-14 00:53:03.741 | + stack.sh:main:1301 : is_service_enabled placement 2025-05-14 00:53:03.756 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:03.758 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2025-05-14 00:53:03.760 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:03.762 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2025-05-14 00:53:03.765 | + stack.sh:main:1303 : start_placement 2025-05-14 00:53:03.767 | + lib/placement:start_placement:173 : start_placement_api 2025-05-14 00:53:03.770 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-05-14 00:53:03.773 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-05-14 00:53:03.776 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-05-14 00:53:03.779 | + functions-common:run_process:1689 : local service=placement-api 2025-05-14 00:53:03.781 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-05-14 00:53:03.783 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:03.785 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:03.787 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:03.790 | + functions-common:run_process:1695 : local name=placement-api 2025-05-14 00:53:03.792 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:03.794 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:03.796 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:03.799 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:03.802 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:03.805 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183983803 2025-05-14 00:53:03.807 | + functions-common:run_process:1698 : is_service_enabled placement-api 2025-05-14 00:53:03.822 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:03.824 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-05-14 00:53:03.826 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2025-05-14 00:53:03.828 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-05-14 00:53:03.830 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-05-14 00:53:03.832 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-05-14 00:53:03.834 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-05-14 00:53:03.836 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-05-14 00:53:03.839 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-05-14 00:53:03.841 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2025-05-14 00:53:03.843 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:03.845 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:03.847 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:03.849 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:03.851 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-05-14 00:53:03.854 | + 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 '' 2025-05-14 00:53:03.856 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2025-05-14 00:53:03.858 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-05-14 00:53:03.859 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-05-14 00:53:03.862 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-05-14 00:53:03.864 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-05-14 00:53:03.866 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-05-14 00:53:03.868 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-05-14 00:53:03.871 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-05-14 00:53:03.923 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-05-14 00:53:03.974 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-05-14 00:53:04.016 | + 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' 2025-05-14 00:53:04.059 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:04.101 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-05-14 00:53:04.144 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-05-14 00:53:04.186 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-05-14 00:53:04.229 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-05-14 00:53:04.273 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-05-14 00:53:04.317 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-05-14 00:53:04.319 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-05-14 00:53:04.321 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-05-14 00:53:04.374 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-05-14 00:53:04.645 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2025-05-14 00:53:04.655 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-05-14 00:53:04.920 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2025-05-14 00:53:04.973 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:04.975 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:04.977 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:04.979 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:04.981 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:04.983 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:04.986 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:04.988 | + functions-common:time_stop:2442 : start_time=1747183983803 2025-05-14 00:53:04.990 | + functions-common:time_stop:2444 : [[ -z 1747183983803 ]] 2025-05-14 00:53:04.992 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:04.996 | + functions-common:time_stop:2447 : end_time=1747183984994 2025-05-14 00:53:04.998 | + functions-common:time_stop:2448 : elapsed_time=1191 2025-05-14 00:53:05.000 | + functions-common:time_stop:2449 : total=3398 2025-05-14 00:53:05.002 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:05.005 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4589 2025-05-14 00:53:05.007 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-05-14 00:53:05.007 | Waiting for placement-api to start... 2025-05-14 00:53:05.009 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-05-14 00:53:05.011 | + functions:wait_for_service:468 : local timeout=60 2025-05-14 00:53:05.015 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-05-14 00:53:05.017 | + functions:wait_for_service:470 : local rval=0 2025-05-14 00:53:05.019 | + functions:wait_for_service:471 : time_start wait_for_service 2025-05-14 00:53:05.022 | + functions-common:time_start:2421 : local name=wait_for_service 2025-05-14 00:53:05.024 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:05.026 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:05.030 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:05.033 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183985030 2025-05-14 00:53:05.035 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-05-14 00:53:05.039 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-05-14 00:53:06.306 | + :: : [[ 200 == 503 ]] 2025-05-14 00:53:06.307 | + :: : [[ 0 -eq 7 ]] 2025-05-14 00:53:06.309 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-05-14 00:53:06.312 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:06.314 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:06.315 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:06.317 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:06.319 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:06.321 | + functions-common:time_stop:2441 : name=wait_for_service 2025-05-14 00:53:06.323 | + functions-common:time_stop:2442 : start_time=1747183985030 2025-05-14 00:53:06.325 | + functions-common:time_stop:2444 : [[ -z 1747183985030 ]] 2025-05-14 00:53:06.328 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:06.331 | + functions-common:time_stop:2447 : end_time=1747183986329 2025-05-14 00:53:06.333 | + functions-common:time_stop:2448 : elapsed_time=1299 2025-05-14 00:53:06.335 | + functions-common:time_stop:2449 : total=5241 2025-05-14 00:53:06.337 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:06.339 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6540 2025-05-14 00:53:06.341 | + functions:wait_for_service:478 : return 0 2025-05-14 00:53:06.343 | + stack.sh:main:1306 : is_service_enabled neutron 2025-05-14 00:53:06.357 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:06.359 | + stack.sh:main:1307 : start_neutron 2025-05-14 00:53:06.361 | + lib/neutron:start_neutron:619 : start_l2_agent 2025-05-14 00:53:06.364 | + 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' 2025-05-14 00:53:06.366 | + functions-common:run_process:1689 : local service=q-agt 2025-05-14 00:53:06.368 | + 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' 2025-05-14 00:53:06.370 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:06.372 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:06.374 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:06.376 | + functions-common:run_process:1695 : local name=q-agt 2025-05-14 00:53:06.378 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:06.381 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:06.383 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:06.385 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:06.387 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:06.391 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183986389 2025-05-14 00:53:06.393 | + functions-common:run_process:1698 : is_service_enabled q-agt 2025-05-14 00:53:06.407 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:06.409 | + 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' '' '' '' 2025-05-14 00:53:06.411 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2025-05-14 00:53:06.413 | + 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' 2025-05-14 00:53:06.415 | + 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' 2025-05-14 00:53:06.417 | + 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' 2025-05-14 00:53:06.420 | + 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' 2025-05-14 00:53:06.422 | + 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 ]] 2025-05-14 00:53:06.424 | + 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 =~ ^/ ]] 2025-05-14 00:53:06.426 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2025-05-14 00:53:06.428 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:06.430 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:06.432 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:06.434 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:06.436 | + 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 ]] 2025-05-14 00:53:06.439 | + 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 '' 2025-05-14 00:53:06.441 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2025-05-14 00:53:06.443 | + 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' 2025-05-14 00:53:06.444 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:06.446 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:06.448 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:53:06.450 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:06.452 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:06.454 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-05-14 00:53:06.456 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:06.460 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-05-14 00:53:06.510 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-05-14 00:53:06.565 | + 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' 2025-05-14 00:53:06.607 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-05-14 00:53:06.650 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-05-14 00:53:06.694 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:06.737 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:06.739 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:06.741 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-05-14 00:53:06.793 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:07.053 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2025-05-14 00:53:07.063 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-05-14 00:53:07.315 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2025-05-14 00:53:07.352 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:07.355 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:07.357 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:07.359 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:07.361 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:07.363 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:07.365 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:07.368 | + functions-common:time_stop:2442 : start_time=1747183986389 2025-05-14 00:53:07.369 | + functions-common:time_stop:2444 : [[ -z 1747183986389 ]] 2025-05-14 00:53:07.373 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:07.376 | + functions-common:time_stop:2447 : end_time=1747183987374 2025-05-14 00:53:07.378 | + functions-common:time_stop:2448 : elapsed_time=985 2025-05-14 00:53:07.380 | + functions-common:time_stop:2449 : total=4589 2025-05-14 00:53:07.382 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:07.384 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5574 2025-05-14 00:53:07.386 | + lib/neutron:start_l2_agent:628 : is_provider_network 2025-05-14 00:53:07.388 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-05-14 00:53:07.391 | + functions-common:is_provider_network:2287 : return 1 2025-05-14 00:53:07.393 | + lib/neutron:start_neutron:620 : start_other_agents 2025-05-14 00:53:07.395 | + 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' 2025-05-14 00:53:07.397 | + functions-common:run_process:1689 : local service=q-dhcp 2025-05-14 00:53:07.399 | + 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' 2025-05-14 00:53:07.401 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:07.403 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:07.405 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:07.407 | + functions-common:run_process:1695 : local name=q-dhcp 2025-05-14 00:53:07.409 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:07.411 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:07.413 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:07.415 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:07.418 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:07.421 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183987419 2025-05-14 00:53:07.423 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2025-05-14 00:53:07.437 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:07.439 | + 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' '' '' '' 2025-05-14 00:53:07.441 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2025-05-14 00:53:07.443 | + 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' 2025-05-14 00:53:07.445 | + 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' 2025-05-14 00:53:07.447 | + 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' 2025-05-14 00:53:07.449 | + 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' 2025-05-14 00:53:07.451 | + 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 ]] 2025-05-14 00:53:07.454 | + 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 =~ ^/ ]] 2025-05-14 00:53:07.456 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2025-05-14 00:53:07.457 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:07.459 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:07.461 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:07.464 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:07.466 | + 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 ]] 2025-05-14 00:53:07.468 | + 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 '' 2025-05-14 00:53:07.470 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2025-05-14 00:53:07.472 | + 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' 2025-05-14 00:53:07.474 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:07.476 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:07.478 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:53:07.480 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:07.482 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:07.484 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-05-14 00:53:07.486 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:07.489 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-05-14 00:53:07.541 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-05-14 00:53:07.598 | + 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' 2025-05-14 00:53:07.641 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-05-14 00:53:07.685 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-05-14 00:53:07.729 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:07.776 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:07.778 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:07.780 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-05-14 00:53:07.838 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:08.124 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2025-05-14 00:53:08.134 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-05-14 00:53:08.388 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2025-05-14 00:53:08.410 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:08.412 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:08.414 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:08.416 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:08.418 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:08.420 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:08.422 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:08.424 | + functions-common:time_stop:2442 : start_time=1747183987419 2025-05-14 00:53:08.426 | + functions-common:time_stop:2444 : [[ -z 1747183987419 ]] 2025-05-14 00:53:08.429 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:08.432 | + functions-common:time_stop:2447 : end_time=1747183988430 2025-05-14 00:53:08.434 | + functions-common:time_stop:2448 : elapsed_time=1011 2025-05-14 00:53:08.436 | + functions-common:time_stop:2449 : total=5574 2025-05-14 00:53:08.438 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:08.440 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6585 2025-05-14 00:53:08.443 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2025-05-14 00:53:08.445 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-05-14 00:53:08.447 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-05-14 00:53:08.450 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2025-05-14 00:53:08.452 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-05-14 00:53:08.454 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-05-14 00:53:08.456 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-05-14 00:53:08.458 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-05-14 00:53:08.460 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-05-14 00:53:08.463 | + 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' 2025-05-14 00:53:08.465 | + functions-common:run_process:1689 : local service=q-l3 2025-05-14 00:53:08.467 | + 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' 2025-05-14 00:53:08.469 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:08.471 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:08.473 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:08.475 | + functions-common:run_process:1695 : local name=q-l3 2025-05-14 00:53:08.477 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:08.479 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:08.481 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:08.483 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:08.487 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:08.490 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183988487 2025-05-14 00:53:08.492 | + functions-common:run_process:1698 : is_service_enabled q-l3 2025-05-14 00:53:08.506 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:08.508 | + 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' '' '' '' 2025-05-14 00:53:08.510 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2025-05-14 00:53:08.512 | + 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' 2025-05-14 00:53:08.514 | + 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' 2025-05-14 00:53:08.516 | + 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' 2025-05-14 00:53:08.519 | + 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' 2025-05-14 00:53:08.520 | + 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 ]] 2025-05-14 00:53:08.523 | + 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 =~ ^/ ]] 2025-05-14 00:53:08.525 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2025-05-14 00:53:08.527 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:08.529 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:08.532 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:08.534 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:08.536 | + 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 ]] 2025-05-14 00:53:08.538 | + 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 '' 2025-05-14 00:53:08.540 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2025-05-14 00:53:08.542 | + 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' 2025-05-14 00:53:08.544 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:08.547 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:08.549 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:53:08.551 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:08.553 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:08.555 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-05-14 00:53:08.557 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:08.560 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-05-14 00:53:08.613 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-05-14 00:53:08.664 | + 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' 2025-05-14 00:53:08.708 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-05-14 00:53:08.753 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-05-14 00:53:08.804 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:08.850 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:08.853 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:08.856 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-05-14 00:53:08.911 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:09.186 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2025-05-14 00:53:09.196 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-05-14 00:53:09.464 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2025-05-14 00:53:09.492 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:09.492 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:09.493 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:09.495 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:09.497 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:09.499 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:09.503 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:09.503 | + functions-common:time_stop:2442 : start_time=1747183988487 2025-05-14 00:53:09.505 | + functions-common:time_stop:2444 : [[ -z 1747183988487 ]] 2025-05-14 00:53:09.508 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:09.512 | + functions-common:time_stop:2447 : end_time=1747183989510 2025-05-14 00:53:09.514 | + functions-common:time_stop:2448 : elapsed_time=1023 2025-05-14 00:53:09.516 | + functions-common:time_stop:2449 : total=6585 2025-05-14 00:53:09.518 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:09.522 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7608 2025-05-14 00:53:09.522 | + 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' 2025-05-14 00:53:09.525 | + functions-common:run_process:1689 : local service=q-meta 2025-05-14 00:53:09.527 | + 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' 2025-05-14 00:53:09.530 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:09.531 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:09.533 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:09.535 | + functions-common:run_process:1695 : local name=q-meta 2025-05-14 00:53:09.537 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:09.539 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:09.541 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:09.543 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:09.546 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:09.550 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183989548 2025-05-14 00:53:09.552 | + functions-common:run_process:1698 : is_service_enabled q-meta 2025-05-14 00:53:09.567 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:09.568 | + 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' '' '' '' 2025-05-14 00:53:09.570 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2025-05-14 00:53:09.573 | + 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' 2025-05-14 00:53:09.575 | + 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' 2025-05-14 00:53:09.577 | + 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' 2025-05-14 00:53:09.579 | + 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' 2025-05-14 00:53:09.581 | + 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 ]] 2025-05-14 00:53:09.583 | + 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 =~ ^/ ]] 2025-05-14 00:53:09.585 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2025-05-14 00:53:09.588 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:09.590 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:09.592 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:09.594 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:09.596 | + 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 ]] 2025-05-14 00:53:09.599 | + 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 '' 2025-05-14 00:53:09.601 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2025-05-14 00:53:09.603 | + 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' 2025-05-14 00:53:09.605 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:09.607 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:09.610 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:53:09.612 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:09.614 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:09.616 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-05-14 00:53:09.618 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:09.621 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-05-14 00:53:09.673 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-05-14 00:53:09.726 | + 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' 2025-05-14 00:53:09.770 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-05-14 00:53:09.814 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-05-14 00:53:09.857 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:09.905 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:09.907 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:09.910 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-05-14 00:53:09.964 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:10.215 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2025-05-14 00:53:10.225 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-05-14 00:53:10.472 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2025-05-14 00:53:10.497 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:10.501 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:10.501 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:10.506 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:10.508 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:10.510 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:10.515 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:10.517 | + functions-common:time_stop:2442 : start_time=1747183989548 2025-05-14 00:53:10.522 | + functions-common:time_stop:2444 : [[ -z 1747183989548 ]] 2025-05-14 00:53:10.522 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:10.525 | + functions-common:time_stop:2447 : end_time=1747183990523 2025-05-14 00:53:10.527 | + functions-common:time_stop:2448 : elapsed_time=975 2025-05-14 00:53:10.530 | + functions-common:time_stop:2449 : total=7608 2025-05-14 00:53:10.532 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:10.534 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8583 2025-05-14 00:53:10.536 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-05-14 00:53:10.538 | + functions-common:run_process:1689 : local service=q-metering 2025-05-14 00:53:10.540 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-05-14 00:53:10.542 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:10.545 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:10.547 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:10.549 | + functions-common:run_process:1695 : local name=q-metering 2025-05-14 00:53:10.550 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:10.552 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:10.554 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:10.556 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:10.559 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:10.563 | + functions-common:time_start:2426 : _TIME_START[$name]=1747183990560 2025-05-14 00:53:10.565 | + functions-common:run_process:1698 : is_service_enabled q-metering 2025-05-14 00:53:10.579 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:10.581 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:10.583 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:10.585 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:10.587 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:10.589 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:10.591 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:10.593 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:10.595 | + functions-common:time_stop:2442 : start_time=1747183990560 2025-05-14 00:53:10.597 | + functions-common:time_stop:2444 : [[ -z 1747183990560 ]] 2025-05-14 00:53:10.600 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:10.603 | + functions-common:time_stop:2447 : end_time=1747183990601 2025-05-14 00:53:10.606 | + functions-common:time_stop:2448 : elapsed_time=41 2025-05-14 00:53:10.608 | + functions-common:time_stop:2449 : total=8583 2025-05-14 00:53:10.612 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:10.612 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8624 2025-05-14 00:53:10.614 | + stack.sh:main:1310 : is_service_enabled q-svc 2025-05-14 00:53:10.629 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:10.631 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2025-05-14 00:53:10.633 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2025-05-14 00:53:10.635 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:10.637 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2025-05-14 00:53:10.639 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2025-05-14 00:53:10.641 | + stack.sh:main:1317 : create_neutron_initial_network 2025-05-14 00:53:10.643 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2025-05-14 00:53:10.646 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2025-05-14 00:53:10.648 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-05-14 00:53:10.651 | ++ 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 2025-05-14 00:53:12.254 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:12.257 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-05-14 00:53:12.257 | address-scope 2025-05-14 00:53:12.257 | router-admin-state-down-before-update 2025-05-14 00:53:12.257 | agent 2025-05-14 00:53:12.257 | agent-resources-synced 2025-05-14 00:53:12.257 | allowed-address-pairs 2025-05-14 00:53:12.257 | auto-allocated-topology 2025-05-14 00:53:12.257 | availability_zone 2025-05-14 00:53:12.257 | availability_zone_filter 2025-05-14 00:53:12.257 | default-subnetpools 2025-05-14 00:53:12.257 | dhcp_agent_scheduler 2025-05-14 00:53:12.257 | dvr 2025-05-14 00:53:12.257 | empty-string-filtering 2025-05-14 00:53:12.257 | external-net 2025-05-14 00:53:12.257 | extra_dhcp_opt 2025-05-14 00:53:12.257 | extraroute 2025-05-14 00:53:12.257 | extraroute-atomic 2025-05-14 00:53:12.257 | filter-validation 2025-05-14 00:53:12.257 | floating-ip-port-forwarding-detail 2025-05-14 00:53:12.257 | fip-port-details 2025-05-14 00:53:12.257 | flavors 2025-05-14 00:53:12.257 | floatingip-pools 2025-05-14 00:53:12.257 | ip-substring-filtering 2025-05-14 00:53:12.257 | router 2025-05-14 00:53:12.257 | ext-gw-mode 2025-05-14 00:53:12.257 | l3-ha 2025-05-14 00:53:12.257 | l3-flavors 2025-05-14 00:53:12.257 | l3-port-ip-change-not-allowed 2025-05-14 00:53:12.257 | l3_agent_scheduler 2025-05-14 00:53:12.257 | multi-provider 2025-05-14 00:53:12.257 | net-mtu 2025-05-14 00:53:12.257 | net-mtu-writable 2025-05-14 00:53:12.257 | network_availability_zone 2025-05-14 00:53:12.257 | network-ip-availability 2025-05-14 00:53:12.257 | pagination 2025-05-14 00:53:12.257 | port-device-profile 2025-05-14 00:53:12.257 | port-mac-override 2025-05-14 00:53:12.257 | port-mac-address-regenerate 2025-05-14 00:53:12.257 | port-numa-affinity-policy 2025-05-14 00:53:12.257 | binding 2025-05-14 00:53:12.257 | binding-extended 2025-05-14 00:53:12.257 | port-security 2025-05-14 00:53:12.257 | project-id 2025-05-14 00:53:12.257 | provider 2025-05-14 00:53:12.257 | quota-check-limit 2025-05-14 00:53:12.257 | quotas 2025-05-14 00:53:12.257 | quota_details 2025-05-14 00:53:12.257 | rbac-policies 2025-05-14 00:53:12.257 | rbac-address-group 2025-05-14 00:53:12.257 | rbac-address-scope 2025-05-14 00:53:12.257 | rbac-security-groups 2025-05-14 00:53:12.257 | rbac-subnetpool 2025-05-14 00:53:12.257 | revision-if-match 2025-05-14 00:53:12.257 | standard-attr-revisions 2025-05-14 00:53:12.257 | router_availability_zone 2025-05-14 00:53:12.257 | security-groups-normalized-cidr 2025-05-14 00:53:12.257 | port-security-groups-filtering 2025-05-14 00:53:12.257 | security-groups-remote-address-group 2025-05-14 00:53:12.257 | security-groups-shared-filtering 2025-05-14 00:53:12.257 | security-group 2025-05-14 00:53:12.257 | service-type 2025-05-14 00:53:12.257 | sorting 2025-05-14 00:53:12.257 | standard-attr-description 2025-05-14 00:53:12.257 | stateful-security-group 2025-05-14 00:53:12.257 | subnet_onboard 2025-05-14 00:53:12.257 | subnet-service-types 2025-05-14 00:53:12.258 | subnet_allocation 2025-05-14 00:53:12.258 | subnetpool-prefix-ops 2025-05-14 00:53:12.258 | standard-attr-tag 2025-05-14 00:53:12.258 | standard-attr-timestamp 2025-05-14 00:53:12.258 | nsxt-ops' 2025-05-14 00:53:12.259 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-05-14 00:53:12.259 | address-scope 2025-05-14 00:53:12.259 | router-admin-state-down-before-update 2025-05-14 00:53:12.259 | agent 2025-05-14 00:53:12.259 | agent-resources-synced 2025-05-14 00:53:12.259 | allowed-address-pairs 2025-05-14 00:53:12.259 | auto-allocated-topology 2025-05-14 00:53:12.259 | availability_zone 2025-05-14 00:53:12.259 | availability_zone_filter 2025-05-14 00:53:12.259 | default-subnetpools 2025-05-14 00:53:12.259 | dhcp_agent_scheduler 2025-05-14 00:53:12.259 | dvr 2025-05-14 00:53:12.259 | empty-string-filtering 2025-05-14 00:53:12.259 | external-net 2025-05-14 00:53:12.259 | extra_dhcp_opt 2025-05-14 00:53:12.259 | extraroute 2025-05-14 00:53:12.259 | extraroute-atomic 2025-05-14 00:53:12.259 | filter-validation 2025-05-14 00:53:12.259 | floating-ip-port-forwarding-detail 2025-05-14 00:53:12.259 | fip-port-details 2025-05-14 00:53:12.259 | flavors 2025-05-14 00:53:12.259 | floatingip-pools 2025-05-14 00:53:12.259 | ip-substring-filtering 2025-05-14 00:53:12.259 | router 2025-05-14 00:53:12.259 | ext-gw-mode 2025-05-14 00:53:12.259 | l3-ha 2025-05-14 00:53:12.259 | l3-flavors 2025-05-14 00:53:12.259 | l3-port-ip-change-not-allowed 2025-05-14 00:53:12.259 | l3_agent_scheduler 2025-05-14 00:53:12.259 | multi-provider 2025-05-14 00:53:12.259 | net-mtu 2025-05-14 00:53:12.260 | net-mtu-writable 2025-05-14 00:53:12.260 | network_availability_zone 2025-05-14 00:53:12.260 | network-ip-availability 2025-05-14 00:53:12.260 | pagination 2025-05-14 00:53:12.260 | port-device-profile 2025-05-14 00:53:12.260 | port-mac-override 2025-05-14 00:53:12.260 | port-mac-address-regenerate 2025-05-14 00:53:12.260 | port-numa-affinity-policy 2025-05-14 00:53:12.260 | binding 2025-05-14 00:53:12.260 | binding-extended 2025-05-14 00:53:12.260 | port-security 2025-05-14 00:53:12.260 | project-id 2025-05-14 00:53:12.260 | provider 2025-05-14 00:53:12.260 | quota-check-limit 2025-05-14 00:53:12.260 | quotas 2025-05-14 00:53:12.260 | quota_details 2025-05-14 00:53:12.260 | rbac-policies 2025-05-14 00:53:12.260 | rbac-address-group 2025-05-14 00:53:12.260 | rbac-address-scope 2025-05-14 00:53:12.260 | rbac-security-groups 2025-05-14 00:53:12.260 | rbac-subnetpool 2025-05-14 00:53:12.260 | revision-if-match 2025-05-14 00:53:12.260 | standard-attr-revisions 2025-05-14 00:53:12.260 | router_availability_zone 2025-05-14 00:53:12.260 | security-groups-normalized-cidr 2025-05-14 00:53:12.260 | port-security-groups-filtering 2025-05-14 00:53:12.260 | security-groups-remote-address-group 2025-05-14 00:53:12.260 | security-groups-shared-filtering 2025-05-14 00:53:12.260 | security-group 2025-05-14 00:53:12.260 | service-type 2025-05-14 00:53:12.260 | sorting 2025-05-14 00:53:12.260 | standard-attr-description 2025-05-14 00:53:12.260 | stateful-security-group 2025-05-14 00:53:12.260 | subnet_onboard 2025-05-14 00:53:12.260 | subnet-service-types 2025-05-14 00:53:12.260 | subnet_allocation 2025-05-14 00:53:12.260 | subnetpool-prefix-ops 2025-05-14 00:53:12.260 | standard-attr-tag 2025-05-14 00:53:12.260 | standard-attr-timestamp 2025-05-14 00:53:12.260 | nsxt-ops =~ auto-allocated-topology ]] 2025-05-14 00:53:12.261 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-05-14 00:53:12.263 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2025-05-14 00:53:12.266 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2025-05-14 00:53:12.269 | ++ 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 2025-05-14 00:53:13.675 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:13.677 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=a6f8005b-a861-460f-87ea-4e54b6da0cac 2025-05-14 00:53:13.680 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2025-05-14 00:53:13.682 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2025-05-14 00:53:13.684 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-05-14 00:53:13.687 | + functions-common:is_provider_network:2287 : return 1 2025-05-14 00:53:13.690 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-05-14 00:53:15.241 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:15.244 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=5b9d180b-5e77-43a4-8142-6e94c69dff75 2025-05-14 00:53:15.246 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2025-05-14 00:53:15.248 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-05-14 00:53:15.262 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2025-05-14 00:53:15.265 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2025-05-14 00:53:15.268 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z a6f8005b-a861-460f-87ea-4e54b6da0cac ']' 2025-05-14 00:53:15.270 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2025-05-14 00:53:15.272 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2025-05-14 00:53:15.274 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool a6f8005b-a861-460f-87ea-4e54b6da0cac ' 2025-05-14 00:53:15.276 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2025-05-14 00:53:15.278 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 5b9d180b-5e77-43a4-8142-6e94c69dff75 private-subnet' 2025-05-14 00:53:15.280 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2025-05-14 00:53:15.283 | +++ 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 a6f8005b-a861-460f-87ea-4e54b6da0cac --network 5b9d180b-5e77-43a4-8142-6e94c69dff75 private-subnet -f value -c id 2025-05-14 00:53:16.868 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:16.870 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=b274cbe5-a955-444e-94de-dfd484c04a7d 2025-05-14 00:53:16.873 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2025-05-14 00:53:16.875 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-05-14 00:53:16.888 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo b274cbe5-a955-444e-94de-dfd484c04a7d 2025-05-14 00:53:16.891 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=b274cbe5-a955-444e-94de-dfd484c04a7d 2025-05-14 00:53:16.893 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2025-05-14 00:53:16.895 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2025-05-14 00:53:16.897 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2025-05-14 00:53:16.900 | ++ 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 2025-05-14 00:53:18.207 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:18.210 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-05-14 00:53:18.210 | address-scope 2025-05-14 00:53:18.210 | router-admin-state-down-before-update 2025-05-14 00:53:18.210 | agent 2025-05-14 00:53:18.210 | agent-resources-synced 2025-05-14 00:53:18.210 | allowed-address-pairs 2025-05-14 00:53:18.210 | auto-allocated-topology 2025-05-14 00:53:18.210 | availability_zone 2025-05-14 00:53:18.210 | availability_zone_filter 2025-05-14 00:53:18.210 | default-subnetpools 2025-05-14 00:53:18.210 | dhcp_agent_scheduler 2025-05-14 00:53:18.210 | dvr 2025-05-14 00:53:18.210 | empty-string-filtering 2025-05-14 00:53:18.210 | external-net 2025-05-14 00:53:18.210 | extra_dhcp_opt 2025-05-14 00:53:18.210 | extraroute 2025-05-14 00:53:18.210 | extraroute-atomic 2025-05-14 00:53:18.210 | filter-validation 2025-05-14 00:53:18.210 | floating-ip-port-forwarding-detail 2025-05-14 00:53:18.210 | fip-port-details 2025-05-14 00:53:18.210 | flavors 2025-05-14 00:53:18.210 | floatingip-pools 2025-05-14 00:53:18.210 | ip-substring-filtering 2025-05-14 00:53:18.210 | router 2025-05-14 00:53:18.210 | ext-gw-mode 2025-05-14 00:53:18.210 | l3-ha 2025-05-14 00:53:18.210 | l3-flavors 2025-05-14 00:53:18.210 | l3-port-ip-change-not-allowed 2025-05-14 00:53:18.210 | l3_agent_scheduler 2025-05-14 00:53:18.210 | multi-provider 2025-05-14 00:53:18.210 | net-mtu 2025-05-14 00:53:18.210 | net-mtu-writable 2025-05-14 00:53:18.210 | network_availability_zone 2025-05-14 00:53:18.210 | network-ip-availability 2025-05-14 00:53:18.210 | pagination 2025-05-14 00:53:18.210 | port-device-profile 2025-05-14 00:53:18.210 | port-mac-override 2025-05-14 00:53:18.210 | port-mac-address-regenerate 2025-05-14 00:53:18.210 | port-numa-affinity-policy 2025-05-14 00:53:18.210 | binding 2025-05-14 00:53:18.210 | binding-extended 2025-05-14 00:53:18.210 | port-security 2025-05-14 00:53:18.210 | project-id 2025-05-14 00:53:18.210 | provider 2025-05-14 00:53:18.210 | quota-check-limit 2025-05-14 00:53:18.210 | quotas 2025-05-14 00:53:18.210 | quota_details 2025-05-14 00:53:18.210 | rbac-policies 2025-05-14 00:53:18.210 | rbac-address-group 2025-05-14 00:53:18.210 | rbac-address-scope 2025-05-14 00:53:18.210 | rbac-security-groups 2025-05-14 00:53:18.210 | rbac-subnetpool 2025-05-14 00:53:18.210 | revision-if-match 2025-05-14 00:53:18.210 | standard-attr-revisions 2025-05-14 00:53:18.210 | router_availability_zone 2025-05-14 00:53:18.210 | security-groups-normalized-cidr 2025-05-14 00:53:18.210 | port-security-groups-filtering 2025-05-14 00:53:18.210 | security-groups-remote-address-group 2025-05-14 00:53:18.210 | security-groups-shared-filtering 2025-05-14 00:53:18.210 | security-group 2025-05-14 00:53:18.210 | service-type 2025-05-14 00:53:18.210 | sorting 2025-05-14 00:53:18.210 | standard-attr-description 2025-05-14 00:53:18.210 | stateful-security-group 2025-05-14 00:53:18.210 | subnet_onboard 2025-05-14 00:53:18.210 | subnet-service-types 2025-05-14 00:53:18.210 | subnet_allocation 2025-05-14 00:53:18.210 | subnetpool-prefix-ops 2025-05-14 00:53:18.210 | standard-attr-tag 2025-05-14 00:53:18.210 | standard-attr-timestamp 2025-05-14 00:53:18.210 | nsxt-ops' 2025-05-14 00:53:18.212 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-05-14 00:53:18.212 | address-scope 2025-05-14 00:53:18.212 | router-admin-state-down-before-update 2025-05-14 00:53:18.212 | agent 2025-05-14 00:53:18.212 | agent-resources-synced 2025-05-14 00:53:18.212 | allowed-address-pairs 2025-05-14 00:53:18.212 | auto-allocated-topology 2025-05-14 00:53:18.212 | availability_zone 2025-05-14 00:53:18.212 | availability_zone_filter 2025-05-14 00:53:18.212 | default-subnetpools 2025-05-14 00:53:18.212 | dhcp_agent_scheduler 2025-05-14 00:53:18.213 | dvr 2025-05-14 00:53:18.213 | empty-string-filtering 2025-05-14 00:53:18.213 | external-net 2025-05-14 00:53:18.213 | extra_dhcp_opt 2025-05-14 00:53:18.213 | extraroute 2025-05-14 00:53:18.213 | extraroute-atomic 2025-05-14 00:53:18.213 | filter-validation 2025-05-14 00:53:18.213 | floating-ip-port-forwarding-detail 2025-05-14 00:53:18.213 | fip-port-details 2025-05-14 00:53:18.213 | flavors 2025-05-14 00:53:18.213 | floatingip-pools 2025-05-14 00:53:18.213 | ip-substring-filtering 2025-05-14 00:53:18.213 | router 2025-05-14 00:53:18.213 | ext-gw-mode 2025-05-14 00:53:18.213 | l3-ha 2025-05-14 00:53:18.213 | l3-flavors 2025-05-14 00:53:18.213 | l3-port-ip-change-not-allowed 2025-05-14 00:53:18.213 | l3_agent_scheduler 2025-05-14 00:53:18.213 | multi-provider 2025-05-14 00:53:18.213 | net-mtu 2025-05-14 00:53:18.213 | net-mtu-writable 2025-05-14 00:53:18.213 | network_availability_zone 2025-05-14 00:53:18.213 | network-ip-availability 2025-05-14 00:53:18.213 | pagination 2025-05-14 00:53:18.213 | port-device-profile 2025-05-14 00:53:18.213 | port-mac-override 2025-05-14 00:53:18.213 | port-mac-address-regenerate 2025-05-14 00:53:18.213 | port-numa-affinity-policy 2025-05-14 00:53:18.213 | binding 2025-05-14 00:53:18.213 | binding-extended 2025-05-14 00:53:18.213 | port-security 2025-05-14 00:53:18.213 | project-id 2025-05-14 00:53:18.213 | provider 2025-05-14 00:53:18.213 | quota-check-limit 2025-05-14 00:53:18.213 | quotas 2025-05-14 00:53:18.213 | quota_details 2025-05-14 00:53:18.213 | rbac-policies 2025-05-14 00:53:18.213 | rbac-address-group 2025-05-14 00:53:18.213 | rbac-address-scope 2025-05-14 00:53:18.213 | rbac-security-groups 2025-05-14 00:53:18.213 | rbac-subnetpool 2025-05-14 00:53:18.213 | revision-if-match 2025-05-14 00:53:18.213 | standard-attr-revisions 2025-05-14 00:53:18.213 | router_availability_zone 2025-05-14 00:53:18.213 | security-groups-normalized-cidr 2025-05-14 00:53:18.213 | port-security-groups-filtering 2025-05-14 00:53:18.213 | security-groups-remote-address-group 2025-05-14 00:53:18.213 | security-groups-shared-filtering 2025-05-14 00:53:18.213 | security-group 2025-05-14 00:53:18.213 | service-type 2025-05-14 00:53:18.213 | sorting 2025-05-14 00:53:18.213 | standard-attr-description 2025-05-14 00:53:18.213 | stateful-security-group 2025-05-14 00:53:18.213 | subnet_onboard 2025-05-14 00:53:18.213 | subnet-service-types 2025-05-14 00:53:18.213 | subnet_allocation 2025-05-14 00:53:18.213 | subnetpool-prefix-ops 2025-05-14 00:53:18.213 | standard-attr-tag 2025-05-14 00:53:18.213 | standard-attr-timestamp 2025-05-14 00:53:18.213 | nsxt-ops =~ router ]] 2025-05-14 00:53:18.216 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-05-14 00:53:18.218 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2025-05-14 00:53:18.220 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-05-14 00:53:18.224 | ++ 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 2025-05-14 00:53:19.649 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:19.652 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-05-14 00:53:19.652 | address-scope 2025-05-14 00:53:19.652 | router-admin-state-down-before-update 2025-05-14 00:53:19.652 | agent 2025-05-14 00:53:19.652 | agent-resources-synced 2025-05-14 00:53:19.652 | allowed-address-pairs 2025-05-14 00:53:19.652 | auto-allocated-topology 2025-05-14 00:53:19.652 | availability_zone 2025-05-14 00:53:19.652 | availability_zone_filter 2025-05-14 00:53:19.652 | default-subnetpools 2025-05-14 00:53:19.652 | dhcp_agent_scheduler 2025-05-14 00:53:19.652 | dvr 2025-05-14 00:53:19.652 | empty-string-filtering 2025-05-14 00:53:19.652 | external-net 2025-05-14 00:53:19.652 | extra_dhcp_opt 2025-05-14 00:53:19.652 | extraroute 2025-05-14 00:53:19.652 | extraroute-atomic 2025-05-14 00:53:19.652 | filter-validation 2025-05-14 00:53:19.652 | floating-ip-port-forwarding-detail 2025-05-14 00:53:19.652 | fip-port-details 2025-05-14 00:53:19.652 | flavors 2025-05-14 00:53:19.652 | floatingip-pools 2025-05-14 00:53:19.652 | ip-substring-filtering 2025-05-14 00:53:19.652 | router 2025-05-14 00:53:19.652 | ext-gw-mode 2025-05-14 00:53:19.652 | l3-ha 2025-05-14 00:53:19.652 | l3-flavors 2025-05-14 00:53:19.652 | l3-port-ip-change-not-allowed 2025-05-14 00:53:19.652 | l3_agent_scheduler 2025-05-14 00:53:19.652 | multi-provider 2025-05-14 00:53:19.652 | net-mtu 2025-05-14 00:53:19.652 | net-mtu-writable 2025-05-14 00:53:19.652 | network_availability_zone 2025-05-14 00:53:19.652 | network-ip-availability 2025-05-14 00:53:19.652 | pagination 2025-05-14 00:53:19.652 | port-device-profile 2025-05-14 00:53:19.652 | port-mac-override 2025-05-14 00:53:19.652 | port-mac-address-regenerate 2025-05-14 00:53:19.652 | port-numa-affinity-policy 2025-05-14 00:53:19.652 | binding 2025-05-14 00:53:19.652 | binding-extended 2025-05-14 00:53:19.652 | port-security 2025-05-14 00:53:19.652 | project-id 2025-05-14 00:53:19.652 | provider 2025-05-14 00:53:19.652 | quota-check-limit 2025-05-14 00:53:19.652 | quotas 2025-05-14 00:53:19.652 | quota_details 2025-05-14 00:53:19.652 | rbac-policies 2025-05-14 00:53:19.652 | rbac-address-group 2025-05-14 00:53:19.652 | rbac-address-scope 2025-05-14 00:53:19.652 | rbac-security-groups 2025-05-14 00:53:19.652 | rbac-subnetpool 2025-05-14 00:53:19.652 | revision-if-match 2025-05-14 00:53:19.652 | standard-attr-revisions 2025-05-14 00:53:19.652 | router_availability_zone 2025-05-14 00:53:19.652 | security-groups-normalized-cidr 2025-05-14 00:53:19.652 | port-security-groups-filtering 2025-05-14 00:53:19.652 | security-groups-remote-address-group 2025-05-14 00:53:19.652 | security-groups-shared-filtering 2025-05-14 00:53:19.652 | security-group 2025-05-14 00:53:19.652 | service-type 2025-05-14 00:53:19.652 | sorting 2025-05-14 00:53:19.652 | standard-attr-description 2025-05-14 00:53:19.652 | stateful-security-group 2025-05-14 00:53:19.652 | subnet_onboard 2025-05-14 00:53:19.652 | subnet-service-types 2025-05-14 00:53:19.652 | subnet_allocation 2025-05-14 00:53:19.652 | subnetpool-prefix-ops 2025-05-14 00:53:19.652 | standard-attr-tag 2025-05-14 00:53:19.652 | standard-attr-timestamp 2025-05-14 00:53:19.652 | nsxt-ops' 2025-05-14 00:53:19.654 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-05-14 00:53:19.654 | address-scope 2025-05-14 00:53:19.654 | router-admin-state-down-before-update 2025-05-14 00:53:19.654 | agent 2025-05-14 00:53:19.654 | agent-resources-synced 2025-05-14 00:53:19.654 | allowed-address-pairs 2025-05-14 00:53:19.654 | auto-allocated-topology 2025-05-14 00:53:19.654 | availability_zone 2025-05-14 00:53:19.654 | availability_zone_filter 2025-05-14 00:53:19.654 | default-subnetpools 2025-05-14 00:53:19.654 | dhcp_agent_scheduler 2025-05-14 00:53:19.654 | dvr 2025-05-14 00:53:19.654 | empty-string-filtering 2025-05-14 00:53:19.654 | external-net 2025-05-14 00:53:19.654 | extra_dhcp_opt 2025-05-14 00:53:19.654 | extraroute 2025-05-14 00:53:19.654 | extraroute-atomic 2025-05-14 00:53:19.654 | filter-validation 2025-05-14 00:53:19.654 | floating-ip-port-forwarding-detail 2025-05-14 00:53:19.654 | fip-port-details 2025-05-14 00:53:19.654 | flavors 2025-05-14 00:53:19.654 | floatingip-pools 2025-05-14 00:53:19.654 | ip-substring-filtering 2025-05-14 00:53:19.654 | router 2025-05-14 00:53:19.654 | ext-gw-mode 2025-05-14 00:53:19.654 | l3-ha 2025-05-14 00:53:19.654 | l3-flavors 2025-05-14 00:53:19.654 | l3-port-ip-change-not-allowed 2025-05-14 00:53:19.654 | l3_agent_scheduler 2025-05-14 00:53:19.654 | multi-provider 2025-05-14 00:53:19.654 | net-mtu 2025-05-14 00:53:19.654 | net-mtu-writable 2025-05-14 00:53:19.654 | network_availability_zone 2025-05-14 00:53:19.654 | network-ip-availability 2025-05-14 00:53:19.654 | pagination 2025-05-14 00:53:19.654 | port-device-profile 2025-05-14 00:53:19.654 | port-mac-override 2025-05-14 00:53:19.654 | port-mac-address-regenerate 2025-05-14 00:53:19.654 | port-numa-affinity-policy 2025-05-14 00:53:19.654 | binding 2025-05-14 00:53:19.654 | binding-extended 2025-05-14 00:53:19.654 | port-security 2025-05-14 00:53:19.654 | project-id 2025-05-14 00:53:19.654 | provider 2025-05-14 00:53:19.654 | quota-check-limit 2025-05-14 00:53:19.654 | quotas 2025-05-14 00:53:19.654 | quota_details 2025-05-14 00:53:19.654 | rbac-policies 2025-05-14 00:53:19.654 | rbac-address-group 2025-05-14 00:53:19.654 | rbac-address-scope 2025-05-14 00:53:19.654 | rbac-security-groups 2025-05-14 00:53:19.654 | rbac-subnetpool 2025-05-14 00:53:19.654 | revision-if-match 2025-05-14 00:53:19.654 | standard-attr-revisions 2025-05-14 00:53:19.654 | router_availability_zone 2025-05-14 00:53:19.654 | security-groups-normalized-cidr 2025-05-14 00:53:19.654 | port-security-groups-filtering 2025-05-14 00:53:19.654 | security-groups-remote-address-group 2025-05-14 00:53:19.655 | security-groups-shared-filtering 2025-05-14 00:53:19.655 | security-group 2025-05-14 00:53:19.655 | service-type 2025-05-14 00:53:19.655 | sorting 2025-05-14 00:53:19.655 | standard-attr-description 2025-05-14 00:53:19.655 | stateful-security-group 2025-05-14 00:53:19.655 | subnet_onboard 2025-05-14 00:53:19.655 | subnet-service-types 2025-05-14 00:53:19.655 | subnet_allocation 2025-05-14 00:53:19.655 | subnetpool-prefix-ops 2025-05-14 00:53:19.655 | standard-attr-tag 2025-05-14 00:53:19.655 | standard-attr-timestamp 2025-05-14 00:53:19.655 | nsxt-ops =~ external-net ]] 2025-05-14 00:53:19.656 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-05-14 00:53:19.659 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2025-05-14 00:53:19.662 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-05-14 00:53:21.058 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:21.060 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=1e73537f-7f5f-47f4-81e1-7ffe75d0a432 2025-05-14 00:53:21.062 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2025-05-14 00:53:21.064 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-05-14 00:53:21.077 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2025-05-14 00:53:21.080 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2025-05-14 00:53:21.082 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-05-14 00:53:21.085 | ++ 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 2025-05-14 00:53:22.395 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:22.397 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-05-14 00:53:22.397 | address-scope 2025-05-14 00:53:22.397 | router-admin-state-down-before-update 2025-05-14 00:53:22.397 | agent 2025-05-14 00:53:22.397 | agent-resources-synced 2025-05-14 00:53:22.397 | allowed-address-pairs 2025-05-14 00:53:22.397 | auto-allocated-topology 2025-05-14 00:53:22.397 | availability_zone 2025-05-14 00:53:22.397 | availability_zone_filter 2025-05-14 00:53:22.397 | default-subnetpools 2025-05-14 00:53:22.397 | dhcp_agent_scheduler 2025-05-14 00:53:22.397 | dvr 2025-05-14 00:53:22.397 | empty-string-filtering 2025-05-14 00:53:22.397 | external-net 2025-05-14 00:53:22.397 | extra_dhcp_opt 2025-05-14 00:53:22.397 | extraroute 2025-05-14 00:53:22.397 | extraroute-atomic 2025-05-14 00:53:22.397 | filter-validation 2025-05-14 00:53:22.397 | floating-ip-port-forwarding-detail 2025-05-14 00:53:22.397 | fip-port-details 2025-05-14 00:53:22.397 | flavors 2025-05-14 00:53:22.397 | floatingip-pools 2025-05-14 00:53:22.397 | ip-substring-filtering 2025-05-14 00:53:22.397 | router 2025-05-14 00:53:22.397 | ext-gw-mode 2025-05-14 00:53:22.397 | l3-ha 2025-05-14 00:53:22.397 | l3-flavors 2025-05-14 00:53:22.397 | l3-port-ip-change-not-allowed 2025-05-14 00:53:22.397 | l3_agent_scheduler 2025-05-14 00:53:22.397 | multi-provider 2025-05-14 00:53:22.397 | net-mtu 2025-05-14 00:53:22.397 | net-mtu-writable 2025-05-14 00:53:22.397 | network_availability_zone 2025-05-14 00:53:22.397 | network-ip-availability 2025-05-14 00:53:22.397 | pagination 2025-05-14 00:53:22.397 | port-device-profile 2025-05-14 00:53:22.397 | port-mac-override 2025-05-14 00:53:22.397 | port-mac-address-regenerate 2025-05-14 00:53:22.397 | port-numa-affinity-policy 2025-05-14 00:53:22.397 | binding 2025-05-14 00:53:22.397 | binding-extended 2025-05-14 00:53:22.397 | port-security 2025-05-14 00:53:22.397 | project-id 2025-05-14 00:53:22.397 | provider 2025-05-14 00:53:22.397 | quota-check-limit 2025-05-14 00:53:22.398 | quotas 2025-05-14 00:53:22.398 | quota_details 2025-05-14 00:53:22.398 | rbac-policies 2025-05-14 00:53:22.398 | rbac-address-group 2025-05-14 00:53:22.398 | rbac-address-scope 2025-05-14 00:53:22.398 | rbac-security-groups 2025-05-14 00:53:22.398 | rbac-subnetpool 2025-05-14 00:53:22.398 | revision-if-match 2025-05-14 00:53:22.398 | standard-attr-revisions 2025-05-14 00:53:22.398 | router_availability_zone 2025-05-14 00:53:22.398 | security-groups-normalized-cidr 2025-05-14 00:53:22.398 | port-security-groups-filtering 2025-05-14 00:53:22.398 | security-groups-remote-address-group 2025-05-14 00:53:22.398 | security-groups-shared-filtering 2025-05-14 00:53:22.398 | security-group 2025-05-14 00:53:22.398 | service-type 2025-05-14 00:53:22.398 | sorting 2025-05-14 00:53:22.398 | standard-attr-description 2025-05-14 00:53:22.398 | stateful-security-group 2025-05-14 00:53:22.398 | subnet_onboard 2025-05-14 00:53:22.398 | subnet-service-types 2025-05-14 00:53:22.398 | subnet_allocation 2025-05-14 00:53:22.398 | subnetpool-prefix-ops 2025-05-14 00:53:22.398 | standard-attr-tag 2025-05-14 00:53:22.398 | standard-attr-timestamp 2025-05-14 00:53:22.398 | nsxt-ops' 2025-05-14 00:53:22.400 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-05-14 00:53:22.400 | address-scope 2025-05-14 00:53:22.400 | router-admin-state-down-before-update 2025-05-14 00:53:22.400 | agent 2025-05-14 00:53:22.400 | agent-resources-synced 2025-05-14 00:53:22.400 | allowed-address-pairs 2025-05-14 00:53:22.400 | auto-allocated-topology 2025-05-14 00:53:22.400 | availability_zone 2025-05-14 00:53:22.400 | availability_zone_filter 2025-05-14 00:53:22.400 | default-subnetpools 2025-05-14 00:53:22.400 | dhcp_agent_scheduler 2025-05-14 00:53:22.400 | dvr 2025-05-14 00:53:22.400 | empty-string-filtering 2025-05-14 00:53:22.400 | external-net 2025-05-14 00:53:22.400 | extra_dhcp_opt 2025-05-14 00:53:22.400 | extraroute 2025-05-14 00:53:22.401 | extraroute-atomic 2025-05-14 00:53:22.401 | filter-validation 2025-05-14 00:53:22.401 | floating-ip-port-forwarding-detail 2025-05-14 00:53:22.401 | fip-port-details 2025-05-14 00:53:22.401 | flavors 2025-05-14 00:53:22.401 | floatingip-pools 2025-05-14 00:53:22.401 | ip-substring-filtering 2025-05-14 00:53:22.401 | router 2025-05-14 00:53:22.401 | ext-gw-mode 2025-05-14 00:53:22.401 | l3-ha 2025-05-14 00:53:22.401 | l3-flavors 2025-05-14 00:53:22.401 | l3-port-ip-change-not-allowed 2025-05-14 00:53:22.401 | l3_agent_scheduler 2025-05-14 00:53:22.401 | multi-provider 2025-05-14 00:53:22.401 | net-mtu 2025-05-14 00:53:22.401 | net-mtu-writable 2025-05-14 00:53:22.401 | network_availability_zone 2025-05-14 00:53:22.401 | network-ip-availability 2025-05-14 00:53:22.401 | pagination 2025-05-14 00:53:22.401 | port-device-profile 2025-05-14 00:53:22.401 | port-mac-override 2025-05-14 00:53:22.401 | port-mac-address-regenerate 2025-05-14 00:53:22.401 | port-numa-affinity-policy 2025-05-14 00:53:22.401 | binding 2025-05-14 00:53:22.401 | binding-extended 2025-05-14 00:53:22.401 | port-security 2025-05-14 00:53:22.401 | project-id 2025-05-14 00:53:22.401 | provider 2025-05-14 00:53:22.401 | quota-check-limit 2025-05-14 00:53:22.401 | quotas 2025-05-14 00:53:22.401 | quota_details 2025-05-14 00:53:22.401 | rbac-policies 2025-05-14 00:53:22.401 | rbac-address-group 2025-05-14 00:53:22.401 | rbac-address-scope 2025-05-14 00:53:22.401 | rbac-security-groups 2025-05-14 00:53:22.401 | rbac-subnetpool 2025-05-14 00:53:22.401 | revision-if-match 2025-05-14 00:53:22.401 | standard-attr-revisions 2025-05-14 00:53:22.401 | router_availability_zone 2025-05-14 00:53:22.401 | security-groups-normalized-cidr 2025-05-14 00:53:22.401 | port-security-groups-filtering 2025-05-14 00:53:22.401 | security-groups-remote-address-group 2025-05-14 00:53:22.401 | security-groups-shared-filtering 2025-05-14 00:53:22.401 | security-group 2025-05-14 00:53:22.401 | service-type 2025-05-14 00:53:22.401 | sorting 2025-05-14 00:53:22.401 | standard-attr-description 2025-05-14 00:53:22.401 | stateful-security-group 2025-05-14 00:53:22.401 | subnet_onboard 2025-05-14 00:53:22.401 | subnet-service-types 2025-05-14 00:53:22.401 | subnet_allocation 2025-05-14 00:53:22.401 | subnetpool-prefix-ops 2025-05-14 00:53:22.401 | standard-attr-tag 2025-05-14 00:53:22.401 | standard-attr-timestamp 2025-05-14 00:53:22.401 | nsxt-ops =~ auto-allocated-topology ]] 2025-05-14 00:53:22.403 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-05-14 00:53:22.405 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-05-14 00:53:22.407 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2025-05-14 00:53:22.409 | ++ 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 2025-05-14 00:53:23.860 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:23.863 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=13f0b44b-322b-4fdb-8acf-c14e4cc1ea96 2025-05-14 00:53:23.865 | + 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' 2025-05-14 00:53:23.868 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-05-14 00:53:23.883 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2025-05-14 00:53:23.885 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2025-05-14 00:53:23.887 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 1e73537f-7f5f-47f4-81e1-7ffe75d0a432 b274cbe5-a955-444e-94de-dfd484c04a7d 2025-05-14 00:53:26.179 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2025-05-14 00:53:26.182 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 13f0b44b-322b-4fdb-8acf-c14e4cc1ea96 2025-05-14 00:53:26.183 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2025-05-14 00:53:26.185 | ++ 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 ' 2025-05-14 00:53:26.187 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2025-05-14 00:53:26.189 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2025-05-14 00:53:26.191 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 13f0b44b-322b-4fdb-8acf-c14e4cc1ea96 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-05-14 00:53:26.193 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2025-05-14 00:53:26.195 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2025-05-14 00:53:26.198 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2025-05-14 00:53:26.198 | +++ 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 13f0b44b-322b-4fdb-8acf-c14e4cc1ea96 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-05-14 00:53:27.707 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:27.710 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-05-14 00:53:27.710 | | id | 5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec |' 2025-05-14 00:53:27.712 | ++ 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' 2025-05-14 00:53:27.714 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-05-14 00:53:27.727 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec '|' 2025-05-14 00:53:27.730 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec |' 2025-05-14 00:53:27.731 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2025-05-14 00:53:27.735 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec '|' 2025-05-14 00:53:27.735 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2025-05-14 00:53:27.736 | ++ functions-common:get_field:829 : local data field 2025-05-14 00:53:27.738 | ++ functions-common:get_field:830 : read data 2025-05-14 00:53:27.740 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2025-05-14 00:53:27.742 | ++ functions-common:get_field:834 : field='$3' 2025-05-14 00:53:27.745 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-05-14 00:53:27.745 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec |' 2025-05-14 00:53:27.749 | ++ functions-common:get_field:830 : read data 2025-05-14 00:53:27.751 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2025-05-14 00:53:27.755 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec '|' 2025-05-14 00:53:27.755 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2025-05-14 00:53:27.757 | ++ functions-common:get_field:829 : local data field 2025-05-14 00:53:27.759 | ++ functions-common:get_field:830 : read data 2025-05-14 00:53:27.760 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2025-05-14 00:53:27.762 | ++ functions-common:get_field:834 : field='$6' 2025-05-14 00:53:27.764 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec |' 2025-05-14 00:53:27.765 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-05-14 00:53:27.769 | ++ functions-common:get_field:830 : read data 2025-05-14 00:53:27.772 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec 2025-05-14 00:53:27.774 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 13f0b44b-322b-4fdb-8acf-c14e4cc1ea96 1e73537f-7f5f-47f4-81e1-7ffe75d0a432 2025-05-14 00:53:29.877 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2025-05-14 00:53:29.880 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2025-05-14 00:53:29.894 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:29.897 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2025-05-14 00:53:29.899 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2025-05-14 00:53:29.901 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-05-14 00:53:29.903 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2025-05-14 00:53:29.905 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2025-05-14 00:53:29.908 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-05-14 00:53:29.921 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2025-05-14 00:53:29.923 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2025-05-14 00:53:29.925 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2025-05-14 00:53:29.928 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2025-05-14 00:53:29.930 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2025-05-14 00:53:29.933 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-05-14 00:53:29.934 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2025-05-14 00:53:29.936 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2025-05-14 00:53:29.938 | + functions-common:test_with_retry:2375 : local until=10 2025-05-14 00:53:29.940 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-05-14 00:53:29.942 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-05-14 00:53:29.944 | + functions-common:time_start:2421 : local name=test_with_retry 2025-05-14 00:53:29.946 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:29.948 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:29.951 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:29.954 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184009952 2025-05-14 00:53:29.956 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-05-14 00:53:29.961 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2025-05-14 00:53:29.963 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:29.965 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:29.967 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:29.969 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:29.970 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:29.972 | + functions-common:time_stop:2441 : name=test_with_retry 2025-05-14 00:53:29.974 | + functions-common:time_stop:2442 : start_time=1747184009952 2025-05-14 00:53:29.976 | + functions-common:time_stop:2444 : [[ -z 1747184009952 ]] 2025-05-14 00:53:29.978 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:29.982 | + functions-common:time_stop:2447 : end_time=1747184009980 2025-05-14 00:53:29.984 | + functions-common:time_stop:2448 : elapsed_time=28 2025-05-14 00:53:29.986 | + functions-common:time_stop:2449 : total=3067 2025-05-14 00:53:29.988 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:29.989 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3095 2025-05-14 00:53:29.992 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2025-05-14 00:53:29.992 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2025-05-14 00:53:29.997 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2025-05-14 00:53:29.999 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2025-05-14 00:53:30.001 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-05-14 00:53:30.003 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-05-14 00:53:30.006 | ++ 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 2025-05-14 00:53:30.006 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2025-05-14 00:53:30.006 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2025-05-14 00:53:30.007 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2025-05-14 00:53:31.390 | ++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:53:31.394 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.193 ' 2025-05-14 00:53:31.396 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-05-14 00:53:31.398 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-05-14 00:53:31.412 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2025-05-14 00:53:31.414 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2025-05-14 00:53:31.416 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2025-05-14 00:53:31.418 | + stack.sh:main:1322 : is_service_enabled nova 2025-05-14 00:53:31.432 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:31.434 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2025-05-14 00:53:31.436 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:31.438 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2025-05-14 00:53:31.440 | + stack.sh:main:1324 : start_nova 2025-05-14 00:53:31.442 | + lib/nova:start_nova:1176 : start_nova_rest 2025-05-14 00:53:31.444 | + 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 2025-05-14 00:53:31.446 | + 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 2025-05-14 00:53:31.448 | + 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 2025-05-14 00:53:31.451 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2025-05-14 00:53:31.453 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-05-14 00:53:31.455 | + functions-common:run_process:1689 : local service=n-sch 2025-05-14 00:53:31.457 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-05-14 00:53:31.459 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:31.461 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:31.463 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:31.465 | + functions-common:run_process:1695 : local name=n-sch 2025-05-14 00:53:31.467 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:31.469 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:31.471 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:31.473 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:31.476 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:31.479 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184011477 2025-05-14 00:53:31.482 | + functions-common:run_process:1698 : is_service_enabled n-sch 2025-05-14 00:53:31.495 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:31.497 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-05-14 00:53:31.499 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2025-05-14 00:53:31.502 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-05-14 00:53:31.504 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-05-14 00:53:31.506 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-05-14 00:53:31.508 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-05-14 00:53:31.510 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-05-14 00:53:31.512 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-05-14 00:53:31.514 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2025-05-14 00:53:31.516 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:31.518 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:31.520 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:31.522 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:31.524 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-05-14 00:53:31.528 | + 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 '' 2025-05-14 00:53:31.528 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2025-05-14 00:53:31.530 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-05-14 00:53:31.532 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:31.534 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:31.536 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:53:31.538 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:31.540 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:31.542 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-05-14 00:53:31.544 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:31.547 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-05-14 00:53:31.599 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-05-14 00:53:31.651 | + 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' 2025-05-14 00:53:31.695 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-05-14 00:53:31.739 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-05-14 00:53:31.782 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:31.827 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:31.829 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:31.831 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-05-14 00:53:31.885 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:32.147 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2025-05-14 00:53:32.157 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-05-14 00:53:32.398 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2025-05-14 00:53:32.431 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:32.433 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:32.436 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:32.438 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:32.440 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:32.442 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:32.444 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:32.446 | + functions-common:time_stop:2442 : start_time=1747184011477 2025-05-14 00:53:32.448 | + functions-common:time_stop:2444 : [[ -z 1747184011477 ]] 2025-05-14 00:53:32.450 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:32.454 | + functions-common:time_stop:2447 : end_time=1747184012452 2025-05-14 00:53:32.456 | + functions-common:time_stop:2448 : elapsed_time=975 2025-05-14 00:53:32.459 | + functions-common:time_stop:2449 : total=8624 2025-05-14 00:53:32.461 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:32.464 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9599 2025-05-14 00:53:32.467 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2025-05-14 00:53:32.470 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2025-05-14 00:53:32.474 | + 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' 2025-05-14 00:53:32.476 | + functions-common:run_process:1689 : local service=n-api-meta 2025-05-14 00:53:32.478 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-05-14 00:53:32.480 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:32.482 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:32.485 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:32.489 | + functions-common:run_process:1695 : local name=n-api-meta 2025-05-14 00:53:32.489 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:32.492 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:32.494 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:32.496 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:32.500 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:32.503 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184012500 2025-05-14 00:53:32.505 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2025-05-14 00:53:32.521 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:32.525 | + 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' '' '' '' 2025-05-14 00:53:32.527 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2025-05-14 00:53:32.529 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-05-14 00:53:32.531 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-05-14 00:53:32.533 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-05-14 00:53:32.538 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-05-14 00:53:32.541 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-05-14 00:53:32.544 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-05-14 00:53:32.546 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2025-05-14 00:53:32.549 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:32.551 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:32.553 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:32.556 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:32.559 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-05-14 00:53:32.561 | + 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 '' 2025-05-14 00:53:32.565 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2025-05-14 00:53:32.565 | + 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' 2025-05-14 00:53:32.567 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-05-14 00:53:32.572 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-05-14 00:53:32.572 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-05-14 00:53:32.573 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-05-14 00:53:32.575 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-05-14 00:53:32.579 | + 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' 2025-05-14 00:53:32.632 | + 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 2025-05-14 00:53:32.690 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-05-14 00:53:32.742 | + 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' 2025-05-14 00:53:32.788 | + 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' 2025-05-14 00:53:32.837 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-05-14 00:53:32.881 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-05-14 00:53:32.924 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-05-14 00:53:32.968 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-05-14 00:53:33.012 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-05-14 00:53:33.056 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-05-14 00:53:33.058 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-05-14 00:53:33.060 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-05-14 00:53:33.110 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-05-14 00:53:33.406 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2025-05-14 00:53:33.416 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-05-14 00:53:33.645 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2025-05-14 00:53:33.700 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:33.702 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:33.704 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:33.707 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:33.709 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:33.712 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:33.714 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:33.716 | + functions-common:time_stop:2442 : start_time=1747184012500 2025-05-14 00:53:33.718 | + functions-common:time_stop:2444 : [[ -z 1747184012500 ]] 2025-05-14 00:53:33.721 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:33.724 | + functions-common:time_stop:2447 : end_time=1747184013722 2025-05-14 00:53:33.727 | + functions-common:time_stop:2448 : elapsed_time=1222 2025-05-14 00:53:33.729 | + functions-common:time_stop:2449 : total=9599 2025-05-14 00:53:33.731 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:33.733 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10821 2025-05-14 00:53:33.735 | + 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 2025-05-14 00:53:33.737 | + 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 2025-05-14 00:53:33.740 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2025-05-14 00:53:33.742 | + 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 2025-05-14 00:53:33.744 | + 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 2025-05-14 00:53:33.747 | + 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 2025-05-14 00:53:33.749 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2025-05-14 00:53:33.751 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:53:33.754 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-05-14 00:53:33.756 | + functions-common:run_process:1689 : local service=n-novnc 2025-05-14 00:53:33.758 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-05-14 00:53:33.760 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:33.762 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:33.764 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:33.766 | + functions-common:run_process:1695 : local name=n-novnc 2025-05-14 00:53:33.768 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:33.770 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:33.772 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:33.774 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:33.776 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:33.780 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184013778 2025-05-14 00:53:33.782 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2025-05-14 00:53:33.795 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:33.797 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:33.800 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:33.801 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:33.804 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:33.806 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:33.808 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:33.811 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:33.813 | + functions-common:time_stop:2442 : start_time=1747184013778 2025-05-14 00:53:33.815 | + functions-common:time_stop:2444 : [[ -z 1747184013778 ]] 2025-05-14 00:53:33.818 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:33.822 | + functions-common:time_stop:2447 : end_time=1747184013819 2025-05-14 00:53:33.824 | + functions-common:time_stop:2448 : elapsed_time=41 2025-05-14 00:53:33.826 | + functions-common:time_stop:2449 : total=10821 2025-05-14 00:53:33.828 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:33.830 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10862 2025-05-14 00:53:33.833 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-05-14 00:53:33.836 | + functions-common:run_process:1689 : local service=n-spice 2025-05-14 00:53:33.838 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-05-14 00:53:33.840 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:33.843 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:33.845 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:33.848 | + functions-common:run_process:1695 : local name=n-spice 2025-05-14 00:53:33.850 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:33.853 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:33.855 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:33.859 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:33.862 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:33.865 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184013862 2025-05-14 00:53:33.868 | + functions-common:run_process:1698 : is_service_enabled n-spice 2025-05-14 00:53:33.885 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:33.887 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:33.890 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:33.892 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:33.894 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:33.896 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:33.901 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:33.903 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:33.906 | + functions-common:time_stop:2442 : start_time=1747184013862 2025-05-14 00:53:33.908 | + functions-common:time_stop:2444 : [[ -z 1747184013862 ]] 2025-05-14 00:53:33.910 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:33.914 | + functions-common:time_stop:2447 : end_time=1747184013911 2025-05-14 00:53:33.916 | + functions-common:time_stop:2448 : elapsed_time=49 2025-05-14 00:53:33.918 | + functions-common:time_stop:2449 : total=10862 2025-05-14 00:53:33.920 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:33.923 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10911 2025-05-14 00:53:33.925 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-05-14 00:53:33.927 | + functions-common:run_process:1689 : local service=n-sproxy 2025-05-14 00:53:33.929 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-05-14 00:53:33.931 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:33.933 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:33.935 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:33.937 | + functions-common:run_process:1695 : local name=n-sproxy 2025-05-14 00:53:33.939 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:33.941 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:33.943 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:33.945 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:33.948 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:33.952 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184013949 2025-05-14 00:53:33.954 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2025-05-14 00:53:33.968 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:33.970 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:33.972 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:33.975 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:33.977 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:33.979 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:33.981 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:33.983 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:33.985 | + functions-common:time_stop:2442 : start_time=1747184013949 2025-05-14 00:53:33.987 | + functions-common:time_stop:2444 : [[ -z 1747184013949 ]] 2025-05-14 00:53:33.990 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:33.994 | + functions-common:time_stop:2447 : end_time=1747184013991 2025-05-14 00:53:33.996 | + functions-common:time_stop:2448 : elapsed_time=42 2025-05-14 00:53:33.998 | + functions-common:time_stop:2449 : total=10911 2025-05-14 00:53:34.000 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:34.002 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10953 2025-05-14 00:53:34.005 | + 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 2025-05-14 00:53:34.007 | + 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 2025-05-14 00:53:34.009 | + lib/nova:start_nova:1178 : start_nova_conductor 2025-05-14 00:53:34.012 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:53:34.014 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-05-14 00:53:34.014 | Starting nova-conductor in a cellsv1-compatible way 2025-05-14 00:53:34.016 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-05-14 00:53:34.018 | + functions-common:run_process:1689 : local service=n-cond 2025-05-14 00:53:34.020 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-05-14 00:53:34.022 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:34.025 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:34.027 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:34.030 | + functions-common:run_process:1695 : local name=n-cond 2025-05-14 00:53:34.032 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:34.035 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:34.037 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:34.039 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:34.041 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:34.046 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184014043 2025-05-14 00:53:34.048 | + functions-common:run_process:1698 : is_service_enabled n-cond 2025-05-14 00:53:34.062 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:34.064 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-05-14 00:53:34.067 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2025-05-14 00:53:34.069 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-05-14 00:53:34.071 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-05-14 00:53:34.073 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-05-14 00:53:34.075 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-05-14 00:53:34.077 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-05-14 00:53:34.079 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-05-14 00:53:34.081 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2025-05-14 00:53:34.083 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:34.085 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:34.087 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:34.089 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:34.091 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-05-14 00:53:34.093 | + 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 '' 2025-05-14 00:53:34.095 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2025-05-14 00:53:34.097 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-05-14 00:53:34.099 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:34.101 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:34.103 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:53:34.105 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:34.107 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:34.109 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-05-14 00:53:34.111 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:34.114 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-05-14 00:53:34.170 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-05-14 00:53:34.223 | + 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' 2025-05-14 00:53:34.266 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-05-14 00:53:34.315 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-05-14 00:53:34.361 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:34.404 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:34.406 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:34.408 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-05-14 00:53:34.459 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:34.716 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2025-05-14 00:53:34.726 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-05-14 00:53:34.970 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2025-05-14 00:53:34.995 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:34.998 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:35.001 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:35.007 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:35.009 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:35.011 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:35.017 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:35.020 | + functions-common:time_stop:2442 : start_time=1747184014043 2025-05-14 00:53:35.021 | + functions-common:time_stop:2444 : [[ -z 1747184014043 ]] 2025-05-14 00:53:35.024 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:35.030 | + functions-common:time_stop:2447 : end_time=1747184015025 2025-05-14 00:53:35.032 | + functions-common:time_stop:2448 : elapsed_time=982 2025-05-14 00:53:35.034 | + functions-common:time_stop:2449 : total=10953 2025-05-14 00:53:35.036 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:35.038 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11935 2025-05-14 00:53:35.041 | + lib/nova:start_nova_conductor:1149 : return 2025-05-14 00:53:35.043 | + lib/nova:start_nova:1179 : start_nova_compute 2025-05-14 00:53:35.045 | + 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 2025-05-14 00:53:35.047 | + 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 2025-05-14 00:53:35.050 | + 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 2025-05-14 00:53:35.052 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2025-05-14 00:53:35.054 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-05-14 00:53:35.058 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-05-14 00:53:35.060 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:53:35.063 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-05-14 00:53:35.065 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-05-14 00:53:35.067 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-05-14 00:53:35.070 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-05-14 00:53:35.072 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-05-14 00:53:35.075 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-05-14 00:53:35.077 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-05-14 00:53:35.081 | + inc/meta-config:merge_config_file:164 : read a 2025-05-14 00:53:35.081 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-05-14 00:53:35.081 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-05-14 00:53:35.081 | BEGIN { 2025-05-14 00:53:35.081 | section = "" 2025-05-14 00:53:35.081 | last_section = "" 2025-05-14 00:53:35.081 | section_count = 0 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | /^\[.+\]/ { 2025-05-14 00:53:35.081 | gsub("[][]", "", $1); 2025-05-14 00:53:35.081 | section=$1 2025-05-14 00:53:35.081 | next 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | /^ *\#/ { 2025-05-14 00:53:35.081 | next 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | /^[^ \t]+/ { 2025-05-14 00:53:35.081 | # get offset of first = in $0 2025-05-14 00:53:35.081 | eq_idx = index($0, "=") 2025-05-14 00:53:35.081 | # extract attr & value from $0 2025-05-14 00:53:35.081 | attr = substr($0, 1, eq_idx - 1) 2025-05-14 00:53:35.081 | value = substr($0, eq_idx + 1) 2025-05-14 00:53:35.081 | # only need to strip trailing whitespace from attr 2025-05-14 00:53:35.081 | sub(/[ \t]*$/, "", attr) 2025-05-14 00:53:35.081 | # need to strip leading & trailing whitespace from value 2025-05-14 00:53:35.081 | sub(/^[ \t]*/, "", value) 2025-05-14 00:53:35.081 | sub(/[ \t]*$/, "", value) 2025-05-14 00:53:35.081 | 2025-05-14 00:53:35.081 | # cfg_attr_count: number of config lines per [section, attr] 2025-05-14 00:53:35.081 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-05-14 00:53:35.081 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-05-14 00:53:35.081 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-05-14 00:53:35.081 | if (! (section, attr) in cfg_attr_count) { 2025-05-14 00:53:35.081 | if (section != last_section) { 2025-05-14 00:53:35.081 | cfg_section[section_count++] = section 2025-05-14 00:53:35.081 | last_section = section 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-05-14 00:53:35.081 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-05-14 00:53:35.081 | 2025-05-14 00:53:35.081 | cfg_attr[section, attr, 0] = value 2025-05-14 00:53:35.081 | cfg_attr_count[section, attr] = 1 2025-05-14 00:53:35.081 | } else { 2025-05-14 00:53:35.081 | lno = cfg_attr_count[section, attr]++ 2025-05-14 00:53:35.081 | cfg_attr[section, attr, lno] = value 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | END { 2025-05-14 00:53:35.081 | # Process each section in order 2025-05-14 00:53:35.081 | for (sno = 0; sno < section_count; sno++) { 2025-05-14 00:53:35.081 | section = cfg_section[sno] 2025-05-14 00:53:35.081 | # The ini routines simply append a config item immediately 2025-05-14 00:53:35.081 | # after the section header. To keep the same order as defined 2025-05-14 00:53:35.081 | # in local.conf, invoke the ini routines in the reverse order 2025-05-14 00:53:35.081 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-05-14 00:53:35.081 | attr = cfg_sec_attr_name[sno, attr_no] 2025-05-14 00:53:35.081 | if (cfg_attr_count[section, attr] == 1) 2025-05-14 00:53:35.081 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-05-14 00:53:35.081 | else { 2025-05-14 00:53:35.081 | # For multiline, invoke the ini routines in the reverse order 2025-05-14 00:53:35.081 | count = cfg_attr_count[section, attr] 2025-05-14 00:53:35.081 | print "inidelete " configfile " " section " " attr 2025-05-14 00:53:35.081 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-05-14 00:53:35.081 | for (l = count -2; l >= 0; l--) 2025-05-14 00:53:35.081 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | } 2025-05-14 00:53:35.081 | ' 2025-05-14 00:53:35.082 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:53:35.083 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-05-14 00:53:35.085 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-05-14 00:53:35.086 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-05-14 00:53:35.088 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:53:35.090 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-05-14 00:53:35.092 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-05-14 00:53:35.092 | BEGIN { group = "" } 2025-05-14 00:53:35.092 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:53:35.092 | gsub("[][]", "", $1); 2025-05-14 00:53:35.092 | split($1, a, "|"); 2025-05-14 00:53:35.092 | if (a[1] == matchgroup && a[2] == configfile) { 2025-05-14 00:53:35.092 | group=a[1] 2025-05-14 00:53:35.092 | } else { 2025-05-14 00:53:35.092 | group="" 2025-05-14 00:53:35.092 | } 2025-05-14 00:53:35.092 | next 2025-05-14 00:53:35.092 | } 2025-05-14 00:53:35.092 | { 2025-05-14 00:53:35.092 | if (group != "") 2025-05-14 00:53:35.092 | print $0 2025-05-14 00:53:35.092 | } 2025-05-14 00:53:35.092 | ' /opt/stack/devstack/local.conf 2025-05-14 00:53:35.098 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-05-14 00:53:35.100 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2025-05-14 00:53:35.100 | Skipping multi-cell conductor fleet setup 2025-05-14 00:53:35.102 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2025-05-14 00:53:35.118 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-05-14 00:53:35.134 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2025-05-14 00:53:35.136 | + lib/nova:configure_console_compute:664 : local offset 2025-05-14 00:53:35.138 | + lib/nova:configure_console_compute:665 : offset=0 2025-05-14 00:53:35.140 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2025-05-14 00:53:35.143 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-05-14 00:53:35.158 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2025-05-14 00:53:35.160 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2025-05-14 00:53:35.174 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:35.176 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2025-05-14 00:53:35.189 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:35.191 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2025-05-14 00:53:35.193 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-05-14 00:53:35.220 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2025-05-14 00:53:35.233 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:35.235 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2025-05-14 00:53:35.249 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:35.251 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-05-14 00:53:35.278 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2025-05-14 00:53:35.280 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-05-14 00:53:35.282 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-05-14 00:53:35.284 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2025-05-14 00:53:35.287 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2025-05-14 00:53:35.289 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2025-05-14 00:53:35.291 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2025-05-14 00:53:35.293 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2025-05-14 00:53:35.307 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:35.309 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-05-14 00:53:35.311 | + functions-common:run_process:1689 : local service=n-cpu 2025-05-14 00:53:35.313 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-05-14 00:53:35.315 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:35.317 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:35.320 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:35.322 | + functions-common:run_process:1695 : local name=n-cpu 2025-05-14 00:53:35.324 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:35.326 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:35.328 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:35.330 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:35.333 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:35.336 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184015334 2025-05-14 00:53:35.338 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2025-05-14 00:53:35.352 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:35.354 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:35.356 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:35.358 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:35.360 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:35.363 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:35.365 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:35.367 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:35.369 | + functions-common:time_stop:2442 : start_time=1747184015334 2025-05-14 00:53:35.371 | + functions-common:time_stop:2444 : [[ -z 1747184015334 ]] 2025-05-14 00:53:35.374 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:35.377 | + functions-common:time_stop:2447 : end_time=1747184015375 2025-05-14 00:53:35.379 | + functions-common:time_stop:2448 : elapsed_time=41 2025-05-14 00:53:35.381 | + functions-common:time_stop:2449 : total=11935 2025-05-14 00:53:35.383 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:35.386 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11976 2025-05-14 00:53:35.388 | + 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 2025-05-14 00:53:35.390 | + 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 2025-05-14 00:53:35.392 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2025-05-14 00:53:35.406 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:35.409 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2025-05-14 00:53:35.409 | Dumping cells_v2 mapping 2025-05-14 00:53:35.411 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2025-05-14 00:53:35.809 | 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. 2025-05-14 00:53:37.199 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-05-14 00:53:37.199 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-05-14 00:53:37.199 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-05-14 00:53:37.199 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2025-05-14 00:53:37.199 | | cell1 | 402f5873-bf17-4304-a507-a5be74f6a837 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2025-05-14 00:53:37.199 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-05-14 00:53:37.643 | + stack.sh:main:1325 : async_runfunc create_flavors 2025-05-14 00:53:37.645 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-05-14 00:53:37.698 | + inc/async:async_inner:63 : create_flavors 2025-05-14 00:53:37.730 | [4206 Async create_flavors:59223]: running: create_flavors 2025-05-14 00:53:37.732 | + stack.sh:main:1327 : is_service_enabled cinder 2025-05-14 00:53:37.746 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:37.748 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2025-05-14 00:53:37.750 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:37.753 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2025-05-14 00:53:37.755 | + stack.sh:main:1329 : start_cinder 2025-05-14 00:53:37.757 | + lib/cinder:start_cinder:585 : local service_port=8776 2025-05-14 00:53:37.759 | + lib/cinder:start_cinder:586 : local service_protocol=http 2025-05-14 00:53:37.761 | + lib/cinder:start_cinder:587 : local cinder_url 2025-05-14 00:53:37.763 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2025-05-14 00:53:37.777 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:37.779 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2025-05-14 00:53:37.782 | + 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 ]] 2025-05-14 00:53:37.784 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2025-05-14 00:53:37.787 | ++ lib/cinder:start_cinder:621 : which uwsgi 2025-05-14 00:53:37.791 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-05-14 00:53:37.793 | + functions-common:run_process:1689 : local service=c-api 2025-05-14 00:53:37.795 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-05-14 00:53:37.798 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:37.800 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:37.802 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:37.804 | + functions-common:run_process:1695 : local name=c-api 2025-05-14 00:53:37.806 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:37.808 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:37.810 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:37.812 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:37.815 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:37.818 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184017816 2025-05-14 00:53:37.820 | + functions-common:run_process:1698 : is_service_enabled c-api 2025-05-14 00:53:37.834 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:37.836 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-05-14 00:53:37.838 | + functions-common:_run_under_systemd:1649 : local service=c-api 2025-05-14 00:53:37.841 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-05-14 00:53:37.843 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-05-14 00:53:37.845 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-05-14 00:53:37.847 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-05-14 00:53:37.849 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-05-14 00:53:37.851 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-05-14 00:53:37.853 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2025-05-14 00:53:37.855 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:37.857 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:37.860 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:37.862 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:37.864 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-05-14 00:53:37.866 | + 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 '' 2025-05-14 00:53:37.868 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2025-05-14 00:53:37.870 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-05-14 00:53:37.872 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-05-14 00:53:37.874 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-05-14 00:53:37.876 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-05-14 00:53:37.878 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-05-14 00:53:37.880 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-05-14 00:53:37.883 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-05-14 00:53:37.936 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-05-14 00:53:37.986 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-05-14 00:53:38.028 | + 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' 2025-05-14 00:53:38.072 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:38.116 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-05-14 00:53:38.159 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-05-14 00:53:38.202 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-05-14 00:53:38.246 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-05-14 00:53:38.292 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-05-14 00:53:38.336 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-05-14 00:53:38.338 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-05-14 00:53:38.340 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-05-14 00:53:38.393 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-05-14 00:53:38.645 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2025-05-14 00:53:38.655 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-05-14 00:53:38.897 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2025-05-14 00:53:38.944 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:38.946 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:38.948 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:38.950 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:38.952 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:38.954 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:38.956 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:38.959 | + functions-common:time_stop:2442 : start_time=1747184017816 2025-05-14 00:53:38.960 | + functions-common:time_stop:2444 : [[ -z 1747184017816 ]] 2025-05-14 00:53:38.964 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:38.967 | + functions-common:time_stop:2447 : end_time=1747184018965 2025-05-14 00:53:38.970 | + functions-common:time_stop:2448 : elapsed_time=1149 2025-05-14 00:53:38.972 | + functions-common:time_stop:2449 : total=11976 2025-05-14 00:53:38.974 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:38.976 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13125 2025-05-14 00:53:38.978 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2025-05-14 00:53:38.980 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2025-05-14 00:53:38.980 | Waiting for Cinder API to start... 2025-05-14 00:53:38.982 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-05-14 00:53:38.984 | + functions:wait_for_service:468 : local timeout=60 2025-05-14 00:53:38.986 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-05-14 00:53:38.988 | + functions:wait_for_service:470 : local rval=0 2025-05-14 00:53:38.990 | + functions:wait_for_service:471 : time_start wait_for_service 2025-05-14 00:53:38.992 | + functions-common:time_start:2421 : local name=wait_for_service 2025-05-14 00:53:38.994 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:38.996 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:38.998 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:39.002 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184019000 2025-05-14 00:53:39.004 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-05-14 00:53:39.008 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-05-14 00:53:41.129 | + :: : [[ 401 == 503 ]] 2025-05-14 00:53:41.130 | + :: : [[ 0 -eq 7 ]] 2025-05-14 00:53:41.134 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-05-14 00:53:41.136 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:41.138 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:41.140 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:41.143 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:41.145 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:41.147 | + functions-common:time_stop:2441 : name=wait_for_service 2025-05-14 00:53:41.149 | + functions-common:time_stop:2442 : start_time=1747184019000 2025-05-14 00:53:41.151 | + functions-common:time_stop:2444 : [[ -z 1747184019000 ]] 2025-05-14 00:53:41.154 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:41.158 | + functions-common:time_stop:2447 : end_time=1747184021155 2025-05-14 00:53:41.160 | + functions-common:time_stop:2448 : elapsed_time=2155 2025-05-14 00:53:41.163 | + functions-common:time_stop:2449 : total=6540 2025-05-14 00:53:41.165 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:41.168 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8695 2025-05-14 00:53:41.170 | + functions:wait_for_service:478 : return 0 2025-05-14 00:53:41.172 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:41.175 | + functions-common:run_process:1689 : local service=c-sch 2025-05-14 00:53:41.177 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:41.179 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:41.181 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:41.183 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:41.185 | + functions-common:run_process:1695 : local name=c-sch 2025-05-14 00:53:41.188 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:41.191 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:41.193 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:41.195 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:41.199 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:41.202 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184021199 2025-05-14 00:53:41.205 | + functions-common:run_process:1698 : is_service_enabled c-sch 2025-05-14 00:53:41.220 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:41.223 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-05-14 00:53:41.225 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2025-05-14 00:53:41.228 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:41.230 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:41.232 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:41.235 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:41.237 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-05-14 00:53:41.240 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-05-14 00:53:41.242 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2025-05-14 00:53:41.245 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:41.247 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:41.249 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:41.252 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:41.255 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-05-14 00:53:41.257 | + 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 '' 2025-05-14 00:53:41.259 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2025-05-14 00:53:41.261 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:41.264 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:41.266 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:41.269 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-05-14 00:53:41.271 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:41.273 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:41.275 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-05-14 00:53:41.277 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:41.281 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-05-14 00:53:41.338 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-05-14 00:53:41.392 | + 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' 2025-05-14 00:53:41.438 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-05-14 00:53:41.485 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-05-14 00:53:41.533 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:41.580 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-05-14 00:53:41.583 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:41.585 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-05-14 00:53:41.646 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:41.916 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2025-05-14 00:53:41.929 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-05-14 00:53:42.178 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2025-05-14 00:53:42.211 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:42.216 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:42.218 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:42.224 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:42.227 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:42.232 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:42.234 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:42.240 | + functions-common:time_stop:2442 : start_time=1747184021199 2025-05-14 00:53:42.243 | + functions-common:time_stop:2444 : [[ -z 1747184021199 ]] 2025-05-14 00:53:42.246 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:42.253 | + functions-common:time_stop:2447 : end_time=1747184022248 2025-05-14 00:53:42.255 | + functions-common:time_stop:2448 : elapsed_time=1049 2025-05-14 00:53:42.259 | + functions-common:time_stop:2449 : total=13125 2025-05-14 00:53:42.263 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:42.265 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14174 2025-05-14 00:53:42.268 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-05-14 00:53:42.271 | + 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' 2025-05-14 00:53:42.273 | + functions-common:run_process:1689 : local service=c-bak 2025-05-14 00:53:42.275 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:42.277 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:42.279 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:42.281 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-05-14 00:53:42.283 | + functions-common:run_process:1695 : local name=c-bak 2025-05-14 00:53:42.285 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:42.287 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:42.289 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:42.291 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:42.294 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:42.298 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184022296 2025-05-14 00:53:42.300 | + functions-common:run_process:1698 : is_service_enabled c-bak 2025-05-14 00:53:42.314 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:42.316 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:42.319 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:42.321 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:42.323 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:42.325 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:42.328 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:42.330 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:42.332 | + functions-common:time_stop:2442 : start_time=1747184022296 2025-05-14 00:53:42.334 | + functions-common:time_stop:2444 : [[ -z 1747184022296 ]] 2025-05-14 00:53:42.337 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:42.340 | + functions-common:time_stop:2447 : end_time=1747184022338 2025-05-14 00:53:42.343 | + functions-common:time_stop:2448 : elapsed_time=42 2025-05-14 00:53:42.345 | + functions-common:time_stop:2449 : total=14174 2025-05-14 00:53:42.348 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:42.350 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14216 2025-05-14 00:53:42.352 | + 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' 2025-05-14 00:53:42.354 | + functions-common:run_process:1689 : local service=c-vol 2025-05-14 00:53:42.356 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:42.359 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:42.361 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:42.363 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-05-14 00:53:42.365 | + functions-common:run_process:1695 : local name=c-vol 2025-05-14 00:53:42.367 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:42.369 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:42.371 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:42.374 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:42.376 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:42.380 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184022378 2025-05-14 00:53:42.382 | + functions-common:run_process:1698 : is_service_enabled c-vol 2025-05-14 00:53:42.396 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:42.399 | + 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' 2025-05-14 00:53:42.401 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2025-05-14 00:53:42.403 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:42.405 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:42.407 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:42.409 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:42.411 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-05-14 00:53:42.414 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-05-14 00:53:42.416 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2025-05-14 00:53:42.418 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:42.420 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:42.422 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:42.425 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-05-14 00:53:42.427 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-05-14 00:53:42.429 | + 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' 2025-05-14 00:53:42.432 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2025-05-14 00:53:42.434 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-05-14 00:53:42.436 | + functions-common:write_user_unit_file:1560 : local group= 2025-05-14 00:53:42.438 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-05-14 00:53:42.440 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-05-14 00:53:42.442 | + functions-common:write_user_unit_file:1563 : local extra= 2025-05-14 00:53:42.444 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-05-14 00:53:42.446 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-05-14 00:53:42.448 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-05-14 00:53:42.451 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-05-14 00:53:42.505 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-05-14 00:53:42.557 | + 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' 2025-05-14 00:53:42.604 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-05-14 00:53:42.649 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-05-14 00:53:42.694 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:42.740 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-05-14 00:53:42.742 | + 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' 2025-05-14 00:53:42.789 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-05-14 00:53:42.792 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-05-14 00:53:42.845 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-05-14 00:53:43.123 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2025-05-14 00:53:43.133 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-05-14 00:53:43.376 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2025-05-14 00:53:43.405 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:43.410 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:43.414 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:43.418 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:43.421 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:43.425 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:43.427 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:43.433 | + functions-common:time_stop:2442 : start_time=1747184022378 2025-05-14 00:53:43.435 | + functions-common:time_stop:2444 : [[ -z 1747184022378 ]] 2025-05-14 00:53:43.438 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:43.445 | + functions-common:time_stop:2447 : end_time=1747184023439 2025-05-14 00:53:43.448 | + functions-common:time_stop:2448 : elapsed_time=1061 2025-05-14 00:53:43.450 | + functions-common:time_stop:2449 : total=14216 2025-05-14 00:53:43.452 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:43.454 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15277 2025-05-14 00:53:43.456 | + stack.sh:main:1330 : create_volume_types 2025-05-14 00:53:43.458 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2025-05-14 00:53:43.473 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:43.475 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2025-05-14 00:53:43.477 | + lib/cinder:create_volume_types:674 : local be be_name 2025-05-14 00:53:43.479 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-05-14 00:53:43.481 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2025-05-14 00:53:43.483 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2025-05-14 00:53:43.486 | + lib/cinder:create_one_type:654 : type_name=vsphere 2025-05-14 00:53:43.487 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2025-05-14 00:53:43.489 | + lib/cinder:create_one_type:656 : property_value=vsphere 2025-05-14 00:53:43.491 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2025-05-14 00:53:43.505 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:43.508 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-05-14 00:53:45.399 | +-------------+--------------------------------------+ 2025-05-14 00:53:45.399 | | Field | Value | 2025-05-14 00:53:45.399 | +-------------+--------------------------------------+ 2025-05-14 00:53:45.399 | | description | None | 2025-05-14 00:53:45.399 | | id | 7cc15dbb-1e52-4078-a75a-52d181a61661 | 2025-05-14 00:53:45.399 | | is_public | True | 2025-05-14 00:53:45.399 | | name | vsphere | 2025-05-14 00:53:45.399 | | properties | volume_backend_name='vsphere' | 2025-05-14 00:53:45.399 | +-------------+--------------------------------------+ 2025-05-14 00:53:45.533 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2025-05-14 00:53:45.535 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2025-05-14 00:53:45.538 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2025-05-14 00:53:45.540 | + stack.sh:main:1343 : is_service_enabled glance 2025-05-14 00:53:45.556 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:45.558 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2025-05-14 00:53:45.560 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:45.562 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2025-05-14 00:53:45.564 | + stack.sh:main:1345 : start_glance 2025-05-14 00:53:45.566 | + lib/glance:start_glance:606 : local service_protocol=http 2025-05-14 00:53:45.568 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2025-05-14 00:53:45.582 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:45.585 | + lib/glance:start_glance:613 : [[ False == False ]] 2025-05-14 00:53:45.587 | ++ lib/glance:start_glance:614 : which uwsgi 2025-05-14 00:53:45.591 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-05-14 00:53:45.593 | + functions-common:run_process:1689 : local service=g-api 2025-05-14 00:53:45.595 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-05-14 00:53:45.597 | + functions-common:run_process:1691 : local group= 2025-05-14 00:53:45.599 | + functions-common:run_process:1692 : local user= 2025-05-14 00:53:45.601 | + functions-common:run_process:1693 : local env_vars= 2025-05-14 00:53:45.604 | + functions-common:run_process:1695 : local name=g-api 2025-05-14 00:53:45.606 | + functions-common:run_process:1697 : time_start run_process 2025-05-14 00:53:45.608 | + functions-common:time_start:2421 : local name=run_process 2025-05-14 00:53:45.610 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:45.612 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:45.614 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:45.618 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184025615 2025-05-14 00:53:45.620 | + functions-common:run_process:1698 : is_service_enabled g-api 2025-05-14 00:53:45.635 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:45.637 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-05-14 00:53:45.639 | + functions-common:_run_under_systemd:1649 : local service=g-api 2025-05-14 00:53:45.641 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-05-14 00:53:45.643 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-05-14 00:53:45.645 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-05-14 00:53:45.647 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-05-14 00:53:45.649 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-05-14 00:53:45.651 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-05-14 00:53:45.653 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2025-05-14 00:53:45.655 | + functions-common:_run_under_systemd:1656 : local group= 2025-05-14 00:53:45.657 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-05-14 00:53:45.659 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-05-14 00:53:45.662 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-05-14 00:53:45.664 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-05-14 00:53:45.666 | + 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 '' 2025-05-14 00:53:45.668 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2025-05-14 00:53:45.670 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-05-14 00:53:45.672 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-05-14 00:53:45.674 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-05-14 00:53:45.676 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-05-14 00:53:45.677 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-05-14 00:53:45.680 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-05-14 00:53:45.683 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-05-14 00:53:45.742 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-05-14 00:53:45.793 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-05-14 00:53:45.840 | + 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' 2025-05-14 00:53:45.888 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-05-14 00:53:45.937 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-05-14 00:53:45.982 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-05-14 00:53:46.027 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-05-14 00:53:46.071 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-05-14 00:53:46.116 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-05-14 00:53:46.160 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-05-14 00:53:46.161 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-05-14 00:53:46.164 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-05-14 00:53:46.218 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-05-14 00:53:46.503 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2025-05-14 00:53:46.513 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-05-14 00:53:46.806 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2025-05-14 00:53:46.857 | + functions-common:run_process:1701 : time_stop run_process 2025-05-14 00:53:46.859 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:46.861 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:46.863 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:46.865 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:46.867 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:46.869 | + functions-common:time_stop:2441 : name=run_process 2025-05-14 00:53:46.871 | + functions-common:time_stop:2442 : start_time=1747184025615 2025-05-14 00:53:46.873 | + functions-common:time_stop:2444 : [[ -z 1747184025615 ]] 2025-05-14 00:53:46.876 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:46.879 | + functions-common:time_stop:2447 : end_time=1747184026876 2025-05-14 00:53:46.881 | + functions-common:time_stop:2448 : elapsed_time=1261 2025-05-14 00:53:46.883 | + functions-common:time_stop:2449 : total=15277 2025-05-14 00:53:46.885 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:46.887 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16538 2025-05-14 00:53:46.889 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2025-05-14 00:53:46.904 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:46.906 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-05-14 00:53:46.906 | Waiting for g-api (10.180.1.21) to start... 2025-05-14 00:53:46.908 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2025-05-14 00:53:46.909 | + functions:wait_for_service:468 : local timeout=60 2025-05-14 00:53:46.911 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-05-14 00:53:46.914 | + functions:wait_for_service:470 : local rval=0 2025-05-14 00:53:46.916 | + functions:wait_for_service:471 : time_start wait_for_service 2025-05-14 00:53:46.918 | + functions-common:time_start:2421 : local name=wait_for_service 2025-05-14 00:53:46.920 | + functions-common:time_start:2422 : local start_time= 2025-05-14 00:53:46.922 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:53:46.925 | ++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:53:46.928 | + functions-common:time_start:2426 : _TIME_START[$name]=1747184026926 2025-05-14 00:53:46.930 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-05-14 00:53:46.933 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-05-14 00:53:49.006 | + :: : [[ 300 == 503 ]] 2025-05-14 00:53:49.007 | + :: : [[ 0 -eq 7 ]] 2025-05-14 00:53:49.010 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-05-14 00:53:49.012 | + functions-common:time_stop:2435 : local name 2025-05-14 00:53:49.015 | + functions-common:time_stop:2436 : local end_time 2025-05-14 00:53:49.017 | + functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:53:49.019 | + functions-common:time_stop:2438 : local total 2025-05-14 00:53:49.021 | + functions-common:time_stop:2439 : local start_time 2025-05-14 00:53:49.023 | + functions-common:time_stop:2441 : name=wait_for_service 2025-05-14 00:53:49.025 | + functions-common:time_stop:2442 : start_time=1747184026926 2025-05-14 00:53:49.027 | + functions-common:time_stop:2444 : [[ -z 1747184026926 ]] 2025-05-14 00:53:49.030 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:53:49.034 | + functions-common:time_stop:2447 : end_time=1747184029031 2025-05-14 00:53:49.036 | + functions-common:time_stop:2448 : elapsed_time=2105 2025-05-14 00:53:49.038 | + functions-common:time_stop:2449 : total=8695 2025-05-14 00:53:49.040 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:53:49.042 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10800 2025-05-14 00:53:49.044 | + functions:wait_for_service:478 : return 0 2025-05-14 00:53:49.046 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2025-05-14 00:53:49.061 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:49.063 | + stack.sh:main:1359 : is_service_enabled glance 2025-05-14 00:53:49.078 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:49.080 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2025-05-14 00:53:49.083 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:49.085 | + stack.sh:echo_summary:455 : echo -e Uploading images 2025-05-14 00:53:49.087 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2025-05-14 00:53:49.089 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.091 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.093 | + functions:upload_image:134 : local image image_fname image_name 2025-05-14 00:53:49.095 | + functions:upload_image:136 : local max_attempts=5 2025-05-14 00:53:49.096 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-05-14 00:53:49.100 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.103 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.105 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-05-14 00:53:49.107 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-05-14 00:53:49.109 | ++ functions:upload_image:144 : seq 5 2025-05-14 00:53:49.112 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-05-14 00:53:49.114 | + functions:upload_image:145 : local rc=0 2025-05-14 00:53:49.116 | + 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' 2025-05-14 00:53:49.118 | --2025-05-14 00:53:49-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-05-14 00:53:49.124 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-05-14 00:53:49.125 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-05-14 00:53:49.148 | HTTP request sent, awaiting response... 200 OK 2025-05-14 00:53:49.148 | Length: 21318656 (20M) [application/octet-stream] 2025-05-14 00:53:49.148 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-05-14 00:53:49.220 | 2025-05-14 00:53:49.536 | 0K ........ ........ .... 100% 52.4M=0.4s 2025-05-14 00:53:49.536 | 2025-05-14 00:53:49.538 | 2025-05-14 00:53:49 (52.4 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-05-14 00:53:49.538 | 2025-05-14 00:53:49.540 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-05-14 00:53:49.542 | + functions:upload_image:155 : break 2025-05-14 00:53:49.544 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.546 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-05-14 00:53:49.548 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-05-14 00:53:49.550 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-05-14 00:53:49.551 | + functions:upload_image:194 : local vmdk_disktype= 2025-05-14 00:53:49.553 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-05-14 00:53:49.555 | + functions:upload_image:196 : local path_len 2025-05-14 00:53:49.557 | + functions:upload_image:199 : local vmdk_adapter_type 2025-05-14 00:53:49.560 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.560 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.564 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-05-14 00:53:49.566 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-05-14 00:53:49.567 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-05-14 00:53:49.569 | + functions:upload_image:205 : local vmdk_create_type 2025-05-14 00:53:49.572 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.572 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.576 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-05-14 00:53:49.578 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-05-14 00:53:49.580 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-05-14 00:53:49.581 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-05-14 00:53:49.583 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-05-14 00:53:49.585 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-05-14 00:53:49.587 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-05-14 00:53:49.589 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-05-14 00:53:49.590 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-05-14 00:53:49.593 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-05-14 00:53:49.593 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-05-14 00:53:49.597 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-05-14 00:53:49.599 | + functions:upload_image:284 : IFS=':;' 2025-05-14 00:53:49.601 | + functions:upload_image:284 : read -a props 2025-05-14 00:53:49.603 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-05-14 00:53:49.605 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-05-14 00:53:49.607 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-05-14 00:53:49.608 | + 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 2025-05-14 00:53:49.610 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-05-14 00:53:49.612 | + functions:_upload_image:105 : shift 2025-05-14 00:53:49.613 | + functions:_upload_image:106 : local container=bare 2025-05-14 00:53:49.615 | + functions:_upload_image:107 : shift 2025-05-14 00:53:49.617 | + functions:_upload_image:108 : local disk=vmdk 2025-05-14 00:53:49.618 | + functions:_upload_image:109 : shift 2025-05-14 00:53:49.620 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-05-14 00:53:49.622 | + functions:_upload_image:111 : shift 2025-05-14 00:53:49.624 | + functions:_upload_image:112 : local properties 2025-05-14 00:53:49.625 | + functions:_upload_image:113 : local useimport 2025-05-14 00:53:49.628 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-05-14 00:53:49.629 | ++ functions:_image_properties_to_arg:87 : local result= 2025-05-14 00:53:49.631 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-05-14 00:53:49.633 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-05-14 00:53:49.634 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-05-14 00:53:49.636 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-05-14 00:53:49.638 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-05-14 00:53:49.639 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-05-14 00:53:49.641 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-05-14 00:53:49.643 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-05-14 00:53:49.645 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-05-14 00:53:49.647 | + 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 2025-05-14 00:53:51.990 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-05-14 00:53:51.990 | | Field | Value | 2025-05-14 00:53:51.990 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-05-14 00:53:51.990 | | container_format | bare | 2025-05-14 00:53:51.990 | | created_at | 2025-05-14T00:53:51Z | 2025-05-14 00:53:51.990 | | disk_format | vmdk | 2025-05-14 00:53:51.990 | | file | /v2/images/1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a/file | 2025-05-14 00:53:51.990 | | id | 1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a | 2025-05-14 00:53:51.990 | | min_disk | 0 | 2025-05-14 00:53:51.990 | | min_ram | 0 | 2025-05-14 00:53:51.990 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-05-14 00:53:51.991 | | owner | b4cc8d13a7354de8be4a029915d283ac | 2025-05-14 00:53:51.991 | | 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' | 2025-05-14 00:53:51.991 | | protected | False | 2025-05-14 00:53:51.991 | | schema | /v2/schemas/image | 2025-05-14 00:53:51.991 | | status | queued | 2025-05-14 00:53:51.991 | | tags | | 2025-05-14 00:53:51.991 | | updated_at | 2025-05-14T00:53:51Z | 2025-05-14 00:53:51.991 | | visibility | public | 2025-05-14 00:53:51.991 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-05-14 00:53:52.125 | + functions:upload_image:291 : return 2025-05-14 00:53:52.128 | + stack.sh:main:1367 : async_wait create_flavors 2025-05-14 00:53:52.172 | [4206 Async create_flavors:59223]: Waiting for completion of create_flavors running on PID 59223 (2 other jobs running) 2025-05-14 00:53:52.193 | [4206 Async create_flavors:59223]: Signaling child to exit 2025-05-14 00:53:53.886 | + inc/async:async_inner:64 : rc=0 2025-05-14 00:53:53.906 | [59223 Async create_flavors:59223]: finished successfully 2025-05-14 00:53:53.924 | WAKEUP 2025-05-14 00:53:53.943 | [4206 Async create_flavors:59223]: Signaled 2025-05-14 00:53:53.944 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2025-05-14 00:53:53.944 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:53.944 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2025-05-14 00:53:53.944 | + lib/nova:create_flavors:1248 : grep -q ds512M 2025-05-14 00:53:53.944 | + 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 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | Field | Value | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.944 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.944 | | description | None | 2025-05-14 00:53:53.944 | | disk | 1 | 2025-05-14 00:53:53.944 | | id | c1 | 2025-05-14 00:53:53.944 | | name | cirros256 | 2025-05-14 00:53:53.944 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.944 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.944 | | ram | 256 | 2025-05-14 00:53:53.944 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.944 | | swap | | 2025-05-14 00:53:53.944 | | vcpus | 1 | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | + 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 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | Field | Value | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.944 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.944 | | description | None | 2025-05-14 00:53:53.944 | | disk | 5 | 2025-05-14 00:53:53.944 | | id | d1 | 2025-05-14 00:53:53.944 | | name | ds512M | 2025-05-14 00:53:53.944 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.944 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.944 | | ram | 512 | 2025-05-14 00:53:53.944 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.944 | | swap | | 2025-05-14 00:53:53.944 | | vcpus | 1 | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | + 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 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | Field | Value | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.944 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.944 | | description | None | 2025-05-14 00:53:53.944 | | disk | 10 | 2025-05-14 00:53:53.944 | | id | d2 | 2025-05-14 00:53:53.944 | | name | ds1G | 2025-05-14 00:53:53.944 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.944 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.944 | | ram | 1024 | 2025-05-14 00:53:53.944 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.944 | | swap | | 2025-05-14 00:53:53.944 | | vcpus | 1 | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | + 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 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | Field | Value | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.944 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.944 | | description | None | 2025-05-14 00:53:53.944 | | disk | 10 | 2025-05-14 00:53:53.944 | | id | d3 | 2025-05-14 00:53:53.944 | | name | ds2G | 2025-05-14 00:53:53.944 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.944 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.944 | | ram | 2048 | 2025-05-14 00:53:53.944 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.944 | | swap | | 2025-05-14 00:53:53.944 | | vcpus | 2 | 2025-05-14 00:53:53.944 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.944 | + 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 2025-05-14 00:53:53.945 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.945 | | Field | Value | 2025-05-14 00:53:53.945 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.945 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.945 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.945 | | description | None | 2025-05-14 00:53:53.945 | | disk | 20 | 2025-05-14 00:53:53.945 | | id | d4 | 2025-05-14 00:53:53.945 | | name | ds4G | 2025-05-14 00:53:53.945 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.945 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.945 | | ram | 4096 | 2025-05-14 00:53:53.945 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.945 | | swap | | 2025-05-14 00:53:53.945 | | vcpus | 4 | 2025-05-14 00:53:53.945 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.945 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2025-05-14 00:53:53.945 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2025-05-14 00:53:53.945 | + 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 2025-05-14 00:53:53.945 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.945 | | Field | Value | 2025-05-14 00:53:53.945 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.945 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.945 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.945 | | description | None | 2025-05-14 00:53:53.945 | | disk | 1 | 2025-05-14 00:53:53.945 | | id | 1 | 2025-05-14 00:53:53.945 | | name | m1.tiny | 2025-05-14 00:53:53.945 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.945 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.946 | | ram | 512 | 2025-05-14 00:53:53.946 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.946 | | swap | | 2025-05-14 00:53:53.946 | | vcpus | 1 | 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | + 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 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | | Field | Value | 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.946 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.946 | | description | None | 2025-05-14 00:53:53.946 | | disk | 20 | 2025-05-14 00:53:53.946 | | id | 2 | 2025-05-14 00:53:53.946 | | name | m1.small | 2025-05-14 00:53:53.946 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.946 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.946 | | ram | 2048 | 2025-05-14 00:53:53.946 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.946 | | swap | | 2025-05-14 00:53:53.946 | | vcpus | 1 | 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | + 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 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | | Field | Value | 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.946 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.946 | | description | None | 2025-05-14 00:53:53.946 | | disk | 40 | 2025-05-14 00:53:53.946 | | id | 3 | 2025-05-14 00:53:53.946 | | name | m1.medium | 2025-05-14 00:53:53.946 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.946 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.946 | | ram | 4096 | 2025-05-14 00:53:53.946 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.946 | | swap | | 2025-05-14 00:53:53.946 | | vcpus | 2 | 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | + 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 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | | Field | Value | 2025-05-14 00:53:53.946 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.946 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.947 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.947 | | description | None | 2025-05-14 00:53:53.947 | | disk | 80 | 2025-05-14 00:53:53.947 | | id | 4 | 2025-05-14 00:53:53.947 | | name | m1.large | 2025-05-14 00:53:53.947 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.947 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.947 | | ram | 8192 | 2025-05-14 00:53:53.947 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.947 | | swap | | 2025-05-14 00:53:53.947 | | vcpus | 4 | 2025-05-14 00:53:53.947 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.947 | + 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 2025-05-14 00:53:53.947 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.947 | | Field | Value | 2025-05-14 00:53:53.947 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.947 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:53:53.947 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:53:53.947 | | description | None | 2025-05-14 00:53:53.947 | | disk | 160 | 2025-05-14 00:53:53.947 | | id | 5 | 2025-05-14 00:53:53.947 | | name | m1.xlarge | 2025-05-14 00:53:53.947 | | os-flavor-access:is_public | True | 2025-05-14 00:53:53.947 | | properties | hw_rng:allowed='True' | 2025-05-14 00:53:53.947 | | ram | 16384 | 2025-05-14 00:53:53.947 | | rxtx_factor | 1.0 | 2025-05-14 00:53:53.947 | | swap | | 2025-05-14 00:53:53.947 | | vcpus | 8 | 2025-05-14 00:53:53.947 | +----------------------------+-----------------------+ 2025-05-14 00:53:53.978 | [4206 Async create_flavors:59223]: finished create_flavors with result 0 in 16 seconds 2025-05-14 00:53:53.982 | + inc/async:async_wait:197 : return 0 2025-05-14 00:53:53.984 | + stack.sh:main:1369 : is_service_enabled horizon 2025-05-14 00:53:53.997 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:53.999 | + stack.sh:main:1383 : is_service_enabled nova 2025-05-14 00:53:54.014 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:54.016 | + stack.sh:main:1383 : is_service_enabled keystone 2025-05-14 00:53:54.031 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:54.033 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-05-14 00:53:54.035 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-05-14 00:53:54.037 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-05-14 00:53:54.040 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-05-14 00:53:54.041 | ++ 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 2025-05-14 00:53:54.043 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-05-14 00:53:54.044 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-05-14 00:53:54.045 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-05-14 00:53:54.046 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-05-14 00:53:54.047 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-05-14 00:53:54.048 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-05-14 00:53:54.049 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-05-14 00:53:54.050 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-05-14 00:53:54.051 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-05-14 00:53:54.052 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-05-14 00:53:54.054 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-05-14 00:53:54.055 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-05-14 00:53:54.056 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-05-14 00:53:54.057 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-05-14 00:53:54.058 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-05-14 00:53:54.059 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-05-14 00:53:54.060 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-05-14 00:53:54.061 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-05-14 00:53:54.062 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-05-14 00:53:54.063 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-05-14 00:53:54.064 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-05-14 00:53:54.065 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-05-14 00:53:54.066 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-05-14 00:53:54.067 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-05-14 00:53:54.068 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-05-14 00:53:54.069 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-05-14 00:53:54.070 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-05-14 00:53:54.072 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-05-14 00:53:54.073 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-05-14 00:53:54.074 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-05-14 00:53:54.075 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-05-14 00:53:54.076 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-05-14 00:53:54.077 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-05-14 00:53:54.078 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-05-14 00:53:54.079 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-05-14 00:53:54.080 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-05-14 00:53:54.081 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-05-14 00:53:54.082 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-05-14 00:53:54.083 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-05-14 00:53:54.085 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-05-14 00:53:54.086 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-05-14 00:53:54.087 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-05-14 00:53:54.088 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-05-14 00:53:54.089 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-05-14 00:53:54.090 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-05-14 00:53:54.091 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-05-14 00:53:54.092 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-05-14 00:53:54.093 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-05-14 00:53:54.094 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-05-14 00:53:54.095 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-05-14 00:53:54.097 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-05-14 00:53:54.098 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-05-14 00:53:54.099 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-05-14 00:53:54.101 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-05-14 00:53:54.101 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-05-14 00:53:54.101 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-05-14 00:53:54.101 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-05-14 00:53:54.102 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-05-14 00:53:55.026 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-05-14 00:53:55.027 | 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')) 2025-05-14 00:53:55.148 | + stack.sh:main:1395 : save_stackenv 2025-05-14 00:53:55.150 | + functions-common:save_stackenv:60 : local tag= 2025-05-14 00:53:55.153 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-05-14 00:53:55.156 | + functions-common:save_stackenv:62 : time_stamp=2025-05-14-005355 2025-05-14 00:53:55.158 | + functions-common:save_stackenv:63 : echo '# 2025-05-14-005355 ' 2025-05-14 00:53:55.161 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.163 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-05-14 00:53:55.165 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.167 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-05-14 00:53:55.169 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.171 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-05-14 00:53:55.173 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.175 | + 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 2025-05-14 00:53:55.177 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.179 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-05-14 00:53:55.181 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.183 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-05-14 00:53:55.185 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.187 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-05-14-004551 2025-05-14 00:53:55.189 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.191 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-05-14 00:53:55.193 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.195 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-05-14 00:53:55.197 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.199 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-05-14 00:53:55.201 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.203 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-05-14 00:53:55.205 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.207 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-05-14 00:53:55.209 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.211 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-05-14 00:53:55.213 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.215 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-05-14 00:53:55.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-05-14 00:53:55.219 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-05-14 00:53:55.221 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2025-05-14 00:53:55.223 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-05-14 00:53:55.225 | + inc/meta-config:merge_config_group:171 : shift 2025-05-14 00:53:55.227 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-05-14 00:53:55.229 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:53:55.231 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-05-14 00:53:55.233 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-05-14 00:53:55.235 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-05-14 00:53:55.238 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:53:55.240 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-05-14 00:53:55.242 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:53:55.244 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-05-14 00:53:55.244 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:53:55.244 | gsub("[][]", "", $1); 2025-05-14 00:53:55.244 | split($1, a, "|"); 2025-05-14 00:53:55.244 | if (a[1] == matchgroup) 2025-05-14 00:53:55.244 | print a[2] 2025-05-14 00:53:55.244 | } 2025-05-14 00:53:55.244 | ' /opt/stack/devstack/local.conf 2025-05-14 00:53:55.249 | + stack.sh:main:1413 : run_phase stack extra 2025-05-14 00:53:55.251 | + functions-common:run_phase:1863 : local mode=stack 2025-05-14 00:53:55.253 | + functions-common:run_phase:1864 : local phase=extra 2025-05-14 00:53:55.255 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-05-14 00:53:55.257 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-05-14 00:53:55.260 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-05-14 00:53:55.262 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-05-14 00:53:55.264 | + functions-common:run_phase:1873 : local extra 2025-05-14 00:53:55.267 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-05-14 00:53:55.270 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-05-14 00:53:55.272 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-05-14 00:53:55.274 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-05-14 00:53:55.277 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-05-14 00:53:55.279 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-05-14 00:53:55.292 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:55.294 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:53:55.296 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:55.298 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-05-14 00:53:55.300 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:55.302 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:53:55.304 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:55.306 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-05-14 00:53:55.308 | ++ extras.d/80-tempest.sh:source:15 : : 2025-05-14 00:53:55.310 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-05-14 00:53:55.312 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-05-14 00:53:55.314 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:53:55.316 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-05-14 00:53:55.318 | + functions-common:run_phase:1890 : run_plugins stack extra 2025-05-14 00:53:55.320 | + functions-common:run_plugins:1849 : local mode=stack 2025-05-14 00:53:55.322 | + functions-common:run_plugins:1850 : local phase=extra 2025-05-14 00:53:55.325 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-05-14 00:53:55.327 | + functions-common:run_plugins:1853 : local plugin 2025-05-14 00:53:55.329 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-05-14 00:53:55.331 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:53:55.333 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-05-14 00:53:55.335 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-05-14 00:53:55.337 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:53:55.339 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:55.341 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-05-14 00:53:55.343 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:55.346 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:53:55.348 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:55.350 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-05-14 00:53:55.352 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-05-14 00:53:55.355 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:55.357 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2025-05-14 00:53:55.359 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-05-14 00:53:55.361 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-05-14 00:53:55.363 | + inc/meta-config:merge_config_group:171 : shift 2025-05-14 00:53:55.365 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-05-14 00:53:55.367 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:53:55.369 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-05-14 00:53:55.371 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-05-14 00:53:55.374 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-05-14 00:53:55.376 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:53:55.378 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-05-14 00:53:55.380 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:53:55.382 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-05-14 00:53:55.382 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:53:55.383 | gsub("[][]", "", $1); 2025-05-14 00:53:55.383 | split($1, a, "|"); 2025-05-14 00:53:55.383 | if (a[1] == matchgroup) 2025-05-14 00:53:55.383 | print a[2] 2025-05-14 00:53:55.383 | } 2025-05-14 00:53:55.383 | ' /opt/stack/devstack/local.conf 2025-05-14 00:53:55.387 | + stack.sh:main:1430 : is_service_enabled n-cpu 2025-05-14 00:53:55.402 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:55.404 | + stack.sh:main:1435 : service_check 2025-05-14 00:53:55.406 | + functions-common:service_check:1728 : local service 2025-05-14 00:53:55.408 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.410 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2025-05-14 00:53:55.419 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-05-14 00:53:55.422 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.425 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2025-05-14 00:53:55.434 | enabled 2025-05-14 00:53:55.437 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2025-05-14 00:53:55.462 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-05-14 00:53:55.462 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.462 | Active: active (running) since Wed 2025-05-14 00:52:56 UTC; 58s ago 2025-05-14 00:53:55.462 | Main PID: 52875 (uwsgi) 2025-05-14 00:53:55.462 | Status: "uWSGI is ready" 2025-05-14 00:53:55.462 | Tasks: 3 (limit: 19125) 2025-05-14 00:53:55.462 | Memory: 238.8M 2025-05-14 00:53:55.462 | CPU: 6.238s 2025-05-14 00:53:55.462 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-05-14 00:53:55.462 | ├─52875 "nova-apiuWSGI master" 2025-05-14 00:53:55.462 | ├─52876 "nova-apiuWSGI worker 1" 2025-05-14 00:53:55.462 | └─52877 "nova-apiuWSGI worker 2" 2025-05-14 00:53:55.462 | 2025-05-14 00:53:55.462 | May 14 00:53:52 devstack devstack@n-api.service[52876]: [pid: 52876|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed May 14 00:53:52 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52877]: DEBUG nova.api.openstack.wsgi [None req-875674e0-38d6-4139-80a7-d7805a687f4c admin admin] Calling method '>' {{(pid=52877) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52877]: INFO nova.api.openstack.requestlog [None req-875674e0-38d6-4139-80a7-d7805a687f4c admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000972 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52877]: [pid: 52877|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed May 14 00:53:53 2025] GET /compute/v2.1 => generated 388 bytes in 2 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52876]: DEBUG nova.api.openstack.wsgi [None req-dd22e7b3-f104-48a8-9e2b-3c17cc30cd5d admin admin] Action: 'create', calling method: >, body: {"flavor": {"id": "5", "swap": 0, "disk": 160, "vcpus": 8, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 16384, "rxtx_factor": 1.0, "os-flavor-access:is_public": true, "name": "m1.xlarge"}} {{(pid=52876) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52876]: INFO nova.api.openstack.requestlog [None req-dd22e7b3-f104-48a8-9e2b-3c17cc30cd5d admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.038475 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52876]: [pid: 52876|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed May 14 00:53:53 2025] POST /compute/v2.1/flavors => generated 408 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52877]: DEBUG nova.api.openstack.wsgi [None req-4f83b913-7f4a-4cc2-8118-c0ce25358d0b admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=52877) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52877]: INFO nova.api.openstack.requestlog [None req-4f83b913-7f4a-4cc2-8118-c0ce25358d0b admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015356 2025-05-14 00:53:55.462 | May 14 00:53:53 devstack devstack@n-api.service[52877]: [pid: 52877|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed May 14 00:53:53 2025] 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) 2025-05-14 00:53:55.466 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.468 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2025-05-14 00:53:55.477 | enabled 2025-05-14 00:53:55.480 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2025-05-14 00:53:55.492 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-05-14 00:53:55.492 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.492 | Active: active (running) since Wed 2025-05-14 00:53:34 UTC; 20s ago 2025-05-14 00:53:55.492 | Main PID: 58709 (nova-conductor) 2025-05-14 00:53:55.492 | Tasks: 3 (limit: 19125) 2025-05-14 00:53:55.492 | Memory: 147.4M 2025-05-14 00:53:55.492 | CPU: 2.155s 2025-05-14 00:53:55.492 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-05-14 00:53:55.492 | ├─58709 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-05-14 00:53:55.492 | ├─59129 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-05-14 00:53:55.492 | └─59130 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-05-14 00:53:55.492 | 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_limit.split_loggers = False {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_limit.status_code_retries = None {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_limit.status_code_retry_delay = None {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_limit.timeout = None {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_limit.valid_interfaces = None {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_limit.version = None {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_reports.file_event_handler = None {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] oslo_reports.log_dir = None {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.492 | May 14 00:53:36 devstack nova-conductor[58709]: DEBUG oslo_service.service [None req-6bea910e-1cc7-41b6-b4f5-0d0f44fa0539 None None] ******************************************************************************** {{(pid=58709) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-05-14 00:53:55.495 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.497 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2025-05-14 00:53:55.507 | enabled 2025-05-14 00:53:55.510 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2025-05-14 00:53:55.521 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-05-14 00:53:55.521 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.521 | Active: active (running) since Wed 2025-05-14 00:53:32 UTC; 23s ago 2025-05-14 00:53:55.521 | Main PID: 57468 (nova-scheduler) 2025-05-14 00:53:55.521 | Tasks: 3 (limit: 19125) 2025-05-14 00:53:55.521 | Memory: 147.9M 2025-05-14 00:53:55.521 | CPU: 2.265s 2025-05-14 00:53:55.521 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-05-14 00:53:55.521 | ├─57468 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-05-14 00:53:55.521 | ├─58508 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-05-14 00:53:55.521 | └─58510 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-05-14 00:53:55.521 | 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_limit.split_loggers = False {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_limit.status_code_retries = None {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_limit.status_code_retry_delay = None {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_limit.timeout = None {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_limit.valid_interfaces = None {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_limit.version = None {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_reports.file_event_handler = None {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] oslo_reports.log_dir = None {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.522 | May 14 00:53:34 devstack nova-scheduler[57468]: DEBUG oslo_service.service [None req-728055fb-14f6-4707-ad2f-1c83c4c04264 None None] ******************************************************************************** {{(pid=57468) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-05-14 00:53:55.524 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.526 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-05-14 00:53:55.535 | enabled 2025-05-14 00:53:55.538 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-05-14 00:53:55.549 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-05-14 00:53:55.549 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.549 | Active: active (running) since Wed 2025-05-14 00:53:33 UTC; 21s ago 2025-05-14 00:53:55.549 | Main PID: 58038 (uwsgi) 2025-05-14 00:53:55.549 | Status: "uWSGI is ready" 2025-05-14 00:53:55.549 | Tasks: 4 (limit: 19125) 2025-05-14 00:53:55.549 | Memory: 201.6M 2025-05-14 00:53:55.549 | CPU: 4.179s 2025-05-14 00:53:55.549 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-05-14 00:53:55.549 | ├─58038 "nova-api-metauWSGI master" 2025-05-14 00:53:55.549 | ├─58039 "nova-api-metauWSGI worker 1" 2025-05-14 00:53:55.549 | ├─58040 "nova-api-metauWSGI worker 2" 2025-05-14 00:53:55.549 | └─58041 "nova-api-metauWSGI http 1" 2025-05-14 00:53:55.549 | 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58039]: DEBUG oslo_concurrency.lockutils [None req-a47db2c0-3c78-4ca9-9c54-cf260b6fe1c3 None None] Lock "402f5873-bf17-4304-a507-a5be74f6a837" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=58039) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58039]: DEBUG oslo_concurrency.lockutils [None req-a47db2c0-3c78-4ca9-9c54-cf260b6fe1c3 None None] Lock "402f5873-bf17-4304-a507-a5be74f6a837" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=58039) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58039]: DEBUG oslo_db.sqlalchemy.engines [None req-a47db2c0-3c78-4ca9-9c54-cf260b6fe1c3 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=58039) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58039]: DEBUG oslo_db.sqlalchemy.engines [None req-a47db2c0-3c78-4ca9-9c54-cf260b6fe1c3 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=58039) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58040]: DEBUG oslo_db.sqlalchemy.engines [None req-b78cc696-139d-4f5b-aab6-badbca57fd67 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=58040) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58039]: DEBUG oslo_db.sqlalchemy.engines [None req-a47db2c0-3c78-4ca9-9c54-cf260b6fe1c3 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=58039) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58040]: WARNING nova.api.metadata.handler [None req-b78cc696-139d-4f5b-aab6-badbca57fd67 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58040]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x56f963045f10 pid: 58040 (default app) 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58039]: WARNING nova.api.metadata.handler [None req-a47db2c0-3c78-4ca9-9c54-cf260b6fe1c3 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-05-14 00:53:55.549 | May 14 00:53:35 devstack devstack@n-api-meta.service[58039]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x56f963045f10 pid: 58039 (default app) 2025-05-14 00:53:55.552 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.555 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2025-05-14 00:53:55.564 | enabled 2025-05-14 00:53:55.567 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2025-05-14 00:53:55.578 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-05-14 00:53:55.578 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.578 | Active: active (running) since Wed 2025-05-14 00:53:04 UTC; 50s ago 2025-05-14 00:53:55.579 | Main PID: 54211 (uwsgi) 2025-05-14 00:53:55.579 | Status: "uWSGI is ready" 2025-05-14 00:53:55.579 | Tasks: 3 (limit: 19125) 2025-05-14 00:53:55.579 | Memory: 147.0M 2025-05-14 00:53:55.579 | CPU: 2.617s 2025-05-14 00:53:55.579 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-05-14 00:53:55.579 | ├─54211 "placementuWSGI master" 2025-05-14 00:53:55.579 | ├─54212 "placementuWSGI worker 1" 2025-05-14 00:53:55.579 | └─54213 "placementuWSGI worker 2" 2025-05-14 00:53:55.579 | 2025-05-14 00:53:55.579 | May 14 00:53:07 devstack devstack@placement-api.service[54213]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "resource_classes_sync" {{(pid=54213) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:315}} 2025-05-14 00:53:55.579 | May 14 00:53:07 devstack devstack@placement-api.service[54213]: DEBUG placement.objects.resource_class [-] Found existing resource classes in db: ['DISK_GB', 'FPGA', 'IPV4_ADDRESS', 'MEMORY_MB', 'MEM_ENCRYPTION_CONTEXT', 'NET_BW_EGR_KILOBIT_PER_SEC', 'NET_BW_IGR_KILOBIT_PER_SEC', 'NET_PACKET_RATE_EGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_IGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_KILOPACKET_PER_SEC', 'NUMA_CORE', 'NUMA_MEMORY_MB', 'NUMA_SOCKET', 'NUMA_THREAD', 'PCI_DEVICE', 'PCPU', 'PGPU', 'SRIOV_NET_VF', 'VCPU', 'VGPU', 'VGPU_DISPLAY_HEAD'] {{(pid=54213) _resource_classes_sync /opt/stack/placement/placement/objects/resource_class.py:233}} 2025-05-14 00:53:55.579 | May 14 00:53:07 devstack devstack@placement-api.service[54213]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=54213) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2025-05-14 00:53:55.579 | May 14 00:53:07 devstack devstack@placement-api.service[54213]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x63f958e84990 pid: 54213 (default app) 2025-05-14 00:53:55.579 | May 14 00:53:34 devstack devstack@placement-api.service[54212]: DEBUG placement.requestlog [None req-105c1134-34aa-43f6-8539-170da4cb83bd None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54212) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-05-14 00:53:55.579 | May 14 00:53:34 devstack devstack@placement-api.service[54212]: INFO placement.requestlog [None req-105c1134-34aa-43f6-8539-170da4cb83bd None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-05-14 00:53:55.579 | May 14 00:53:34 devstack devstack@placement-api.service[54212]: [pid: 54212|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed May 14 00:53:34 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-05-14 00:53:55.579 | May 14 00:53:36 devstack devstack@placement-api.service[54213]: DEBUG placement.requestlog [None req-634d88ab-30c8-40af-be20-31d6ea9849fb None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54213) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-05-14 00:53:55.579 | May 14 00:53:36 devstack devstack@placement-api.service[54213]: INFO placement.requestlog [None req-634d88ab-30c8-40af-be20-31d6ea9849fb None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-05-14 00:53:55.579 | May 14 00:53:36 devstack devstack@placement-api.service[54213]: [pid: 54213|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed May 14 00:53:36 2025] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-05-14 00:53:55.581 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.584 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2025-05-14 00:53:55.592 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-05-14 00:53:55.595 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.597 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2025-05-14 00:53:55.607 | enabled 2025-05-14 00:53:55.610 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2025-05-14 00:53:55.622 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-05-14 00:53:55.622 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.622 | Active: active (running) since Wed 2025-05-14 00:53:46 UTC; 8s ago 2025-05-14 00:53:55.622 | Main PID: 61806 (uwsgi) 2025-05-14 00:53:55.622 | Status: "uWSGI is ready" 2025-05-14 00:53:55.622 | Tasks: 7 (limit: 19125) 2025-05-14 00:53:55.622 | Memory: 237.4M 2025-05-14 00:53:55.622 | CPU: 4.697s 2025-05-14 00:53:55.622 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-05-14 00:53:55.622 | ├─61806 "glance-apiuWSGI master" 2025-05-14 00:53:55.622 | ├─61807 "glance-apiuWSGI worker 1" 2025-05-14 00:53:55.622 | └─61808 "glance-apiuWSGI worker 2" 2025-05-14 00:53:55.622 | 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: DEBUG glance.api.middleware.version_negotiation [None req-f9f2c222-21f6-4a6b-bdc4-fb038b45e948 None None] Using url versioning {{(pid=61808) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: DEBUG glance.api.middleware.version_negotiation [None req-f9f2c222-21f6-4a6b-bdc4-fb038b45e948 None None] Matched version: v2 {{(pid=61808) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: DEBUG glance.api.middleware.version_negotiation [None req-f9f2c222-21f6-4a6b-bdc4-fb038b45e948 None None] new path /v2/images/1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a/file {{(pid=61808) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: DEBUG oslo_db.sqlalchemy.engines [None req-150e6a41-0b66-4925-a17c-d50e7296ba6e 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=61808) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: INFO glance.api.v2.image_data [None req-150e6a41-0b66-4925-a17c-d50e7296ba6e admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: DEBUG glance.location [None req-150e6a41-0b66-4925-a17c-d50e7296ba6e admin admin] Enabling in-flight format inspection for vmdk {{(pid=61808) set_data /opt/stack/glance/glance/location.py:592}} 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: DEBUG glance_store._drivers.filesystem [None req-150e6a41-0b66-4925-a17c-d50e7296ba6e admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=61808) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: INFO glance.location [None req-150e6a41-0b66-4925-a17c-d50e7296ba6e admin admin] Image format matched and virtual size computed: 117440512 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: DEBUG glance_store.backend [None req-150e6a41-0b66-4925-a17c-d50e7296ba6e admin admin] Skipping store.set_acls... not implemented. {{(pid=61808) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2025-05-14 00:53:55.622 | May 14 00:53:51 devstack devstack@g-api.service[61808]: [pid: 61808|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed May 14 00:53:51 2025] PUT /v2/images/1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a/file => generated 0 bytes in 728 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-05-14 00:53:55.626 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.628 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2025-05-14 00:53:55.638 | enabled 2025-05-14 00:53:55.641 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2025-05-14 00:53:55.653 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-05-14 00:53:55.653 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.653 | Active: active (running) since Wed 2025-05-14 00:53:42 UTC; 13s ago 2025-05-14 00:53:55.653 | Main PID: 60650 (cinder-schedule) 2025-05-14 00:53:55.653 | Tasks: 1 (limit: 19125) 2025-05-14 00:53:55.653 | Memory: 102.1M 2025-05-14 00:53:55.653 | CPU: 1.846s 2025-05-14 00:53:55.653 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-05-14 00:53:55.653 | └─60650 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-05-14 00:53:55.653 | 2025-05-14 00:53:55.653 | May 14 00:53:44 devstack cinder-scheduler[60650]: DEBUG oslo_service.service [None req-9a9e8abf-3780-4299-b4a9-1a3725caf5d7 None None] nova.token_auth_url = None {{(pid=60650) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.653 | May 14 00:53:44 devstack cinder-scheduler[60650]: DEBUG oslo_service.service [None req-9a9e8abf-3780-4299-b4a9-1a3725caf5d7 None None] ******************************************************************************** {{(pid=60650) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-05-14 00:53:55.653 | May 14 00:53:44 devstack cinder-scheduler[60650]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-05-14 00:53:55.653 | May 14 00:53:44 devstack cinder-scheduler[60650]: INFO cinder.manager [None req-d9da4949-44c4-4401-b0d8-05471cb1519b None None] Initiating service 1 cleanup 2025-05-14 00:53:55.653 | May 14 00:53:44 devstack cinder-scheduler[60650]: INFO cinder.manager [None req-d9da4949-44c4-4401-b0d8-05471cb1519b None None] Service 1 cleanup completed. 2025-05-14 00:53:55.653 | May 14 00:53:44 devstack cinder-scheduler[60650]: DEBUG cinder.service [None req-d9da4949-44c4-4401-b0d8-05471cb1519b None None] Creating RPC server for service cinder-scheduler {{(pid=60650) start /opt/stack/cinder/cinder/service.py:239}} 2025-05-14 00:53:55.653 | May 14 00:53:44 devstack cinder-scheduler[60650]: DEBUG cinder.service [None req-d9da4949-44c4-4401-b0d8-05471cb1519b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=60650) start /opt/stack/cinder/cinder/service.py:245}} 2025-05-14 00:53:55.653 | May 14 00:53:47 devstack cinder-scheduler[60650]: DEBUG cinder.scheduler.host_manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 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=60650) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-05-14 00:53:55.653 | May 14 00:53:47 devstack cinder-scheduler[60650]: DEBUG cinder.scheduler.host_manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 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(2025, 5, 14, 0, 53, 47, 813675)} {{(pid=60650) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-05-14 00:53:55.653 | May 14 00:53:47 devstack cinder-scheduler[60650]: DEBUG cinder.utils [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=60650) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-05-14 00:53:55.656 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.658 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2025-05-14 00:53:55.668 | enabled 2025-05-14 00:53:55.671 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2025-05-14 00:53:55.682 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-05-14 00:53:55.682 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.682 | Active: active (running) since Wed 2025-05-14 00:53:38 UTC; 16s ago 2025-05-14 00:53:55.682 | Main PID: 59819 (uwsgi) 2025-05-14 00:53:55.682 | Status: "uWSGI is ready" 2025-05-14 00:53:55.682 | Tasks: 5 (limit: 19125) 2025-05-14 00:53:55.682 | Memory: 229.5M 2025-05-14 00:53:55.682 | CPU: 5.010s 2025-05-14 00:53:55.682 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-05-14 00:53:55.682 | ├─59819 "cinder-apiuWSGI master" 2025-05-14 00:53:55.683 | ├─59840 "cinder-apiuWSGI worker 1" 2025-05-14 00:53:55.683 | └─59841 "cinder-apiuWSGI worker 2" 2025-05-14 00:53:55.683 | 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59840]: INFO cinder.api.openstack.wsgi [None req-a6b6b9e1-fbfc-4560-b5e2-76212478d3fc admin admin] http://10.180.1.21/volume/v3/b4cc8d13a7354de8be4a029915d283ac/types returned with HTTP 200 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59840]: [pid: 59840|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed May 14 00:53:44 2025] POST /volume/v3/b4cc8d13a7354de8be4a029915d283ac/types => generated 182 bytes in 403 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: DEBUG cinder.api.middleware.request_id [req-a6b6b9e1-fbfc-4560-b5e2-76212478d3fc req-95d2a356-eee0-485c-840c-59a43fa4262c None None] RequestId filter calling following filter/app {{(pid=59841) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: INFO cinder.api.openstack.wsgi [req-a6b6b9e1-fbfc-4560-b5e2-76212478d3fc req-95d2a356-eee0-485c-840c-59a43fa4262c admin admin] POST http://10.180.1.21/volume/v3/b4cc8d13a7354de8be4a029915d283ac/types/7cc15dbb-1e52-4078-a75a-52d181a61661/extra_specs 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: DEBUG cinder.api.openstack.wsgi [req-a6b6b9e1-fbfc-4560-b5e2-76212478d3fc req-95d2a356-eee0-485c-840c-59a43fa4262c admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=59841) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: /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. 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: warnings.warn('Policy enforcement is depending on the value of ' 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: DEBUG oslo_db.sqlalchemy.engines [req-a6b6b9e1-fbfc-4560-b5e2-76212478d3fc req-95d2a356-eee0-485c-840c-59a43fa4262c 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=59841) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: INFO cinder.api.openstack.wsgi [req-a6b6b9e1-fbfc-4560-b5e2-76212478d3fc req-95d2a356-eee0-485c-840c-59a43fa4262c admin admin] http://10.180.1.21/volume/v3/b4cc8d13a7354de8be4a029915d283ac/types/7cc15dbb-1e52-4078-a75a-52d181a61661/extra_specs returned with HTTP 200 2025-05-14 00:53:55.683 | May 14 00:53:45 devstack devstack@c-api.service[59841]: [pid: 59841|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed May 14 00:53:45 2025] POST /volume/v3/b4cc8d13a7354de8be4a029915d283ac/types/7cc15dbb-1e52-4078-a75a-52d181a61661/extra_specs => generated 51 bytes in 348 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-05-14 00:53:55.685 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.687 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2025-05-14 00:53:55.697 | enabled 2025-05-14 00:53:55.700 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2025-05-14 00:53:55.711 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-05-14 00:53:55.711 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.711 | Active: active (running) since Wed 2025-05-14 00:53:43 UTC; 12s ago 2025-05-14 00:53:55.711 | Main PID: 61163 (cinder-volume) 2025-05-14 00:53:55.711 | Tasks: 3 (limit: 19125) 2025-05-14 00:53:55.711 | Memory: 251.3M 2025-05-14 00:53:55.711 | CPU: 4.460s 2025-05-14 00:53:55.711 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-05-14 00:53:55.711 | ├─61163 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-05-14 00:53:55.711 | └─61263 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-05-14 00:53:55.711 | 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: DEBUG cinder.image.image_utils [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=61263) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1240}} 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: INFO cinder.keymgr.migration [None req-fffe8b71-855b-40a9-b778-9b4188703705 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: DEBUG cinder.manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Notifying Schedulers of capabilities ... {{(pid=61263) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: INFO cinder.volume.manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Driver initialization completed successfully. 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: INFO cinder.manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Initiating service 2 cleanup 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: INFO cinder.manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Service 2 cleanup completed. 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: DEBUG cinder.service [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Creating RPC server for service cinder-volume {{(pid=61263) start /opt/stack/cinder/cinder/service.py:239}} 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: DEBUG cinder.service [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61263) start /opt/stack/cinder/cinder/service.py:245}} 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: INFO cinder.volume.manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-05-14 00:53:55.711 | May 14 00:53:47 devstack cinder-volume[61263]: INFO cinder.volume.manager [None req-91fa4bec-2a16-4817-afd7-ca2315e4df15 None None] Driver post RPC initialization completed successfully. 2025-05-14 00:53:55.714 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.716 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-05-14 00:53:55.724 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-05-14 00:53:55.727 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.730 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-05-14 00:53:55.738 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-05-14 00:53:55.741 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.743 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2025-05-14 00:53:55.754 | enabled 2025-05-14 00:53:55.758 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2025-05-14 00:53:55.769 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-05-14 00:53:55.769 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.769 | Active: active (running) since Wed 2025-05-14 00:53:00 UTC; 55s ago 2025-05-14 00:53:55.769 | Main PID: 53561 (/usr/bin/python) 2025-05-14 00:53:55.769 | Tasks: 5 (limit: 19125) 2025-05-14 00:53:55.769 | Memory: 361.1M 2025-05-14 00:53:55.769 | CPU: 9.913s 2025-05-14 00:53:55.769 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-05-14 00:53:55.769 | ├─53561 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-05-14 00:53:55.769 | ├─53663 "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)" 2025-05-14 00:53:55.769 | ├─53664 "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)" 2025-05-14 00:53:55.769 | ├─53665 "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)" 2025-05-14 00:53:55.769 | └─53666 "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)" 2025-05-14 00:53:55.770 | 2025-05-14 00:53:55.770 | May 14 00:53:33 devstack neutron-server[53665]: DEBUG neutron.plugins.ml2.rpc [None req-4644e1ef-0950-4211-bac3-d39932377d69 None None] Device 8c084f57-26f3-40e9-af86-0f54b6474cf1 up at agent ovs-agent-devstack {{(pid=53665) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2025-05-14 00:53:55.770 | May 14 00:53:33 devstack neutron-server[53665]: DEBUG neutron.db.provisioning_blocks [None req-4644e1ef-0950-4211-bac3-d39932377d69 None None] Provisioning complete for port 8c084f57-26f3-40e9-af86-0f54b6474cf1 triggered by entity L2. {{(pid=53665) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2025-05-14 00:53:55.770 | May 14 00:53:33 devstack neutron-server[53665]: DEBUG neutron_lib.callbacks.manager [None req-4644e1ef-0950-4211-bac3-d39932377d69 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1782372'] for port (8c084f57-26f3-40e9-af86-0f54b6474cf1), provisioning_complete {{(pid=53665) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-05-14 00:53:55.770 | May 14 00:53:33 devstack neutron-server[53665]: INFO neutron.plugins.ml2.plugin [None req-4644e1ef-0950-4211-bac3-d39932377d69 None None] Attempt 1 to provision port 8c084f57-26f3-40e9-af86-0f54b6474cf1 2025-05-14 00:53:55.770 | May 14 00:53:33 devstack neutron-server[53665]: DEBUG neutron.plugins.ml2.plugin [None req-4644e1ef-0950-4211-bac3-d39932377d69 None None] Current status of the port 8c084f57-26f3-40e9-af86-0f54b6474cf1 is: ACTIVE; New status is: ACTIVE {{(pid=53665) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2025-05-14 00:53:55.770 | May 14 00:53:40 devstack neutron-server[53665]: DEBUG neutron_lib.callbacks.manager [None req-126b3afc-7ac7-4ca0-a80a-133f51565260 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8007914963668', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1782462'] for agent (b5340882-e40f-4c58-a181-edcf0eb17b24), after_update {{(pid=53665) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-05-14 00:53:55.770 | May 14 00:53:41 devstack neutron-server[53666]: DEBUG neutron.db.agents_db [None req-ee834d4c-c6f7-4b4c-8f29-8783a5a5c608 None None] Agent healthcheck: found 4 active agents {{(pid=53666) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2025-05-14 00:53:55.770 | May 14 00:53:41 devstack neutron-server[53665]: DEBUG neutron_lib.callbacks.manager [None req-1274cc52-a539-4525-88a8-f67af309114a None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8007914963668', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1782462'] for agent (96a49f29-ed72-4513-8213-252359d3ba49), after_update {{(pid=53665) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-05-14 00:53:55.770 | May 14 00:53:41 devstack neutron-server[53665]: DEBUG neutron_lib.callbacks.manager [None req-4644e1ef-0950-4211-bac3-d39932377d69 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8007914963668', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1782462'] for agent (1cda1267-75d0-43a2-8504-6e1d461a599d), after_update {{(pid=53665) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-05-14 00:53:55.770 | May 14 00:53:42 devstack neutron-server[53665]: DEBUG neutron_lib.callbacks.manager [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8007914963668', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1782462'] for agent (fa733b5b-f8de-4f03-90c6-1b37c13cb14a), after_update {{(pid=53665) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-05-14 00:53:55.773 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.776 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2025-05-14 00:53:55.784 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-05-14 00:53:55.787 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.789 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2025-05-14 00:53:55.798 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-05-14 00:53:55.802 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.804 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2025-05-14 00:53:55.812 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-05-14 00:53:55.815 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.817 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2025-05-14 00:53:55.826 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-05-14 00:53:55.829 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.831 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2025-05-14 00:53:55.841 | enabled 2025-05-14 00:53:55.844 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2025-05-14 00:53:55.855 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-05-14 00:53:55.855 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.855 | Active: active (running) since Wed 2025-05-14 00:53:07 UTC; 48s ago 2025-05-14 00:53:55.855 | Main PID: 54713 (neutron-openvsw) 2025-05-14 00:53:55.855 | Tasks: 4 (limit: 19125) 2025-05-14 00:53:55.855 | Memory: 159.3M 2025-05-14 00:53:55.855 | CPU: 3.834s 2025-05-14 00:53:55.855 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-05-14 00:53:55.855 | ├─54713 "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)" 2025-05-14 00:53:55.855 | ├─56185 /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/tmpxokr0cek/privsep.sock 2025-05-14 00:53:55.855 | └─56188 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-05-14 00:53:55.855 | 2025-05-14 00:53:55.855 | May 14 00:53:49 devstack neutron-openvswitch-agent[54713]: DEBUG neutron.agent.linux.utils [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56188. {{(pid=54713) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-05-14 00:53:55.855 | May 14 00:53:49 devstack neutron-openvswitch-agent[54713]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2025-05-14 00:53:55.855 | May 14 00:53:51 devstack neutron-openvswitch-agent[54713]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Agent rpc_loop - iteration:19 started 2025-05-14 00:53:55.855 | May 14 00:53:51 devstack neutron-openvswitch-agent[54713]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x5f7d96e8,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=17655041154452873403,duration_nsec=223000000,duration_sec=41,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=54713) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-05-14 00:53:55.856 | May 14 00:53:51 devstack neutron-openvswitch-agent[54713]: DEBUG neutron.agent.linux.utils [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56188. {{(pid=54713) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-05-14 00:53:55.856 | May 14 00:53:51 devstack neutron-openvswitch-agent[54713]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-05-14 00:53:55.856 | May 14 00:53:53 devstack neutron-openvswitch-agent[54713]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Agent rpc_loop - iteration:20 started 2025-05-14 00:53:55.856 | May 14 00:53:53 devstack neutron-openvswitch-agent[54713]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x5f7d96ea,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=17655041154452873403,duration_nsec=223000000,duration_sec=43,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=54713) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-05-14 00:53:55.856 | May 14 00:53:53 devstack neutron-openvswitch-agent[54713]: DEBUG neutron.agent.linux.utils [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56188. {{(pid=54713) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-05-14 00:53:55.856 | May 14 00:53:53 devstack neutron-openvswitch-agent[54713]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-220cf72f-4d2b-43d1-b9ca-182445a5e0bf None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-05-14 00:53:55.859 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.861 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-05-14 00:53:55.871 | enabled 2025-05-14 00:53:55.874 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-05-14 00:53:55.885 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-05-14 00:53:55.886 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.886 | Active: active (running) since Wed 2025-05-14 00:53:08 UTC; 47s ago 2025-05-14 00:53:55.886 | Main PID: 55133 (neutron-dhcp-ag) 2025-05-14 00:53:55.886 | Tasks: 13 (limit: 19125) 2025-05-14 00:53:55.886 | Memory: 423.3M 2025-05-14 00:53:55.886 | CPU: 8.916s 2025-05-14 00:53:55.886 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-05-14 00:53:55.886 | ├─55133 "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)" 2025-05-14 00:53:55.886 | ├─56350 /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/tmpvmoh14fv/privsep.sock 2025-05-14 00:53:55.886 | ├─56391 /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/tmpfnhvxqbx/privsep.sock 2025-05-14 00:53:55.886 | ├─56481 /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/tmpskn0k3sc/privsep.sock 2025-05-14 00:53:55.886 | ├─56569 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-05-14 00:53:55.886 | ├─56570 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-05-14 00:53:55.886 | └─56581 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/5b9d180b-5e77-43a4-8142-6e94c69dff75/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/5b9d180b-5e77-43a4-8142-6e94c69dff75/host --addn-hosts=/opt/stack/data/neutron/dhcp/5b9d180b-5e77-43a4-8142-6e94c69dff75/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/5b9d180b-5e77-43a4-8142-6e94c69dff75/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/5b9d180b-5e77-43a4-8142-6e94c69dff75/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-b274cbe5-a955-444e-94de-dfd484c04a7d,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 2025-05-14 00:53:55.886 | 2025-05-14 00:53:55.886 | May 14 00:53:26 devstack neutron-dhcp-agent[55133]: INFO neutron.agent.dhcp.agent [None req-1e7fe35b-23b1-406a-ad2f-2b8cf150d1b2 None None] DHCP configuration for ports {'7cef8027-06ec-43a3-bb1c-5c91bbf66edc'} is completed 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '13f0b44b-322b-4fdb-8acf-c14e4cc1ea96'}, 'priority': 0},) {} {{(pid=55133) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG oslo_concurrency.lockutils [None req-297330cb-0ea5-4d43-856b-b5ee742bf4e1 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55133) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG oslo_concurrency.lockutils [None req-297330cb-0ea5-4d43-856b-b5ee742bf4e1 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55133) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG oslo_concurrency.lockutils [None req-297330cb-0ea5-4d43-856b-b5ee742bf4e1 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55133) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG neutron.agent.dhcp.agent [None req-297330cb-0ea5-4d43-856b-b5ee742bf4e1 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec', 'name': 'public-subnet', 'tenant_id': 'b4cc8d13a7354de8be4a029915d283ac', 'network_id': '13f0b44b-322b-4fdb-8acf-c14e4cc1ea96', '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': '2025-05-14T00:53:27Z', 'updated_at': '2025-05-14T00:53:27Z', 'revision_number': 0, 'project_id': 'b4cc8d13a7354de8be4a029915d283ac', 'network': {'id': '13f0b44b-322b-4fdb-8acf-c14e4cc1ea96', 'name': 'public', 'tenant_id': 'b4cc8d13a7354de8be4a029915d283ac', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['5cde9d0b-5ce3-4fdc-8189-928d0cdfe5ec'], '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': '2025-05-14T00:53:23Z', 'updated_at': '2025-05-14T00:53:27Z', 'revision_number': 2, 'project_id': 'b4cc8d13a7354de8be4a029915d283ac', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55133) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG oslo_concurrency.lockutils [None req-9d56c354-cae3-42a8-bca6-6039aed7a205 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55133) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG oslo_concurrency.lockutils [None req-9d56c354-cae3-42a8-bca6-6039aed7a205 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55133) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-05-14 00:53:55.886 | May 14 00:53:27 devstack neutron-dhcp-agent[55133]: DEBUG oslo_concurrency.lockutils [None req-9d56c354-cae3-42a8-bca6-6039aed7a205 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55133) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-05-14 00:53:55.886 | May 14 00:53:29 devstack neutron-dhcp-agent[55133]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55133) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-05-14 00:53:55.889 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.891 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2025-05-14 00:53:55.901 | enabled 2025-05-14 00:53:55.904 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2025-05-14 00:53:55.916 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-05-14 00:53:55.916 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.916 | Active: active (running) since Wed 2025-05-14 00:53:09 UTC; 46s ago 2025-05-14 00:53:55.916 | Main PID: 55563 (neutron-l3-agen) 2025-05-14 00:53:55.916 | Tasks: 22 (limit: 19125) 2025-05-14 00:53:55.916 | Memory: 428.2M 2025-05-14 00:53:55.916 | CPU: 8.808s 2025-05-14 00:53:55.916 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-05-14 00:53:55.916 | ├─55563 "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)" 2025-05-14 00:53:55.916 | ├─56227 /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/tmp_d9_kk5v/privsep.sock 2025-05-14 00:53:55.916 | ├─56789 /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/tmpwhyf70sm/privsep.sock 2025-05-14 00:53:55.916 | ├─56802 /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/tmp1lhdcyto/privsep.sock 2025-05-14 00:53:55.916 | ├─57006 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-05-14 00:53:55.916 | ├─57007 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-05-14 00:53:55.916 | └─57022 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/1e73537f-7f5f-47f4-81e1-7ffe75d0a432.conf 2025-05-14 00:53:55.916 | 2025-05-14 00:53:55.916 | May 14 00:53:34 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[d22251a6-44b5-4281-a9ae-427f77adde30]: (4, ('ARPING 10.180.180.193 from 10.180.180.193 qg-8c084f57-26\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:36 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[20341485-ba90-4dc7-83f3-b8d785080688]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-7cef8027-06\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:37 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[6a1f54d3-59ca-48c4-af7b-b7a194233ad4]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-7cef8027-06\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:37 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[cce889c1-8992-413a-a41f-1cc4e8eceba8]: (4, ('ARPING 10.180.180.193 from 10.180.180.193 qg-8c084f57-26\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:38 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[ec999b4c-8741-4c2d-91f8-55c985506c77]: (4, ('ARPING 10.180.180.193 from 10.180.180.193 qg-8c084f57-26\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:40 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[d587854c-ed5a-437e-8479-eacb20989734]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-7cef8027-06\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:41 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[f8285dc3-23f1-48d0-a0a2-a29bc1d92033]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-7cef8027-06\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:41 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[339ef2b6-7f0e-41f2-9d50-8b4e7ac7bea8]: (4, ('ARPING 10.180.180.193 from 10.180.180.193 qg-8c084f57-26\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:42 devstack neutron-l3-agent[55563]: DEBUG oslo.privsep.daemon [-] privsep: reply[ef07806b-522d-4a98-bcf3-7a93a946c58e]: (4, ('ARPING 10.180.180.193 from 10.180.180.193 qg-8c084f57-26\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56789) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-05-14 00:53:55.916 | May 14 00:53:53 devstack neutron-l3-agent[55563]: DEBUG oslo_service.periodic_task [None req-05764524-3c98-4133-a808-aadc1fbc69d1 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=55563) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2025-05-14 00:53:55.920 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-05-14 00:53:55.922 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2025-05-14 00:53:55.931 | enabled 2025-05-14 00:53:55.934 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2025-05-14 00:53:55.946 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-05-14 00:53:55.946 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-05-14 00:53:55.946 | Active: active (running) since Wed 2025-05-14 00:53:10 UTC; 45s ago 2025-05-14 00:53:55.946 | Main PID: 55977 (neutron-metadat) 2025-05-14 00:53:55.946 | Tasks: 3 (limit: 19125) 2025-05-14 00:53:55.946 | Memory: 124.0M 2025-05-14 00:53:55.946 | CPU: 2.007s 2025-05-14 00:53:55.946 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-05-14 00:53:55.946 | ├─55977 "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)" 2025-05-14 00:53:55.946 | ├─56182 "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)" 2025-05-14 00:53:55.946 | └─56183 "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)" 2025-05-14 00:53:55.946 | 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_rabbit.ssl_version = {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_notifications.driver = [] {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_notifications.retry = -1 {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] oslo_messaging_notifications.transport_url = **** {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-05-14 00:53:55.946 | May 14 00:53:12 devstack neutron-metadata-agent[55977]: DEBUG oslo_service.service [None req-3e7ef4fc-9958-4a88-9eb5-4d834dd1a8f3 None None] ******************************************************************************** {{(pid=55977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-05-14 00:53:55.949 | + stack.sh:main:1441 : is_service_enabled n-api 2025-05-14 00:53:55.964 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:55.966 | + stack.sh:main:1442 : is_service_enabled n-cpu 2025-05-14 00:53:55.981 | + functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:53:55.983 | + stack.sh:main:1449 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-05-14 00:53:55.985 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:55.987 | + stack.sh:echo_summary:455 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-05-14 00:53:55.989 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-05-14 00:53:56.394 | 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. 2025-05-14 00:53:57.889 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.889 | | Upgrade Check Results | 2025-05-14 00:53:57.889 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.889 | | Check: Cells v2 | 2025-05-14 00:53:57.889 | | Result: Success | 2025-05-14 00:53:57.889 | | Details: No host mappings or compute nodes were found. Remember to | 2025-05-14 00:53:57.889 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-05-14 00:53:57.889 | | compute hosts are deployed. | 2025-05-14 00:53:57.889 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.889 | | Check: Placement API | 2025-05-14 00:53:57.889 | | Result: Success | 2025-05-14 00:53:57.889 | | Details: None | 2025-05-14 00:53:57.889 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.889 | | Check: Cinder API | 2025-05-14 00:53:57.889 | | Result: Success | 2025-05-14 00:53:57.889 | | Details: None | 2025-05-14 00:53:57.889 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.890 | | Check: Policy File JSON to YAML Migration | 2025-05-14 00:53:57.890 | | Result: Success | 2025-05-14 00:53:57.890 | | Details: None | 2025-05-14 00:53:57.890 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.890 | | Check: Older than N-1 computes | 2025-05-14 00:53:57.890 | | Result: Success | 2025-05-14 00:53:57.890 | | Details: None | 2025-05-14 00:53:57.890 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.890 | | Check: hw_machine_type unset | 2025-05-14 00:53:57.890 | | Result: Success | 2025-05-14 00:53:57.890 | | Details: None | 2025-05-14 00:53:57.890 | +--------------------------------------------------------------------+ 2025-05-14 00:53:57.890 | | Check: Service User Token Configuration | 2025-05-14 00:53:57.890 | | Result: Success | 2025-05-14 00:53:57.890 | | Details: None | 2025-05-14 00:53:57.890 | +--------------------------------------------------------------------+ 2025-05-14 00:53:58.290 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2025-05-14 00:53:58.293 | + stack.sh:main:1474 : command openstack complete 2025-05-14 00:53:58.294 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-05-14 00:53:59.562 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2025-05-14 00:53:59.789 | + stack.sh:main:1478 : is_service_enabled cinder 2025-05-14 00:53:59.805 | + functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:59.807 | + stack.sh:main:1479 : is_ubuntu 2025-05-14 00:53:59.809 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-05-14 00:53:59.811 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-05-14 00:53:59.814 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2025-05-14 00:53:59.816 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:59.818 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2025-05-14 00:53:59.820 | + stack.sh:main:1481 : set_lvm_filter 2025-05-14 00:53:59.822 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-05-14 00:53:59.824 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2025-05-14 00:53:59.826 | + lib/lvm:set_lvm_filter:189 : local pv 2025-05-14 00:53:59.828 | + lib/lvm:set_lvm_filter:190 : local vg 2025-05-14 00:53:59.830 | + lib/lvm:set_lvm_filter:191 : local line 2025-05-14 00:53:59.833 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2025-05-14 00:53:59.874 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-05-14 00:53:59.876 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2025-05-14 00:53:59.878 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-05-14 00:53:59.890 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-05-14 00:53:59.901 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-05-14 00:53:59.903 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:53:59.906 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-05-14 00:53:59.908 | + stack.sh:main:1491 : run_phase stack test-config 2025-05-14 00:53:59.910 | + functions-common:run_phase:1863 : local mode=stack 2025-05-14 00:53:59.913 | + functions-common:run_phase:1864 : local phase=test-config 2025-05-14 00:53:59.915 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-05-14 00:53:59.918 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-05-14 00:53:59.920 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-05-14 00:53:59.922 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-05-14 00:53:59.925 | + functions-common:run_phase:1873 : local extra 2025-05-14 00:53:59.928 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-05-14 00:53:59.931 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-05-14 00:53:59.934 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-05-14 00:53:59.936 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-05-14 00:53:59.938 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-05-14 00:53:59.941 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-05-14 00:53:59.954 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:53:59.956 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:53:59.958 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:59.961 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-05-14 00:53:59.963 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:59.965 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:53:59.967 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:59.969 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-05-14 00:53:59.971 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:59.973 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-05-14 00:53:59.975 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:53:59.978 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:53:59.980 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-05-14 00:54:00.019 | [4206 Async install_tempest:34048]: Waiting for completion of install_tempest running on PID 34048 (1 other jobs running) 2025-05-14 00:54:00.037 | [4206 Async install_tempest:34048]: Signaling child to exit 2025-05-14 00:54:00.037 | WAKEUP 2025-05-14 00:54:00.052 | [4206 Async install_tempest:34048]: Signaled 2025-05-14 00:54:00.053 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest 41.0.0 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:614 : local git_ref=41.0.0 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:615 : local orig_dir 2025-05-14 00:54:00.054 | +++ functions-common:git_clone:616 : pwd 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:617 : local git_clone_flags= 2025-05-14 00:54:00.054 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:619 : RECLONE=False 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:633 : echo 41.0.0 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:720 : local count=0 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:721 : local timeout=0 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:724 : timeout=0 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2422 : local start_time= 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:54:00.054 | +++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1747183830342 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-05-14 00:54:00.054 | Cloning into '/opt/stack//tempest'... 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2442 : start_time=1747183830342 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2444 : [[ -z 1747183830342 ]] 2025-05-14 00:54:00.054 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2447 : end_time=1747183832450 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2448 : elapsed_time=2108 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2449 : total=96178 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=98286 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2025-05-14 00:54:00.054 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin 41.0.0 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:720 : local count=0 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:721 : local timeout=0 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:724 : timeout=0 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2422 : local start_time= 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:54:00.054 | +++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:54:00.054 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1747183832482 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 41.0.0 2025-05-14 00:54:00.054 | From https://opendev.org/openstack/tempest 2025-05-14 00:54:00.054 | * tag 41.0.0 -> FETCH_HEAD 2025-05-14 00:54:00.054 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2442 : start_time=1747183832482 2025-05-14 00:54:00.054 | ++ functions-common:time_stop:2444 : [[ -z 1747183832482 ]] 2025-05-14 00:54:00.054 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2447 : end_time=1747183834219 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2448 : elapsed_time=1737 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2449 : total=98286 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100023 2025-05-14 00:54:00.055 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-05-14 00:54:00.055 | ++ functions-common:git_timed:720 : local count=0 2025-05-14 00:54:00.055 | ++ functions-common:git_timed:721 : local timeout=0 2025-05-14 00:54:00.055 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-05-14 00:54:00.055 | ++ functions-common:git_timed:724 : timeout=0 2025-05-14 00:54:00.055 | ++ functions-common:git_timed:727 : time_start git_timed 2025-05-14 00:54:00.055 | ++ functions-common:time_start:2421 : local name=git_timed 2025-05-14 00:54:00.055 | ++ functions-common:time_start:2422 : local start_time= 2025-05-14 00:54:00.055 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-05-14 00:54:00.055 | +++ functions-common:time_start:2426 : date +%s%3N 2025-05-14 00:54:00.055 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1747183834250 2025-05-14 00:54:00.055 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-05-14 00:54:00.055 | Note: switching to 'FETCH_HEAD'. 2025-05-14 00:54:00.055 | 2025-05-14 00:54:00.055 | You are in 'detached HEAD' state. You can look around, make experimental 2025-05-14 00:54:00.055 | changes and commit them, and you can discard any commits you make in this 2025-05-14 00:54:00.055 | state without impacting any branches by switching back to a branch. 2025-05-14 00:54:00.055 | 2025-05-14 00:54:00.055 | If you want to create a new branch to retain commits you create, you may 2025-05-14 00:54:00.055 | do so (now or later) by using -c with the switch command. Example: 2025-05-14 00:54:00.055 | 2025-05-14 00:54:00.055 | git switch -c 2025-05-14 00:54:00.055 | 2025-05-14 00:54:00.055 | Or undo this operation with: 2025-05-14 00:54:00.055 | 2025-05-14 00:54:00.055 | git switch - 2025-05-14 00:54:00.055 | 2025-05-14 00:54:00.055 | Turn off this advice by setting config variable advice.detachedHead to false 2025-05-14 00:54:00.055 | 2025-05-14 00:54:00.055 | HEAD is now at a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-05-14 00:54:00.055 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2441 : name=git_timed 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2442 : start_time=1747183834250 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2444 : [[ -z 1747183834250 ]] 2025-05-14 00:54:00.055 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2447 : end_time=1747183834364 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2448 : elapsed_time=114 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2449 : total=100023 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100137 2025-05-14 00:54:00.055 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-05-14 00:54:00.055 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2025-05-14 00:54:00.055 | ++ functions-common:git_clone:696 : git show --oneline 2025-05-14 00:54:00.055 | ++ functions-common:git_clone:696 : head -1 2025-05-14 00:54:00.055 | a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-05-14 00:54:00.055 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2025-05-14 00:54:00.055 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2025-05-14 00:54:00.055 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-05-14 00:54:00.055 | ++ 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' 2025-05-14 00:54:00.055 | Collecting tox!=2.8.0,<4.0.0 2025-05-14 00:54:00.055 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-05-14 00:54:00.055 | 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 2025-05-14 00:54:00.055 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2025-05-14 00:54:00.055 | Collecting py>=1.4.17 2025-05-14 00:54:00.055 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-05-14 00:54:00.055 | Collecting pluggy>=0.12.0 2025-05-14 00:54:00.055 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-05-14 00:54:00.055 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-05-14 00:54:00.055 | Collecting tomli>=2.0.1 2025-05-14 00:54:00.055 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-05-14 00:54:00.055 | Collecting filelock>=3.0.0 2025-05-14 00:54:00.055 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2025-05-14 00:54:00.055 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-05-14 00:54:00.055 | Collecting distlib<1,>=0.3.5 2025-05-14 00:54:00.055 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-05-14 00:54:00.055 | Collecting platformdirs<3,>=2.4 2025-05-14 00:54:00.055 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2025-05-14 00:54:00.055 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-05-14 00:54:00.055 | 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 2025-05-14 00:54:00.055 | 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 2025-05-14 00:54:00.055 | ++ inc/python:pip_install:196 : result=0 2025-05-14 00:54:00.055 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2442 : start_time=1747183834410 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2444 : [[ -z 1747183834410 ]] 2025-05-14 00:54:00.055 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2447 : end_time=1747183837852 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2448 : elapsed_time=3442 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2449 : total=89317 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:54:00.055 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92759 2025-05-14 00:54:00.055 | ++ inc/python:pip_install:199 : return 0 2025-05-14 00:54:00.055 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2025-05-14 00:54:00.055 | ~/tempest ~/devstack 2025-05-14 00:54:00.055 | ++ lib/tempest:install_tempest:846 : git checkout 41.0.0 2025-05-14 00:54:00.055 | error: pathspec '41.0.0' did not match any file(s) known to git 2025-05-14 00:54:00.055 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2025-05-14 00:54:00.055 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-05-14 00:54:00.055 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.FKtRo1SXrY 2025-05-14 00:54:00.055 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.FKtRo1SXrY 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.FKtRo1SXrY 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-05-14 00:54:00.055 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:00.055 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:00.055 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2025-05-14 00:54:00.055 | full create: /opt/stack/tempest/.tox/tempest 2025-05-14 00:54:00.055 | full installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-05-14 00:54:00.056 | full develop-inst: /opt/stack/tempest 2025-05-14 00:54:00.056 | full installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.4.26,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-05-14 00:54:00.056 | ___________________________________ summary ____________________________________ 2025-05-14 00:54:00.056 | full: skipped tests 2025-05-14 00:54:00.056 | congratulations :) 2025-05-14 00:54:00.056 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.FKtRo1SXrY -r requirements.txt 2025-05-14 00:54:00.056 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (5.11.1) 2025-05-14 00:54:00.056 | 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.2.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.16.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (2.11.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-05-14 00:54:00.056 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (5.1.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.1.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.2.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.0.1) 2025-05-14 00:54:00.056 | 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.1.2) 2025-05-14 00:54:00.056 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (6.1.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.0.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.2) 2025-05-14 00:54:00.056 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.0.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.4.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.12) 2025-05-14 00:54:00.056 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-05-14 00:54:00.056 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: importlib-metadata>=4.4 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (5.0.0) 2025-05-14 00:54:00.056 | 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.2) 2025-05-14 00:54:00.056 | 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.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2025-05-14 00:54:00.056 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (22.1.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: six in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.16.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.0) 2025-05-14 00:54:00.056 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.1) 2025-05-14 00:54:00.056 | 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.0.0) 2025-05-14 00:54:00.056 | 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)) (1.5.0) 2025-05-14 00:54:00.056 | 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.28.1) 2025-05-14 00:54:00.056 | 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.1.1) 2025-05-14 00:54:00.056 | 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.8.2) 2025-05-14 00:54:00.056 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2025-05-14 00:54:00.056 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.3) 2025-05-14 00:54:00.056 | 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.13.1) 2025-05-14 00:54:00.056 | 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.4) 2025-05-14 00:54:00.056 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2022.4) 2025-05-14 00:54:00.056 | 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.0.9) 2025-05-14 00:54:00.056 | 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)) (23.1) 2025-05-14 00:54:00.056 | 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)) (1.1.0) 2025-05-14 00:54:00.056 | 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) 2025-05-14 00:54:00.056 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2025-05-14 00:54:00.056 | 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.14.1) 2025-05-14 00:54:00.056 | 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.21) 2025-05-14 00:54:00.056 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2025-05-14 00:54:00.056 | Requirement already satisfied: zipp>=0.5 in ./.tox/tempest/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.8.1) 2025-05-14 00:54:00.056 | 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)) (2025.4.26) 2025-05-14 00:54:00.056 | 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.4) 2025-05-14 00:54:00.056 | Requirement already satisfied: charset-normalizer<3,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.1.1) 2025-05-14 00:54:00.056 | WARNING: There was an error checking the latest version of pip. 2025-05-14 00:54:00.056 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-05-14 00:54:00.056 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.FKtRo1SXrY 2025-05-14 00:54:00.056 | ++ lib/tempest:install_tempest:859 : popd 2025-05-14 00:54:00.056 | ~/devstack 2025-05-14 00:54:00.084 | [4206 Async install_tempest:34048]: finished install_tempest with result 0 in 22 seconds 2025-05-14 00:54:00.088 | ++ inc/async:async_wait:197 : return 0 2025-05-14 00:54:00.090 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-05-14 00:54:00.092 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:54:00.094 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2025-05-14 00:54:00.097 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-05-14 00:54:00.099 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2025-05-14 00:54:00.101 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2025-05-14 00:54:00.102 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2025-05-14 00:54:00.104 | ++ inc/python:pip_install_gr:77 : local clean_name 2025-05-14 00:54:00.107 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2025-05-14 00:54:00.108 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2025-05-14 00:54:00.110 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-05-14 00:54:00.113 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-05-14 00:54:00.113 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-05-14 00:54:00.117 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2025-05-14 00:54:00.119 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2025-05-14 00:54:00.120 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2025-05-14 00:54:00.122 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2025-05-14 00:54:00.124 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2025-05-14 00:54:00.140 | Using python 3.10 to install testrepository 2025-05-14 00:54:00.142 | ++ 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 2025-05-14 00:54:01.312 | Collecting testrepository 2025-05-14 00:54:01.312 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-05-14 00:54:01.328 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2025-05-14 00:54:01.328 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2025-05-14 00:54:01.329 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2025-05-14 00:54:01.335 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-05-14 00:54:01.341 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2025-05-14 00:54:02.436 | Installing collected packages: testrepository 2025-05-14 00:54:02.549 | Successfully installed testrepository-0.0.20 2025-05-14 00:54:02.550 | 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 2025-05-14 00:54:02.673 | ++ inc/python:pip_install:196 : result=0 2025-05-14 00:54:02.675 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-05-14 00:54:02.677 | ++ functions-common:time_stop:2435 : local name 2025-05-14 00:54:02.679 | ++ functions-common:time_stop:2436 : local end_time 2025-05-14 00:54:02.680 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-05-14 00:54:02.682 | ++ functions-common:time_stop:2438 : local total 2025-05-14 00:54:02.684 | ++ functions-common:time_stop:2439 : local start_time 2025-05-14 00:54:02.686 | ++ functions-common:time_stop:2441 : name=pip_install 2025-05-14 00:54:02.688 | ++ functions-common:time_stop:2442 : start_time=1747184040136 2025-05-14 00:54:02.690 | ++ functions-common:time_stop:2444 : [[ -z 1747184040136 ]] 2025-05-14 00:54:02.692 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-05-14 00:54:02.695 | ++ functions-common:time_stop:2447 : end_time=1747184042693 2025-05-14 00:54:02.697 | ++ functions-common:time_stop:2448 : elapsed_time=2557 2025-05-14 00:54:02.699 | ++ functions-common:time_stop:2449 : total=97758 2025-05-14 00:54:02.701 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-05-14 00:54:02.702 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100315 2025-05-14 00:54:02.704 | ++ inc/python:pip_install:199 : return 0 2025-05-14 00:54:02.706 | ++ lib/tempest:configure_tempest:199 : local image_lines 2025-05-14 00:54:02.708 | ++ lib/tempest:configure_tempest:200 : local images 2025-05-14 00:54:02.710 | ++ lib/tempest:configure_tempest:201 : local num_images 2025-05-14 00:54:02.712 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2025-05-14 00:54:02.713 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2025-05-14 00:54:02.715 | ++ lib/tempest:configure_tempest:204 : local password 2025-05-14 00:54:02.717 | ++ lib/tempest:configure_tempest:205 : local line 2025-05-14 00:54:02.719 | ++ lib/tempest:configure_tempest:206 : local flavors 2025-05-14 00:54:02.721 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2025-05-14 00:54:02.723 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2025-05-14 00:54:02.724 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2025-05-14 00:54:02.726 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2025-05-14 00:54:02.728 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2025-05-14 00:54:02.730 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2025-05-14 00:54:02.732 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2025-05-14 00:54:02.734 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2025-05-14 00:54:02.736 | ++ lib/tempest:configure_tempest:215 : local disk 2025-05-14 00:54:02.737 | ++ lib/tempest:configure_tempest:218 : ifs=' 2025-05-14 00:54:02.737 | ' 2025-05-14 00:54:02.739 | ++ lib/tempest:configure_tempest:228 : declare -a images 2025-05-14 00:54:02.741 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2025-05-14 00:54:02.754 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:02.756 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2025-05-14 00:54:02.757 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-05-14 00:54:02.759 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-05-14 00:54:02.761 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2025-05-14 00:54:02.763 | ++ lib/tempest:get_active_images:159 : img_array=() 2025-05-14 00:54:02.765 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-05-14 00:54:02.766 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-05-14 00:54:02.767 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-05-14 00:54:04.130 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:54:04.133 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-05-14 00:54:04.135 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2025-05-14 00:54:04.137 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-05-14 00:54:04.139 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2025-05-14 00:54:04.141 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2025-05-14 00:54:04.143 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2025-05-14 00:54:04.144 | ++ lib/tempest:configure_tempest:254 : image_uuid=1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a 2025-05-14 00:54:04.146 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a 2025-05-14 00:54:04.148 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2025-05-14 00:54:04.158 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-05-14 00:54:04.161 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2025-05-14 00:54:04.162 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2025-05-14 00:54:04.164 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2025-05-14 00:54:04.166 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2025-05-14 00:54:04.168 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2025-05-14 00:54:04.169 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2025-05-14 00:54:04.171 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2025-05-14 00:54:04.174 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2025-05-14 00:54:04.174 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2025-05-14 00:54:05.421 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:54:05.424 | ++ lib/tempest:configure_tempest:281 : admin_project_id=b4cc8d13a7354de8be4a029915d283ac 2025-05-14 00:54:05.426 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2025-05-14 00:54:05.438 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:05.441 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2025-05-14 00:54:06.705 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:54:06.707 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-05-14 00:54:06.707 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-05-14 00:54:06.707 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-05-14 00:54:06.707 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-05-14 00:54:06.707 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-05-14 00:54:06.707 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-05-14 00:54:06.707 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-05-14 00:54:06.707 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-05-14 00:54:06.707 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-05-14 00:54:06.707 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-05-14 00:54:06.707 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-05-14 00:54:06.707 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-05-14 00:54:06.707 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-05-14 00:54:06.707 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-05-14 00:54:06.709 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2025-05-14 00:54:06.711 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-05-14 00:54:06.711 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-05-14 00:54:06.711 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-05-14 00:54:06.711 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-05-14 00:54:06.711 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-05-14 00:54:06.711 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-05-14 00:54:06.711 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-05-14 00:54:06.711 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-05-14 00:54:06.711 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-05-14 00:54:06.711 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-05-14 00:54:06.711 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-05-14 00:54:06.711 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-05-14 00:54:06.711 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-05-14 00:54:06.711 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-05-14 00:54:06.713 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a 2025-05-14 00:54:06.715 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-05-14 00:54:06.717 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a -c size -f value 2025-05-14 00:54:07.979 | ++++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:54:07.981 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-05-14 00:54:07.983 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-05-14 00:54:07.984 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-05-14 00:54:08.012 | ++ lib/tempest:configure_tempest:290 : disk=1 2025-05-14 00:54:08.014 | ++ 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 2025-05-14 00:54:09.162 | +----------------------------+-----------------------+ 2025-05-14 00:54:09.163 | | Field | Value | 2025-05-14 00:54:09.163 | +----------------------------+-----------------------+ 2025-05-14 00:54:09.163 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:54:09.163 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:54:09.163 | | description | None | 2025-05-14 00:54:09.163 | | disk | 1 | 2025-05-14 00:54:09.163 | | id | 42 | 2025-05-14 00:54:09.163 | | name | m1.nano | 2025-05-14 00:54:09.163 | | os-flavor-access:is_public | True | 2025-05-14 00:54:09.163 | | properties | hw_rng:allowed='True' | 2025-05-14 00:54:09.163 | | ram | 128 | 2025-05-14 00:54:09.163 | | rxtx_factor | 1.0 | 2025-05-14 00:54:09.163 | | swap | | 2025-05-14 00:54:09.163 | | vcpus | 1 | 2025-05-14 00:54:09.163 | +----------------------------+-----------------------+ 2025-05-14 00:54:09.290 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2025-05-14 00:54:09.292 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-05-14 00:54:09.292 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-05-14 00:54:09.292 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-05-14 00:54:09.292 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-05-14 00:54:09.292 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-05-14 00:54:09.292 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-05-14 00:54:09.292 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-05-14 00:54:09.292 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-05-14 00:54:09.292 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-05-14 00:54:09.292 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-05-14 00:54:09.292 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-05-14 00:54:09.292 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-05-14 00:54:09.292 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-05-14 00:54:09.292 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-05-14 00:54:09.294 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a 2025-05-14 00:54:09.296 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-05-14 00:54:09.298 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a -c size -f value 2025-05-14 00:54:10.569 | ++++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:54:10.572 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-05-14 00:54:10.574 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-05-14 00:54:10.574 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-05-14 00:54:10.599 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-05-14 00:54:10.601 | ++ 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 2025-05-14 00:54:11.771 | +----------------------------+-----------------------+ 2025-05-14 00:54:11.771 | | Field | Value | 2025-05-14 00:54:11.771 | +----------------------------+-----------------------+ 2025-05-14 00:54:11.771 | | OS-FLV-DISABLED:disabled | False | 2025-05-14 00:54:11.771 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-05-14 00:54:11.771 | | description | None | 2025-05-14 00:54:11.771 | | disk | 1 | 2025-05-14 00:54:11.771 | | id | 84 | 2025-05-14 00:54:11.771 | | name | m1.micro | 2025-05-14 00:54:11.771 | | os-flavor-access:is_public | True | 2025-05-14 00:54:11.771 | | properties | hw_rng:allowed='True' | 2025-05-14 00:54:11.771 | | ram | 192 | 2025-05-14 00:54:11.771 | | rxtx_factor | 1.0 | 2025-05-14 00:54:11.771 | | swap | | 2025-05-14 00:54:11.771 | | vcpus | 1 | 2025-05-14 00:54:11.771 | +----------------------------+-----------------------+ 2025-05-14 00:54:11.903 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2025-05-14 00:54:11.905 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-05-14 00:54:11.930 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2025-05-14 00:54:11.932 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2025-05-14 00:54:11.934 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2025-05-14 00:54:11.935 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-05-14 00:54:11.938 | +++ 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 2025-05-14 00:54:13.222 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:54:13.224 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-05-14 00:54:13.225 | address-scope 2025-05-14 00:54:13.225 | router-admin-state-down-before-update 2025-05-14 00:54:13.225 | agent 2025-05-14 00:54:13.225 | agent-resources-synced 2025-05-14 00:54:13.225 | allowed-address-pairs 2025-05-14 00:54:13.225 | auto-allocated-topology 2025-05-14 00:54:13.225 | availability_zone 2025-05-14 00:54:13.225 | availability_zone_filter 2025-05-14 00:54:13.225 | default-subnetpools 2025-05-14 00:54:13.225 | dhcp_agent_scheduler 2025-05-14 00:54:13.225 | dvr 2025-05-14 00:54:13.225 | empty-string-filtering 2025-05-14 00:54:13.225 | external-net 2025-05-14 00:54:13.225 | extra_dhcp_opt 2025-05-14 00:54:13.225 | extraroute 2025-05-14 00:54:13.225 | extraroute-atomic 2025-05-14 00:54:13.225 | filter-validation 2025-05-14 00:54:13.225 | floating-ip-port-forwarding-detail 2025-05-14 00:54:13.225 | fip-port-details 2025-05-14 00:54:13.225 | flavors 2025-05-14 00:54:13.225 | floatingip-pools 2025-05-14 00:54:13.225 | ip-substring-filtering 2025-05-14 00:54:13.225 | router 2025-05-14 00:54:13.225 | ext-gw-mode 2025-05-14 00:54:13.225 | l3-ha 2025-05-14 00:54:13.225 | l3-flavors 2025-05-14 00:54:13.225 | l3-port-ip-change-not-allowed 2025-05-14 00:54:13.225 | l3_agent_scheduler 2025-05-14 00:54:13.225 | multi-provider 2025-05-14 00:54:13.225 | net-mtu 2025-05-14 00:54:13.225 | net-mtu-writable 2025-05-14 00:54:13.225 | network_availability_zone 2025-05-14 00:54:13.225 | network-ip-availability 2025-05-14 00:54:13.225 | pagination 2025-05-14 00:54:13.225 | port-device-profile 2025-05-14 00:54:13.225 | port-mac-override 2025-05-14 00:54:13.225 | port-mac-address-regenerate 2025-05-14 00:54:13.225 | port-numa-affinity-policy 2025-05-14 00:54:13.225 | binding 2025-05-14 00:54:13.225 | binding-extended 2025-05-14 00:54:13.225 | port-security 2025-05-14 00:54:13.225 | project-id 2025-05-14 00:54:13.225 | provider 2025-05-14 00:54:13.225 | quota-check-limit 2025-05-14 00:54:13.225 | quotas 2025-05-14 00:54:13.225 | quota_details 2025-05-14 00:54:13.225 | rbac-policies 2025-05-14 00:54:13.225 | rbac-address-group 2025-05-14 00:54:13.225 | rbac-address-scope 2025-05-14 00:54:13.225 | rbac-security-groups 2025-05-14 00:54:13.225 | rbac-subnetpool 2025-05-14 00:54:13.225 | revision-if-match 2025-05-14 00:54:13.225 | standard-attr-revisions 2025-05-14 00:54:13.225 | router_availability_zone 2025-05-14 00:54:13.225 | security-groups-normalized-cidr 2025-05-14 00:54:13.225 | port-security-groups-filtering 2025-05-14 00:54:13.225 | security-groups-remote-address-group 2025-05-14 00:54:13.225 | security-groups-shared-filtering 2025-05-14 00:54:13.225 | security-group 2025-05-14 00:54:13.225 | service-type 2025-05-14 00:54:13.225 | sorting 2025-05-14 00:54:13.225 | standard-attr-description 2025-05-14 00:54:13.225 | stateful-security-group 2025-05-14 00:54:13.225 | subnet_onboard 2025-05-14 00:54:13.225 | subnet-service-types 2025-05-14 00:54:13.225 | subnet_allocation 2025-05-14 00:54:13.225 | subnetpool-prefix-ops 2025-05-14 00:54:13.225 | standard-attr-tag 2025-05-14 00:54:13.225 | standard-attr-timestamp 2025-05-14 00:54:13.225 | nsxt-ops' 2025-05-14 00:54:13.227 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-05-14 00:54:13.227 | address-scope 2025-05-14 00:54:13.227 | router-admin-state-down-before-update 2025-05-14 00:54:13.227 | agent 2025-05-14 00:54:13.227 | agent-resources-synced 2025-05-14 00:54:13.227 | allowed-address-pairs 2025-05-14 00:54:13.227 | auto-allocated-topology 2025-05-14 00:54:13.227 | availability_zone 2025-05-14 00:54:13.227 | availability_zone_filter 2025-05-14 00:54:13.227 | default-subnetpools 2025-05-14 00:54:13.227 | dhcp_agent_scheduler 2025-05-14 00:54:13.227 | dvr 2025-05-14 00:54:13.227 | empty-string-filtering 2025-05-14 00:54:13.227 | external-net 2025-05-14 00:54:13.227 | extra_dhcp_opt 2025-05-14 00:54:13.227 | extraroute 2025-05-14 00:54:13.227 | extraroute-atomic 2025-05-14 00:54:13.227 | filter-validation 2025-05-14 00:54:13.227 | floating-ip-port-forwarding-detail 2025-05-14 00:54:13.227 | fip-port-details 2025-05-14 00:54:13.227 | flavors 2025-05-14 00:54:13.227 | floatingip-pools 2025-05-14 00:54:13.227 | ip-substring-filtering 2025-05-14 00:54:13.227 | router 2025-05-14 00:54:13.227 | ext-gw-mode 2025-05-14 00:54:13.227 | l3-ha 2025-05-14 00:54:13.227 | l3-flavors 2025-05-14 00:54:13.227 | l3-port-ip-change-not-allowed 2025-05-14 00:54:13.227 | l3_agent_scheduler 2025-05-14 00:54:13.227 | multi-provider 2025-05-14 00:54:13.227 | net-mtu 2025-05-14 00:54:13.227 | net-mtu-writable 2025-05-14 00:54:13.227 | network_availability_zone 2025-05-14 00:54:13.227 | network-ip-availability 2025-05-14 00:54:13.227 | pagination 2025-05-14 00:54:13.227 | port-device-profile 2025-05-14 00:54:13.227 | port-mac-override 2025-05-14 00:54:13.227 | port-mac-address-regenerate 2025-05-14 00:54:13.227 | port-numa-affinity-policy 2025-05-14 00:54:13.227 | binding 2025-05-14 00:54:13.227 | binding-extended 2025-05-14 00:54:13.227 | port-security 2025-05-14 00:54:13.227 | project-id 2025-05-14 00:54:13.227 | provider 2025-05-14 00:54:13.227 | quota-check-limit 2025-05-14 00:54:13.227 | quotas 2025-05-14 00:54:13.227 | quota_details 2025-05-14 00:54:13.227 | rbac-policies 2025-05-14 00:54:13.227 | rbac-address-group 2025-05-14 00:54:13.227 | rbac-address-scope 2025-05-14 00:54:13.227 | rbac-security-groups 2025-05-14 00:54:13.227 | rbac-subnetpool 2025-05-14 00:54:13.227 | revision-if-match 2025-05-14 00:54:13.227 | standard-attr-revisions 2025-05-14 00:54:13.227 | router_availability_zone 2025-05-14 00:54:13.227 | security-groups-normalized-cidr 2025-05-14 00:54:13.227 | port-security-groups-filtering 2025-05-14 00:54:13.227 | security-groups-remote-address-group 2025-05-14 00:54:13.227 | security-groups-shared-filtering 2025-05-14 00:54:13.227 | security-group 2025-05-14 00:54:13.227 | service-type 2025-05-14 00:54:13.227 | sorting 2025-05-14 00:54:13.227 | standard-attr-description 2025-05-14 00:54:13.227 | stateful-security-group 2025-05-14 00:54:13.227 | subnet_onboard 2025-05-14 00:54:13.227 | subnet-service-types 2025-05-14 00:54:13.227 | subnet_allocation 2025-05-14 00:54:13.227 | subnetpool-prefix-ops 2025-05-14 00:54:13.227 | standard-attr-tag 2025-05-14 00:54:13.227 | standard-attr-timestamp 2025-05-14 00:54:13.227 | nsxt-ops =~ external-net ]] 2025-05-14 00:54:13.229 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-05-14 00:54:13.232 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-05-14 00:54:14.547 | +++ functions-common:oscwrap:2475 : return 0 2025-05-14 00:54:14.550 | ++ lib/tempest:configure_tempest:357 : public_network_id=13f0b44b-322b-4fdb-8acf-c14e4cc1ea96 2025-05-14 00:54:14.552 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-05-14 00:54:15.756 | +---------------------------+--------------------------------------+ 2025-05-14 00:54:15.756 | | Field | Value | 2025-05-14 00:54:15.756 | +---------------------------+--------------------------------------+ 2025-05-14 00:54:15.756 | | admin_state_up | UP | 2025-05-14 00:54:15.756 | | availability_zone_hints | | 2025-05-14 00:54:15.756 | | availability_zones | | 2025-05-14 00:54:15.756 | | created_at | 2025-05-14T00:54:15Z | 2025-05-14 00:54:15.756 | | description | | 2025-05-14 00:54:15.756 | | dns_domain | None | 2025-05-14 00:54:15.756 | | id | a164bec6-77e2-44d1-8780-61c9b6046405 | 2025-05-14 00:54:15.756 | | ipv4_address_scope | None | 2025-05-14 00:54:15.756 | | ipv6_address_scope | None | 2025-05-14 00:54:15.756 | | is_default | False | 2025-05-14 00:54:15.756 | | is_vlan_transparent | None | 2025-05-14 00:54:15.756 | | mtu | 8950 | 2025-05-14 00:54:15.756 | | name | shared | 2025-05-14 00:54:15.756 | | port_security_enabled | True | 2025-05-14 00:54:15.756 | | project_id | b4cc8d13a7354de8be4a029915d283ac | 2025-05-14 00:54:15.756 | | provider:network_type | vlan | 2025-05-14 00:54:15.756 | | provider:physical_network | default | 2025-05-14 00:54:15.756 | | provider:segmentation_id | 93 | 2025-05-14 00:54:15.756 | | qos_policy_id | None | 2025-05-14 00:54:15.756 | | revision_number | 1 | 2025-05-14 00:54:15.756 | | router:external | Internal | 2025-05-14 00:54:15.756 | | segments | None | 2025-05-14 00:54:15.756 | | shared | True | 2025-05-14 00:54:15.756 | | status | ACTIVE | 2025-05-14 00:54:15.756 | | subnets | | 2025-05-14 00:54:15.756 | | tags | | 2025-05-14 00:54:15.756 | | tenant_id | b4cc8d13a7354de8be4a029915d283ac | 2025-05-14 00:54:15.756 | | updated_at | 2025-05-14T00:54:15Z | 2025-05-14 00:54:15.756 | +---------------------------+--------------------------------------+ 2025-05-14 00:54:15.898 | ++ 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 2025-05-14 00:54:17.282 | +----------------------+--------------------------------------+ 2025-05-14 00:54:17.282 | | Field | Value | 2025-05-14 00:54:17.282 | +----------------------+--------------------------------------+ 2025-05-14 00:54:17.282 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-05-14 00:54:17.282 | | cidr | 192.168.233.0/24 | 2025-05-14 00:54:17.282 | | created_at | 2025-05-14T00:54:17Z | 2025-05-14 00:54:17.282 | | description | shared-subnet | 2025-05-14 00:54:17.282 | | dns_nameservers | | 2025-05-14 00:54:17.282 | | dns_publish_fixed_ip | None | 2025-05-14 00:54:17.282 | | enable_dhcp | True | 2025-05-14 00:54:17.282 | | gateway_ip | 192.168.233.1 | 2025-05-14 00:54:17.282 | | host_routes | | 2025-05-14 00:54:17.282 | | id | a5e344a4-17d7-45fd-a84c-76c903692659 | 2025-05-14 00:54:17.282 | | ip_version | 4 | 2025-05-14 00:54:17.282 | | ipv6_address_mode | None | 2025-05-14 00:54:17.282 | | ipv6_ra_mode | None | 2025-05-14 00:54:17.282 | | name | shared-subnet | 2025-05-14 00:54:17.282 | | network_id | a164bec6-77e2-44d1-8780-61c9b6046405 | 2025-05-14 00:54:17.282 | | project_id | b4cc8d13a7354de8be4a029915d283ac | 2025-05-14 00:54:17.282 | | revision_number | 0 | 2025-05-14 00:54:17.282 | | segment_id | None | 2025-05-14 00:54:17.282 | | service_types | | 2025-05-14 00:54:17.282 | | subnetpool_id | None | 2025-05-14 00:54:17.282 | | tags | | 2025-05-14 00:54:17.282 | | updated_at | 2025-05-14T00:54:17Z | 2025-05-14 00:54:17.282 | +----------------------+--------------------------------------+ 2025-05-14 00:54:17.427 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-05-14 00:54:17.453 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-05-14 00:54:17.478 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2025-05-14 00:54:17.481 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-05-14 00:54:17.505 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-05-14 00:54:17.529 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-05-14 00:54:17.552 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-05-14 00:54:17.578 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-05-14 00:54:17.603 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-05-14 00:54:17.629 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-05-14 00:54:17.653 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-05-14 00:54:17.678 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-05-14 00:54:17.702 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-05-14 00:54:17.726 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2025-05-14 00:54:17.728 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-05-14 00:54:17.754 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-05-14 00:54:17.778 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-05-14 00:54:17.803 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-05-14 00:54:17.826 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2025-05-14 00:54:17.828 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-05-14 00:54:17.855 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-05-14 00:54:17.880 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2025-05-14 00:54:17.882 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-05-14 00:54:17.908 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2025-05-14 00:54:17.924 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:17.926 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2025-05-14 00:54:17.928 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-05-14 00:54:17.951 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2025-05-14 00:54:17.964 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:17.966 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-05-14 00:54:17.990 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-05-14 00:54:18.013 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-05-14 00:54:18.037 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2025-05-14 00:54:18.039 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-05-14 00:54:18.065 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-05-14 00:54:18.089 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2025-05-14 00:54:18.102 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:18.104 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a 2025-05-14 00:54:18.129 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 1a1a1fd7-2b6f-4b91-96e8-a30fb1d9e28a 2025-05-14 00:54:18.154 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-05-14 00:54:18.177 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-05-14 00:54:18.201 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-05-14 00:54:18.227 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2025-05-14 00:54:18.240 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:18.242 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2025-05-14 00:54:18.243 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2025-05-14 00:54:18.245 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2025-05-14 00:54:18.247 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-05-14 00:54:18.249 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2025-05-14 00:54:18.251 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-05-14 00:54:18.266 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2025-05-14 00:54:18.268 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-05-14 00:54:18.291 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-05-14 00:54:18.317 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-05-14 00:54:18.340 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-05-14 00:54:18.363 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-05-14 00:54:18.386 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-05-14 00:54:18.410 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-05-14 00:54:18.434 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-05-14 00:54:18.458 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-05-14 00:54:18.481 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-05-14 00:54:18.483 | ++ 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 2025-05-14 00:54:18.506 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2025-05-14 00:54:18.508 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2025-05-14 00:54:18.521 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:18.523 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-05-14 00:54:18.547 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 13f0b44b-322b-4fdb-8acf-c14e4cc1ea96 2025-05-14 00:54:18.570 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-05-14 00:54:18.593 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-05-14 00:54:18.616 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-05-14 00:54:18.641 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-05-14 00:54:18.665 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-05-14 00:54:18.688 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-05-14 00:54:18.714 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-05-14 00:54:18.715 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2025-05-14 00:54:18.717 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-05-14 00:54:18.742 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2025-05-14 00:54:18.744 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2025-05-14 00:54:18.746 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-05-14 00:54:18.748 | ++ functions-common:is_provider_network:2287 : return 1 2025-05-14 00:54:18.750 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-05-14 00:54:18.773 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-05-14 00:54:18.797 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-05-14 00:54:18.820 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-05-14 00:54:18.843 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-05-14 00:54:18.867 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-05-14 00:54:18.890 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-05-14 00:54:18.892 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-05-14 00:54:18.905 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-05-14 00:54:18.931 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-05-14 00:54:18.933 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-05-14 00:54:18.946 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-05-14 00:54:18.969 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-05-14 00:54:18.972 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-05-14 00:54:18.985 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-05-14 00:54:19.008 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-05-14 00:54:19.011 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-05-14 00:54:19.024 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-05-14 00:54:19.047 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2025-05-14 00:54:19.049 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2025-05-14 00:54:19.051 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2025-05-14 00:54:19.053 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-05-14 00:54:19.067 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2025-05-14 00:54:19.069 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-05-14 00:54:19.093 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2025-05-14 00:54:19.105 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:19.107 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-05-14 00:54:19.131 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2025-05-14 00:54:19.132 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2025-05-14 00:54:19.134 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-05-14 00:54:19.136 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-05-14 00:54:19.138 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2025-05-14 00:54:19.140 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2025-05-14 00:54:19.142 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2025-05-14 00:54:19.143 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2025-05-14 00:54:19.145 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-05-14 00:54:19.160 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2025-05-14 00:54:19.162 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-05-14 00:54:19.187 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2025-05-14 00:54:19.188 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2025-05-14 00:54:19.190 | ++ lib/tempest:configure_tempest:668 : local service 2025-05-14 00:54:19.192 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-05-14 00:54:19.194 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-05-14 00:54:19.196 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2025-05-14 00:54:19.209 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:19.211 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-05-14 00:54:19.237 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-05-14 00:54:19.239 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2025-05-14 00:54:19.251 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:19.253 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-05-14 00:54:19.277 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-05-14 00:54:19.278 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2025-05-14 00:54:19.292 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:19.294 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-05-14 00:54:19.317 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-05-14 00:54:19.319 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2025-05-14 00:54:19.332 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:19.334 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-05-14 00:54:19.358 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-05-14 00:54:19.360 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2025-05-14 00:54:19.373 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:19.375 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-05-14 00:54:19.399 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-05-14 00:54:19.401 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2025-05-14 00:54:19.413 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:19.415 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-05-14 00:54:19.439 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-05-14 00:54:19.441 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2025-05-14 00:54:19.453 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:19.455 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-05-14 00:54:19.479 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-05-14 00:54:19.481 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-05-14 00:54:19.483 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-05-14 00:54:19.485 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-05-14 00:54:19.487 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-05-14 00:54:19.489 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-05-14 00:54:19.491 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-05-14 00:54:19.493 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-05-14 00:54:19.495 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-05-14 00:54:19.497 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-05-14 00:54:19.499 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2025-05-14 00:54:19.500 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2025-05-14 00:54:19.503 | +++ lib/tempest:configure_tempest:715 : mktemp 2025-05-14 00:54:19.507 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.JSo2EpWodA 2025-05-14 00:54:19.509 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2025-05-14 00:54:19.510 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2025-05-14 00:54:19.513 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-05-14 00:54:19.516 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.slkC8QpSe1 2025-05-14 00:54:19.518 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.slkC8QpSe1 2025-05-14 00:54:19.520 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-05-14 00:54:19.522 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.slkC8QpSe1 2025-05-14 00:54:19.524 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-05-14 00:54:19.526 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-05-14 00:54:19.526 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-05-14 00:54:19.528 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:19.532 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:19.534 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:19.536 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:19.538 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-05-14 00:54:19.540 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2025-05-14 00:54:19.542 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2025-05-14 00:54:19.767 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-05-14 00:54:20.169 | venv-tempest installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-05-14 00:54:28.851 | venv-tempest develop-inst: /opt/stack/tempest 2025-05-14 00:54:31.967 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.4.26,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-05-14 00:54:31.968 | ___________________________________ summary ____________________________________ 2025-05-14 00:54:31.968 | venv-tempest: skipped tests 2025-05-14 00:54:31.968 | congratulations :) 2025-05-14 00:54:31.990 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.slkC8QpSe1 -r requirements.txt 2025-05-14 00:54:32.548 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2025-05-14 00:54:32.548 | warnings.warn( 2025-05-14 00:54:32.548 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2025-05-14 00:54:32.548 | warnings.warn( 2025-05-14 00:54:32.637 | venv-tempest develop-inst-noop: /opt/stack/tempest 2025-05-14 00:54:33.030 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.4.26,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-05-14 00:54:33.030 | venv-tempest run-test-pre: PYTHONHASHSEED='1255478858' 2025-05-14 00:54:33.030 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.slkC8QpSe1 -r requirements.txt 2025-05-14 00:54:33.879 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (5.11.1) 2025-05-14 00:54:33.880 | 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.2.0) 2025-05-14 00:54:33.880 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.16.0) 2025-05-14 00:54:33.882 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2025-05-14 00:54:33.885 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (2.11.0) 2025-05-14 00:54:33.885 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-05-14 00:54:33.885 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2025-05-14 00:54:33.885 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (5.1.1) 2025-05-14 00:54:33.906 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.1.1) 2025-05-14 00:54:33.907 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.2.1) 2025-05-14 00:54:33.908 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.0.1) 2025-05-14 00:54:33.908 | 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.1.2) 2025-05-14 00:54:33.909 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (6.1.0) 2025-05-14 00:54:33.910 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.0.1) 2025-05-14 00:54:33.911 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-05-14 00:54:33.911 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.2) 2025-05-14 00:54:33.912 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.0.0) 2025-05-14 00:54:33.913 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.4.1) 2025-05-14 00:54:33.914 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.12) 2025-05-14 00:54:33.915 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2025-05-14 00:54:33.915 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2025-05-14 00:54:33.916 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-05-14 00:54:33.917 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2025-05-14 00:54:33.922 | Requirement already satisfied: importlib-metadata>=4.4 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (5.0.0) 2025-05-14 00:54:33.924 | 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.1) 2025-05-14 00:54:33.924 | 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.2) 2025-05-14 00:54:33.942 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2025-05-14 00:54:33.943 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (22.1.0) 2025-05-14 00:54:33.950 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2025-05-14 00:54:33.963 | Requirement already satisfied: six in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.16.0) 2025-05-14 00:54:33.964 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2025-05-14 00:54:33.965 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.0) 2025-05-14 00:54:33.982 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.1) 2025-05-14 00:54:33.989 | 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.0.0) 2025-05-14 00:54:34.005 | 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.28.1) 2025-05-14 00:54:34.006 | 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)) (1.5.0) 2025-05-14 00:54:34.026 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2025-05-14 00:54:34.027 | 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.8.2) 2025-05-14 00:54:34.029 | 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.1.1) 2025-05-14 00:54:34.041 | 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.13.1) 2025-05-14 00:54:34.042 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.3) 2025-05-14 00:54:34.047 | 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.4) 2025-05-14 00:54:34.049 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2022.4) 2025-05-14 00:54:34.054 | 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.0.9) 2025-05-14 00:54:34.054 | 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) 2025-05-14 00:54:34.055 | 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)) (23.1) 2025-05-14 00:54:34.056 | 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)) (1.1.0) 2025-05-14 00:54:34.079 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2025-05-14 00:54:34.100 | 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.14.1) 2025-05-14 00:54:34.147 | 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.21) 2025-05-14 00:54:34.171 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2025-05-14 00:54:34.194 | Requirement already satisfied: zipp>=0.5 in ./.tox/tempest/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.8.1) 2025-05-14 00:54:34.248 | 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)) (2025.4.26) 2025-05-14 00:54:34.248 | 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.4) 2025-05-14 00:54:34.249 | Requirement already satisfied: charset-normalizer<3,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.1.1) 2025-05-14 00:54:34.364 | WARNING: There was an error checking the latest version of pip. 2025-05-14 00:54:34.455 | ___________________________________ summary ____________________________________ 2025-05-14 00:54:34.455 | venv-tempest: commands succeeded 2025-05-14 00:54:34.455 | congratulations :) 2025-05-14 00:54:34.476 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.slkC8QpSe1 2025-05-14 00:54:34.479 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2025-05-14 00:54:34.481 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2025-05-14 00:54:34.483 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-05-14 00:54:34.508 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.JSo2EpWodA 2025-05-14 00:54:34.754 | venv create: /opt/stack/tempest/.tox/venv 2025-05-14 00:54:35.053 | venv installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-05-14 00:54:48.238 | venv develop-inst: /opt/stack/tempest 2025-05-14 00:54:52.292 | venv installed: alabaster==0.7.12,attrs==22.1.0,autopage==0.5.1,Babel==2.10.3,bcrypt==4.0.0,certifi==2025.4.26,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,docutils==0.17.1,dulwich==0.20.46,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,imagesize==1.4.1,importlib-metadata==5.0.0,iso8601==1.1.0,Jinja2==3.1.2,jsonschema==4.16.0,MarkupSafe==2.1.1,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==3.1.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,Pygments==2.13.0,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,reno==4.0.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.5.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-05-14 00:54:52.292 | venv run-test-pre: PYTHONHASHSEED='1807341873' 2025-05-14 00:54:52.292 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.JSo2EpWodA 2025-05-14 00:54:52.713 | /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. 2025-05-14 00:54:52.713 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-05-14 00:54:52.716 | /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. 2025-05-14 00:54:52.716 | @jsonschema.FormatChecker.cls_checks('base64') 2025-05-14 00:54:52.958 | /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. 2025-05-14 00:54:52.958 | warnings.warn( 2025-05-14 00:54:53.393 | /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 2025-05-14 00:54:53.394 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-05-14 00:54:54.025 | ___________________________________ summary ____________________________________ 2025-05-14 00:54:54.025 | venv: commands succeeded 2025-05-14 00:54:54.025 | congratulations :) 2025-05-14 00:54:54.046 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2025-05-14 00:54:54.061 | ++ functions-common:is_service_enabled:2091 : return 1 2025-05-14 00:54:54.063 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-05-14 00:54:54.065 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2025-05-14 00:54:54.078 | ++ functions-common:is_service_enabled:2091 : return 0 2025-05-14 00:54:54.080 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-05-14 00:54:54.082 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-05-14 00:54:54.084 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-05-14 00:54:54.086 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-05-14 00:54:54.088 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-05-14 00:54:54.090 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-05-14 00:54:54.092 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-05-14 00:54:54.094 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-05-14 00:54:54.095 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-05-14 00:54:54.097 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-05-14 00:54:54.099 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-05-14 00:54:54.102 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-05-14 00:54:54.103 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-05-14 00:54:54.105 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-05-14 00:54:54.108 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-05-14 00:54:54.110 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-05-14 00:54:54.112 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-05-14 00:54:54.114 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-05-14 00:54:54.116 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-05-14 00:54:54.117 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-05-14 00:54:54.119 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-05-14 00:54:54.121 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-05-14 00:54:54.123 | ++ 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 2025-05-14 00:54:54.126 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2025-05-14 00:54:54.129 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2025-05-14 00:54:54.129 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.JSo2EpWodA network-feature-enabled api_extensions 2025-05-14 00:54:54.146 | ++ 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 2025-05-14 00:54:54.148 | +++ 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 2025-05-14 00:54:54.151 | +++ 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 2025-05-14 00:54:54.153 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-05-14 00:54:54.155 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-05-14 00:54:54.157 | +++ 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' 2025-05-14 00:54:54.173 | +++ 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 2025-05-14 00:54:54.189 | ++ 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 2025-05-14 00:54:54.191 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2025-05-14 00:54:54.194 | ++ 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 2025-05-14 00:54:54.218 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-05-14 00:54:54.220 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-05-14 00:54:54.223 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-05-14 00:54:54.225 | ++ 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 2025-05-14 00:54:54.226 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2025-05-14 00:54:54.229 | ++ 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 2025-05-14 00:54:54.256 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-05-14 00:54:54.258 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-05-14 00:54:54.260 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-05-14 00:54:54.262 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-05-14 00:54:54.264 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-05-14 00:54:54.266 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-05-14 00:54:54.268 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-05-14 00:54:54.270 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-05-14 00:54:54.271 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-05-14 00:54:54.274 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-05-14 00:54:54.276 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-05-14 00:54:54.278 | ++ 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 2025-05-14 00:54:54.280 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2025-05-14 00:54:54.282 | ++ 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 2025-05-14 00:54:54.307 | ++ lib/tempest:configure_tempest:830 : IFS=' 2025-05-14 00:54:54.307 | ' 2025-05-14 00:54:54.310 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-05-14 00:54:54.312 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-05-14 00:54:54.314 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2025-05-14 00:54:54.316 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-05-14 00:54:54.318 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2025-05-14 00:54:54.318 | ~/tempest ~/tempest 2025-05-14 00:54:54.320 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2025-05-14 00:54:54.322 | ++ lib/tempest:install_tempest_plugins:874 : popd 2025-05-14 00:54:54.322 | ~/tempest 2025-05-14 00:54:54.324 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-05-14 00:54:54.326 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-05-14 00:54:54.329 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:54:54.331 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-05-14 00:54:54.333 | + functions-common:run_phase:1890 : run_plugins stack test-config 2025-05-14 00:54:54.336 | + functions-common:run_plugins:1849 : local mode=stack 2025-05-14 00:54:54.338 | + functions-common:run_plugins:1850 : local phase=test-config 2025-05-14 00:54:54.340 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-05-14 00:54:54.343 | + functions-common:run_plugins:1853 : local plugin 2025-05-14 00:54:54.345 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-05-14 00:54:54.347 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-05-14 00:54:54.350 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-05-14 00:54:54.352 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-05-14 00:54:54.354 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-05-14 00:54:54.356 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:54:54.359 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-05-14 00:54:54.361 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:54:54.363 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-05-14 00:54:54.365 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-05-14 00:54:54.368 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-05-14 00:54:54.370 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-05-14 00:54:54.372 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-05-14 00:54:54.374 | + inc/meta-config:merge_config_group:171 : shift 2025-05-14 00:54:54.376 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-05-14 00:54:54.378 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:54:54.381 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-05-14 00:54:54.383 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-05-14 00:54:54.386 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-05-14 00:54:54.388 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-05-14 00:54:54.390 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-05-14 00:54:54.393 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-05-14 00:54:54.395 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-05-14 00:54:54.395 | /^\[\[.+\|.*\]\]/ { 2025-05-14 00:54:54.395 | gsub("[][]", "", $1); 2025-05-14 00:54:54.395 | split($1, a, "|"); 2025-05-14 00:54:54.395 | if (a[1] == matchgroup) 2025-05-14 00:54:54.395 | print a[2] 2025-05-14 00:54:54.395 | } 2025-05-14 00:54:54.395 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 45 osc 161 apt-get 42 test_with_retry 3 dbsync 2 pip_install 100 apt-get-update 18 run_process 16 git_timed 96 ------------------------- Unaccounted time 51 ========================= Total runtime 544 ================= Async summary ================= Time spent in the background minus waits: 186 sec Elapsed time: 544 sec Time if we did everything serially: 730 sec Speedup: 1.34191 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: cef64817b0feba1837cb7c55a97c1095b8c827eb Update TARGET_BRANCH to unmaintained/2023.1 2024-11-20 13:41:02 +0100 OS Version: Ubuntu 22.04 jammy